reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIShrinkInstructions.cpp
  592         if (auto *NextMI = matchSwap(MI, MRI, TII)) {
  645           MRI.setRegAllocationHint(Dest->getReg(), 0, Src0->getReg());
  646           MRI.setRegAllocationHint(Src0->getReg(), 0, Dest->getReg());
  689         if (shrinkScalarLogicOp(ST, MRI, TII, MI))
  704       if (!TII->canShrink(MI, MRI)) {
  708             !TII->canShrink(MI, MRI))
  730           MRI.setRegAllocationHint(MI.getOperand(0).getReg(), 0, VCCReg);
  746           MRI.setRegAllocationHint(SReg, 0, VCCReg);
  766             MRI.setRegAllocationHint(SDst->getReg(), 0, VCCReg);
  774             MRI.setRegAllocationHint(Src2->getReg(), 0, VCCReg);
  792       foldImmediates(*Inst32, TII, MRI);