Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCInstPrinter.cpp36 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp291 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2392 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp417 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
H A DDAGISelMatcher.h947 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function