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

/external/llvm/lib/MC/
H A DMCInstPrinter.cpp21 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
23 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:MCInstPrinter
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp31 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/external/llvm/lib/VMCore/
H A DInstruction.cpp96 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DConstants.cpp2058 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
2059 return Instruction::getOpcodeName(getOpcode());
/external/llvm/include/llvm/
H A DInstruction.h84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
90 static const char* getOpcodeName(unsigned OpCode);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h979 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon

Completed in 173 milliseconds