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

/external/llvm/lib/MC/
H A DMCInstPrinter.cpp22 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
24 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:MCInstPrinter
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp33 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/external/llvm/lib/IR/
H A DInstruction.cpp186 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DConstants.cpp2151 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
2152 return Instruction::getOpcodeName(getOpcode());
/external/llvm/include/llvm/IR/
H A DInstruction.h85 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
91 static const char* getOpcodeName(unsigned OpCode);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h977 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon

Completed in 167 milliseconds