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

References

lib/Target/AMDGPU/SIFoldOperands.cpp
  488   if (!OpInfo || UseOpIdx >= Desc.getNumOperands())
  491   uint8_t OpTy = OpInfo[UseOpIdx].OperandType;
  497       TII->isOperandLegal(*UseMI, UseOpIdx, &OpToFold)) {
  498     UseMI->getOperand(UseOpIdx).ChangeToImmediate(OpToFold.getImm());
  528           !TII->isOperandLegal(*UseMI, UseOpIdx, Op))
  537   appendFoldCandidate(FoldList, UseMI, UseOpIdx, Defs[0].first);