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

/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCInstPrinter.cpp23 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:MCInstPrinter
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.cpp31 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/macosx-10.9.5/llvmCore-3425.0.33/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
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstruction.h84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDAGISelMatcher.h979 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon

Completed in 121 milliseconds