Searched refs:MatchInstruction (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher_gmock_test.cc | 64 TEST(PatternMatchGmock, MatchInstruction) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 92 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/ |
D | ARMAsmParser.cpp | 616 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()
|