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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 5809       Op.addRegOperands(Inst, 1);
 5814         Op.addRegOperands(Inst, 1);
 5820       Op.addImmOperands(Inst, 1);
 5845     int NoLdsOpcode = AMDGPU::getMUBUFNoLdsInst(Inst.getOpcode());
 5847       Inst.setOpcode(NoLdsOpcode);
 5852   addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyOffset);
 5854     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyGLC);
 5856   addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTySLC);
 5859     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyTFE);
 5863     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyDLC);