Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp420 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp700 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2744 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp282 const char *Instruction::getOpcodeName(Opcode Opc) { in getOpcodeName() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp582 const char *getOpcodeName() const { in getOpcodeName() function in __anondf6e26480411::BitcodeConstant