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 170 mri.setRegAllocationHint(li.reg, 0, hint);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 597 /// setRegAllocationHint - Specify a register allocation hint for the
599 void setRegAllocationHint(unsigned Reg, unsigned Type, unsigned PrefReg) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 282 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 142 milliseconds