Home
last modified time | relevance | path

Searched refs:getRegAllocationHint (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp370 std::pair<unsigned, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
423 std::pair<unsigned, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()
431 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp170 std::pair<unsigned, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper()
H A DVirtRegMap.cpp120 std::pair<unsigned, Register> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h834 std::pair<unsigned, Register> getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function
847 std::pair<unsigned, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3797 std::pair<unsigned, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()