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

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 3162     Inst.setFlags(Prefixes);
 3166   unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo,
 3172     if (!MatchingInlineAsm && validateInstruction(Inst, Operands))
 3178       while (processInstruction(Inst, Operands))
 3181     Inst.setLoc(IDLoc);
 3183       EmitInstruction(Inst, Operands, Out);
 3184     Opcode = Inst.getOpcode();
 3233     Match[I] = MatchInstruction(Operands, Inst, ErrorInfoIgnore,
 3250     Inst.setLoc(IDLoc);
 3252       EmitInstruction(Inst, Operands, Out);
 3253     Opcode = Inst.getOpcode();