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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 172 mri.setRegAllocationHint(li.reg, 0, hint);
  /external/llvm/lib/Target/R600/
SIShrinkInstructions.cpp 239 MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, AMDGPU::VCC);
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 293 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
295 MRI->setRegAllocationHint(NewReg,
ARMLoadStoreOptimizer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 621 /// setRegAllocationHint - Specify a register allocation hint for the
623 void setRegAllocationHint(unsigned VReg, unsigned Type, unsigned PrefReg) {
    [all...]

Completed in 91 milliseconds