Home
last modified time | relevance | path

Searched defs:getOpcodeName (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp292 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
DConstants.cpp2472 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr