Home
last modified time | relevance | path

Searched refs:VRAI (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp320 VirtRegAuxInfo VRAI(*MF, *LIS, *VRM, in runOnMachineFunction() local
323 VRAI.calculateSpillWeightsAndHints(); in runOnMachineFunction()
326 createInlineSpiller({*LIS, LiveStks, MDT, MBFI}, *MF, *VRM, VRAI)); in runOnMachineFunction()
H A DSplitKit.h272 VirtRegAuxInfo &VRAI; variable
454 VirtRegAuxInfo &VRAI);
H A DInlineSpiller.cpp184 VirtRegAuxInfo &VRAI; member in __anon2f89086e0111::InlineSpiller
190 VirtRegMap &VRM, VirtRegAuxInfo &VRAI, LiveRegMatrix *Matrix) in InlineSpiller() argument
194 HSpiller(Analyses, MF, VRM), VRAI(VRAI) {} in InlineSpiller()
236 VirtRegAuxInfo &VRAI, LiveRegMatrix *Matrix) { in createInlineSpiller() argument
237 return new InlineSpiller(Analyses, MF, VRM, VRAI, Matrix); in createInlineSpiller()
1332 Edit->calculateRegClassAndHint(MF, VRAI); in spill()
H A DLiveRangeEdit.cpp494 VirtRegAuxInfo &VRAI) { in calculateRegClassAndHint() argument
503 VRAI.calculateSpillWeightAndHint(LI); in calculateRegClassAndHint()
H A DRegAllocGreedy.h191 std::unique_ptr<VirtRegAuxInfo> VRAI; variable
H A DSplitKit.cpp360 MachineBlockFrequencyInfo &MBFI, VirtRegAuxInfo &VRAI) in SplitEditor() argument
364 MBFI(MBFI), VRAI(VRAI), RegAssign(Allocator) {} in SplitEditor()
1615 Edit->calculateRegClassAndHint(VRM.getMachineFunction(), VRAI); in finish()
H A DRegAllocPBQP.cpp800 PBQPVirtRegAuxInfo VRAI( in runOnMachineFunction() local
802 VRAI.calculateSpillWeightsAndHints(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp2880 VRAI = std::make_unique<VirtRegAuxInfo>(*MF, *LIS, *VRM, *Loops, *MBFI); in run()
2882 *VRM, *VRAI, Matrix)); in run()
2884 VRAI->calculateSpillWeightsAndHints(); in run()
2889 SE.reset(new SplitEditor(*SA, *LIS, *VRM, *DomTree, *MBFI, *VRAI)); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpiller.h63 VirtRegAuxInfo &VRAI,