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

References

lib/Target/AMDGPU/SIFoldOperands.cpp
  496   if (OpToFold.isImm() && TII->isInlineConstant(OpToFold, OpTy) &&
  497       TII->isOperandLegal(*UseMI, UseOpIdx, &OpToFold)) {
  515   if (!getRegSeqInit(Defs, UseReg, OpTy, TII, MRI))
  527       if (!TII->isInlineConstant(*Op, OpTy) ||
  528           !TII->isOperandLegal(*UseMI, UseOpIdx, Op))