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

Declarations

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1428   void cvtSDWA(MCInst &Inst, const OperandVector &Operands,

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 6811   cvtSDWA(Inst, Operands, SIInstrFlags::VOP1);
 6815   cvtSDWA(Inst, Operands, SIInstrFlags::VOP2);
 6819   cvtSDWA(Inst, Operands, SIInstrFlags::VOP2, true, true);
 6823   cvtSDWA(Inst, Operands, SIInstrFlags::VOP2, false, true);
 6827   cvtSDWA(Inst, Operands, SIInstrFlags::VOPC, isVI());