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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 182 mri.setRegAllocationHint(li.reg, 0, hint);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 349 /// setRegAllocationHint - Specify a register allocation hint for the
351 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) {
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 261 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 52 milliseconds