Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp122 unsigned MatchInstruction(const OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in __anonc9a05f840111::X86AsmParser
4160 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction()
4258 MatchInstruction(Operands, Inst, ErrorInfoIgnore, MissingFeatures, in MatchAndEmitATTInstruction()
4462 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitIntelInstruction()
4479 unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitIntelInstruction()
4498 Match.push_back(MatchInstruction( in MatchAndEmitIntelInstruction()
4524 unsigned M = MatchInstruction( in MatchAndEmitIntelInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp709 unsigned MatchInstruction(OperandVector &Operands, MCInst &Inst,
10832 unsigned ARMAsmParser::MatchInstruction(OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in ARMAsmParser
10930 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()