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

Declarations

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  560 bool isSISrcOperand(const MCInstrDesc &Desc, unsigned OpNo);

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1688   if (AMDGPU::isSISrcOperand(AsmParser->getMII()->get(Inst.getOpcode()),
 1703   assert(AMDGPU::isSISrcOperand(InstDesc, OpNum));
 2744   if (!AMDGPU::isSISrcOperand(Desc, OpIdx)) {
 3322     if (AMDGPU::isSISrcOperand(Desc, OpIdx)) {
 3381     if (!AMDGPU::isSISrcOperand(Desc, OpIdx))
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
  318     if (!AMDGPU::isSISrcOperand(Desc, i))
  491   if (AMDGPU::isSISrcOperand(Desc, OpNo)) {
lib/Target/AMDGPU/SIInstrInfo.cpp
 2951   if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo))
 3986       } else if (isVOP3(MI) && AMDGPU::isSISrcOperand(InstDesc, i) &&