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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h351 /// getRegAllocationHint - Return the register allocation hint for the
354 getRegAllocationHint(unsigned Reg) const { function in class:llvm::MachineRegisterInfo
361 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp188 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
235 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg);
244 Hint = MRI->getRegAllocationHint(OtherReg);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp125 bool noHint = mri.getRegAllocationHint(li.reg).first != 0;
H A DTargetRegisterInfo.cpp260 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
H A DVirtRegMap.cpp90 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg);

Completed in 192 milliseconds