Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp135 unsigned MatchInstruction(const OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in __anonee973c6c0111::X86AsmParser
4187 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in matchAndEmitATTInstruction()
4285 MatchInstruction(Operands, Inst, ErrorInfoIgnore, MissingFeatures, in matchAndEmitATTInstruction()
4454 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo, in matchAndEmitIntelInstruction()
4471 unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in matchAndEmitIntelInstruction()
4490 Match.push_back(MatchInstruction( in matchAndEmitIntelInstruction()
4515 unsigned M = MatchInstruction( in matchAndEmitIntelInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp730 unsigned MatchInstruction(OperandVector &Operands, MCInst &Inst,
11265 unsigned ARMAsmParser::MatchInstruction(OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in ARMAsmParser
11363 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()