Home
last modified time | relevance | path

Searched refs:OpcodeName (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp268 << OpcodeName << ": <todo flags> "; in printImpl()
335 return M->OpcodeName == OpcodeName && M->VTs == VTs && in isEqualImpl()
343 return (HashString(OpcodeName) << 4) | Operands.size(); in getHashImpl()
DFastISelEmitter.cpp513 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns() local
588 if (SimplePatternsCheck[Operands][OpcodeName][VT] in collectPatterns()
593 SimplePatternsCheck[Operands][OpcodeName][VT][RetVT].insert( in collectPatterns()
598 SimplePatterns[Operands][OpcodeName][VT][RetVT].insert( in collectPatterns()
DDAGISelMatcher.h1017 std::string OpcodeName; variable
1033 : Matcher(isMorphNodeTo ? MorphNodeTo : EmitNode), OpcodeName(opcodeName), in EmitNodeMatcherCommon()
1038 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName()
/external/v8/src/wasm/
Dwasm-opcodes.cc14 const char* WasmOpcodes::OpcodeName(WasmOpcode opcode) { in OpcodeName() function in v8::internal::wasm::WasmOpcodes
Dast-decoder.cc310 WasmOpcodes::OpcodeName(opcode)); in DecodeFunctionBody()
632 WasmOpcodes::OpcodeName(tree->opcode()), in AddImplicitReturnAtEnd()
651 WasmOpcodes::OpcodeName(opcode)); in Reduce()
1104 WasmOpcodes::OpcodeName(p->opcode()), p->index - 1, in TypeCheckLast()
1106 WasmOpcodes::OpcodeName(p->last()->opcode()), in TypeCheckLast()
1394 WasmOpcodes::OpcodeName(p->opcode()), p->tree->count); in PrintProduction()
1399 WasmOpcodes::OpcodeName(child->opcode()), child->count); in PrintProduction()
1435 PrintF("%s", WasmOpcodes::OpcodeName(tree.opcode())); in operator <<()
Dwasm-opcodes.h304 static const char* OpcodeName(WasmOpcode opcode);
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp359 if (const char *OpcodeName = CallFrameString(Opcode)) in printOperand() local
360 OS << " " << OpcodeName; in printOperand()
/external/v8/src/compiler/
Dwasm-compiler.cc53 wasm::WasmOpcodes::OpcodeName(opcode)); in UnsupportedOpcode()
56 wasm::WasmOpcodes::OpcodeName(opcode)); in UnsupportedOpcode()