Searched defs:getOpcodeName (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:MCInstPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp292 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DConstants.cpp2472 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h1007 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon

Completed in 269 milliseconds