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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 2661   if ((getForcedEncodingSize() == 32 && (TSFlags & SIInstrFlags::VOP3)) ||
 2662       (getForcedEncodingSize() == 64 && !(TSFlags & SIInstrFlags::VOP3)) ||
 2663       (isForcedDPP() && !(TSFlags & SIInstrFlags::DPP)) ||
 2664       (isForcedSDWA() && !(TSFlags & SIInstrFlags::SDWA)) )
 2667   if ((TSFlags & SIInstrFlags::VOP3) &&
 2668       (TSFlags & SIInstrFlags::VOPAsmPrefer32Bit) &&