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.cpp313 VirtRegAuxInfo VRAI( in runOnMachineFunction() local
316 VRAI.calculateSpillWeightsAndHints(); in runOnMachineFunction()
318 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM, VRAI)); in runOnMachineFunction()
H A DSplitKit.h272 VirtRegAuxInfo &VRAI;
448 VirtRegAuxInfo &VRAI);
266 VirtRegAuxInfo &VRAI; global() variable
H A DInlineSpiller.cpp185 VirtRegAuxInfo &VRAI; member in __anon2f89086e0111::InlineSpiller
191 VirtRegAuxInfo &VRAI) in InlineSpiller() argument
199 HSpiller(Pass, MF, VRM), VRAI(VRAI) {} in InlineSpiller()
237 VirtRegAuxInfo &VRAI) { in createInlineSpiller() argument
238 return new InlineSpiller(Pass, MF, VRM, VRAI); in createInlineSpiller()
1308 Edit->calculateRegClassAndHint(MF, VRAI); in spill()
H A DLiveRangeEdit.cpp497 VirtRegAuxInfo &VRAI) { in calculateRegClassAndHint() argument
506 VRAI.calculateSpillWeightAndHint(LI); in calculateRegClassAndHint()
H A DRegAllocGreedy.h185 std::unique_ptr<VirtRegAuxInfo> VRAI; variable
H A DSplitKit.cpp361 MachineBlockFrequencyInfo &MBFI, VirtRegAuxInfo &VRAI) in SplitEditor() argument
365 MBFI(MBFI), VRAI(VRAI), RegAssign(Allocator) {} in SplitEditor()
1579 Edit->calculateRegClassAndHint(VRM.getMachineFunction(), VRAI); in finish()
H A DRegAllocPBQP.cpp800 PBQPVirtRegAuxInfo VRAI( in runOnMachineFunction() local
802 VRAI.calculateSpillWeightsAndHints(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp2755 VRAI = std::make_unique<VirtRegAuxInfo>(*MF, *LIS, *VRM, *Loops, *MBFI); in runOnMachineFunction()
2756 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM, *VRAI)); in runOnMachineFunction()
2758 VRAI->calculateSpillWeightsAndHints(); in runOnMachineFunction()
2763 SE.reset(new SplitEditor(*SA, *LIS, *VRM, *DomTree, *MBFI, *VRAI)); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpiller.h39 VirtRegMap &VRM, VirtRegAuxInfo &VRAI);