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

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCInstPrinter.cpp24 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:MCInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp32 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstruction.cpp186 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DConstants.cpp2176 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DInstruction.h85 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h1007 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon

Completed in 130 milliseconds