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

References

lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 3515     if (!validateInstruction(Inst, IDLoc, Operands)) {
 3518     Inst.setLoc(IDLoc);
 3523     return Error(IDLoc, "instruction not supported on this GPU");
 3529     return Error(IDLoc, "invalid instruction" + Suggestion,
 3534     SMLoc ErrorLoc = IDLoc;
 3537         return Error(IDLoc, "too few operands for instruction");
 3541         ErrorLoc = IDLoc;
 3547     return Error(IDLoc, "internal error: instruction without _e64 suffix "