Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp123 unsigned MatchInstruction(const OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in __anonbe06ec630111::X86AsmParser
4177 unsigned OriginalError = MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitATTInstruction()
4275 MatchInstruction(Operands, Inst, ErrorInfoIgnore, MissingFeatures, in MatchAndEmitATTInstruction()
4475 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitIntelInstruction()
4492 unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitIntelInstruction()
4511 Match.push_back(MatchInstruction( in MatchAndEmitIntelInstruction()
4536 unsigned M = MatchInstruction( in MatchAndEmitIntelInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp719 unsigned MatchInstruction(OperandVector &Operands, MCInst &Inst,
10889 unsigned ARMAsmParser::MatchInstruction(OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in ARMAsmParser
10987 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()