Searched refs:getOpcodeName (Results 1 - 17 of 17) 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
H A DMCInst.cpp56 OS << ' ' << Printer->getOpcodeName(getOpcode());
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h53 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
55 StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h28 virtual StringRef getOpcodeName(unsigned Opcode) const;
H A DHexagonInstPrinter.cpp30 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/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);
H A DConstants.h1062 /// getOpcodeName - Return a string representation for an opcode.
1063 const char *getOpcodeName() const;
/external/llvm/lib/VMCore/
H A DInstruction.cpp96 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DAsmWriter.cpp938 Out << CE->getOpcodeName();
1688 Out << I.getOpcodeName();
H A DConstants.cpp2017 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
2018 return Instruction::getOpcodeName(getOpcode());
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp134 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
H A DFastISelEmitter.cpp381 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
486 std::string OpcodeName = getOpcodeName(InstPatOp, CGP);
H A DDAGISelMatcher.h979 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon
H A DDAGISelMatcherEmitter.cpp500 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp64 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
H A DLoopStrengthReduce.cpp1042 OS << UserInst->getOpcodeName();
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp4562 << Instruction::getOpcodeName(Instruction::ICmp)

Completed in 147 milliseconds