Home
last modified time | relevance | path

Searched refs:OriginalError (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4070 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction() local
4077 switch (OriginalError) { in MatchAndEmitATTInstruction()
4231 if (OriginalError == Match_MnemonicFail) in MatchAndEmitATTInstruction()
4235 if (OriginalError == Match_Unsupported) in MatchAndEmitATTInstruction()
4239 assert(OriginalError == Match_InvalidOperand && "Unexpected error"); in MatchAndEmitATTInstruction()