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

References

lib/Target/AMDGPU/SIFoldOperands.cpp
  492   if (OpTy < AMDGPU::OPERAND_REG_INLINE_AC_FIRST ||
  493       OpTy > AMDGPU::OPERAND_REG_INLINE_AC_LAST)
  496   if (OpToFold.isImm() && TII->isInlineConstant(OpToFold, OpTy) &&
  515   if (!getRegSeqInit(Defs, UseReg, OpTy, TII, MRI))
  527       if (!TII->isInlineConstant(*Op, OpTy) ||