Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCInstPrinter.cpp33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/llvm-project/llvm/lib/MC/
DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp37 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in HexagonInstPrinter
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function
/external/llvm/lib/IR/
DInstruction.cpp258 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
DConstants.cpp2259 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
/external/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
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp316 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
DConstants.cpp2796 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp409 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
DDAGISelMatcher.h943 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
/external/llvm-project/llvm/utils/TableGen/
DFastISelEmitter.cpp416 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
DDAGISelMatcher.h1013 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConst.java2064 public static String getOpcodeName(final int index) { in getOpcodeName() method in Const