HomeSort by relevance Sort by last modified time
    Searched refs:getRegAllocationHint (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 111 bool noHint = mri.getRegAllocationHint(li.reg).first != 0;
TargetRegisterInfo.cpp 271 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
VirtRegMap.cpp 94 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 629 /// getRegAllocationHint - Return the register allocation hint for the
632 getRegAllocationHint(unsigned VReg) const {
641 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(VReg);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 230 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
281 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg);
290 Hint = MRI->getRegAllocationHint(OtherReg);

Completed in 106 milliseconds