Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp323 std::pair<Register, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints()
376 std::pair<Register, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint()
384 Hint = MRI->getRegAllocationHint(OtherReg); in updateRegAllocHint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp164 std::pair<Register, Register> TargetHint = MRI.getRegAllocationHint(LI.reg()); in weightCalcHelper()
H A DVirtRegMap.cpp112 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h795 getRegAllocationHint(Register VReg) const { in getRegAllocationHint() function
807 std::pair<Register, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint()