Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp341 std::pair<unsigned, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
394 std::pair<unsigned, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()
402 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.cpp119 std::pair<unsigned, Register> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h823 std::pair<unsigned, Register> getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function
834 std::pair<unsigned, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint()