Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp317 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2866 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp412 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
H A DDAGISelMatcher.h1015 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function