Searched defs:getOpcodeName (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/MC/ | ||
H A D | MCInstPrinter.cpp | 42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter |
/llvm-project/llvm/lib/SandboxIR/ | ||
H A D | SandboxIR.cpp |
|
/llvm-project/llvm/utils/TableGen/ | ||
H A D | FastISelEmitter.cpp | 420 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { getOpcodeName() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 700 const char *Instruction::getOpcodeName(unsigned OpCode) { getOpcodeName() function in Instruction |
H A D | Constants.cpp | 2744 const char *ConstantExpr::getOpcodeName() const { getOpcodeName() function in ConstantExpr |
/llvm-project/llvm/lib/DebugInfo/DWARF/ | ||
H A D | DWARFDebugLine.cpp | 627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function |
/llvm-project/llvm/lib/Bitcode/Reader/ | ||
H A D | BitcodeReader.cpp | 582 const char *getOpcodeName() const { in getOpcodeName() function in __anon461288fb0411::BitcodeConstant |