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

  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 31 VRM.getRegInfo().getRegAllocationHint(VirtReg);
CalcSpillWeights.cpp 104 bool noHint = mri.getRegAllocationHint(li.reg).first != 0;
VirtRegMap.cpp 119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(virtReg);
LiveInterval.cpp 557 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(RHS.reg);
RegAllocLinearScan.cpp     [all...]
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 264 /// getRegAllocationHint - Return the register allocation hint for the
267 getRegAllocationHint(unsigned Reg) const {
274 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 558 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg);
567 Hint = MRI->getRegAllocationHint(OtherReg);
    [all...]

Completed in 170 milliseconds