Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp328 std::pair<Register, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
381 std::pair<Register, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()
389 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCalcSpillWeights.cpp164 std::pair<Register, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper()
DVirtRegMap.cpp119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h795 getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function
807 std::pair<Register, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint()