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

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 3144   assert(!Operands.empty() && "Unexpect empty operand list!");
 3145   assert((*Operands[0]).isToken() && "Leading operand should always be a mnemonic!");
 3149   MatchFPUWaitAlias(IDLoc, static_cast<X86Operand &>(*Operands[0]), Operands,
 3149   MatchFPUWaitAlias(IDLoc, static_cast<X86Operand &>(*Operands[0]), Operands,
 3151   X86Operand &Op = static_cast<X86Operand &>(*Operands[0]);
 3152   unsigned Prefixes = getPrefixes(Operands);
 3166   unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo,
 3172     if (!MatchingInlineAsm && validateInstruction(Inst, Operands))
 3178       while (processInstruction(Inst, Operands))
 3183       EmitInstruction(Inst, Operands, Out);
 3187     SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc();
 3233     Match[I] = MatchInstruction(Operands, Inst, ErrorInfoIgnore,
 3252       EmitInstruction(Inst, Operands, Out);
 3299       if (ErrorInfo >= Operands.size())
 3303       X86Operand &Operand = (X86Operand &)*Operands[ErrorInfo];