Searched refs:getOpcodeName (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCInst.cpp58 OS << ' ' << Printer->getOpcodeName(getOpcode());
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
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCInstPrinter.h73 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
75 StringRef getOpcodeName(unsigned Opcode) const;
/freebsd-10-stable/contrib/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);
H A DConstants.h1067 /// getOpcodeName - Return a string representation for an opcode.
1068 const char *getOpcodeName() const;
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h32 virtual StringRef getOpcodeName(unsigned Opcode) const;
H A DHexagonInstPrinter.cpp32 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp644 log->Printf("getOpcode() returns %s, but instruction is not a BinaryOperator", inst->getOpcodeName());
730 log->Printf("Interpreted a %s", inst->getOpcodeName());
823 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
852 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
H A DIRForTarget.cpp936 log->Printf("NSString initializer's str element is not a GetElementPtr expression, it's a %s", nsstring_expr->getOpcodeName());
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp138 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
H A DFastISelEmitter.cpp390 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
494 std::string OpcodeName = getOpcodeName(InstPatOp, CGP);
H A DDAGISelMatcher.h1007 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon
H A DDAGISelMatcherEmitter.cpp510 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstruction.cpp186 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DAsmWriter.cpp1014 Out << CE->getOpcodeName();
1773 Out << I.getOpcodeName();
H A DConstants.cpp2176 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
2177 return Instruction::getOpcodeName(getOpcode());
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp66 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
H A DLoopStrengthReduce.cpp1085 OS << UserInst->getOpcodeName();
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2135 errs() << "ZZZ " << I.getOpcodeName() << "\n";
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp4634 << Instruction::getOpcodeName(Instruction::ICmp)

Completed in 167 milliseconds