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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 6235   unsigned Opc = Inst.getOpcode();
 6238   const MCInstrDesc &Desc = MII.get(Inst.getOpcode());
 6240     ((AMDGPUOperand &)*Operands[I++]).addRegOperands(Inst, 1);
 6247       if (isRegOrImmWithInputMods(Desc, Inst.getNumOperands())) {
 6248         Op.addRegOrImmWithFPInputModsOperands(Inst, 2);
 6252         Op.addRegOrImmOperands(Inst, 1);
 6264         Op.addRegOrImmOperands(Inst, 1);
 6270     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyClampSI);
 6274     addOptionalImmOperand(Inst, Operands, OptionalIdx, AMDGPUOperand::ImmTyOModSI);
 6288     auto it = Inst.begin();
 6290     it = Inst.insert(it, MCOperand::createImm(0)); // no modifiers for src2
 6292     Inst.insert(it, Inst.getOperand(0)); // src2 = dst
 6292     Inst.insert(it, Inst.getOperand(0)); // src2 = dst