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

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 3369     Inst.setFlags(Prefixes);
 3416         Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo,
 3432       unsigned LastOpcode = Inst.getOpcode();
 3433       unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore,
 3436       if (Match.empty() || LastOpcode != Inst.getOpcode())
 3453         Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm,
 3479         Operands, Inst, ErrorInfo, MissingFeatures, MatchingInlineAsm,
 3495     if (!MatchingInlineAsm && validateInstruction(Inst, Operands))
 3501       while (processInstruction(Inst, Operands))
 3503     Inst.setLoc(IDLoc);
 3505       EmitInstruction(Inst, Operands, Out);
 3506     Opcode = Inst.getOpcode();