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

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 261 MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, AMDGPU::VCC);
277 MRI.setRegAllocationHint(SReg, 0, AMDGPU::VCC);
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 207 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 VReg, unsigned Type, unsigned PrefReg) {
608 setRegAllocationHint(VReg, /*Type=*/0, PrefReg);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 294 MRI->setRegAllocationHint(OtherReg, Hint.first, NewReg);
296 MRI->setRegAllocationHint(NewReg,
ARMLoadStoreOptimizer.cpp     [all...]

Completed in 818 milliseconds