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.cpp140 unsigned MatchInstruction(const OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in __anonee973c6c0111::X86AsmParser
4284 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in matchAndEmitATTInstruction()
4382 MatchInstruction(Operands, Inst, ErrorInfoIgnore, MissingFeatures, in matchAndEmitATTInstruction()
4551 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo, in matchAndEmitIntelInstruction()
4568 unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in matchAndEmitIntelInstruction()
4587 Match.push_back(MatchInstruction( in matchAndEmitIntelInstruction()
4612 unsigned M = MatchInstruction( in matchAndEmitIntelInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp733 unsigned MatchInstruction(OperandVector &Operands, MCInst &Inst,
11354 unsigned ARMAsmParser::MatchInstruction(OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in ARMAsmParser
11452 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in matchAndEmitInstruction()