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 110 bool noHint = mri.getRegAllocationHint(li.reg).first != 0;
TargetRegisterInfo.cpp 270 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
VirtRegMap.cpp 93 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 223 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
270 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg);
279 Hint = MRI->getRegAllocationHint(OtherReg);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 604 /// getRegAllocationHint - Return the register allocation hint for the
607 getRegAllocationHint(unsigned Reg) const {
614 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg);
    [all...]

Completed in 238 milliseconds