Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_gmock_test.cc64 TEST(PatternMatchGmock, MatchInstruction) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp92 unsigned MatchInstruction(const OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in __anonfb2428c60111::X86AsmParser
2937 switch (MatchInstruction(Operands, Inst, ErrorInfo, MatchingInlineAsm, in MatchAndEmitATTInstruction()
2991 Match[I] = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitATTInstruction()
3156 Match.push_back(MatchInstruction(Operands, Inst, ErrorInfo, in MatchAndEmitIntelInstruction()
3173 unsigned M = MatchInstruction(Operands, Inst, ErrorInfoIgnore, in MatchAndEmitIntelInstruction()
3191 Match.push_back(MatchInstruction( in MatchAndEmitIntelInstruction()
3216 unsigned M = MatchInstruction( in MatchAndEmitIntelInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp616 unsigned MatchInstruction(OperandVector &Operands, MCInst &Inst,
9155 unsigned ARMAsmParser::MatchInstruction(OperandVector &Operands, MCInst &Inst, in MatchInstruction() function in ARMAsmParser
9253 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction()