/external/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/llvm-project/llvm/lib/MC/ |
D | MCInstPrinter.cpp | 41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.cpp | 37 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in HexagonInstPrinter
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 258 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
D | Constants.cpp | 2259 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 292 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
D | Constants.cpp | 2472 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 316 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
D | Constants.cpp | 2796 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
|
/external/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 409 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
|
D | DAGISelMatcher.h | 943 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 416 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
|
D | DAGISelMatcher.h | 1013 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Const.java | 2064 public static String getOpcodeName(final int index) { in getOpcodeName() method in Const
|