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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 158 mri.setRegAllocationHint(li.reg, 0, hint);
RegAllocLinearScan.cpp     [all...]
LiveInterval.cpp 558 MRI->setRegAllocationHint(reg, Hint.first, Hint.second);
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 257 /// setRegAllocationHint - Specify a register allocation hint for the
259 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) {
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
ARMBaseRegisterInfo.cpp 570 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
    [all...]

Completed in 244 milliseconds