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

/external/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
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h74 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
76 StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm/include/llvm/IR/
H A DInstruction.h88 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
94 static const char* getOpcodeName(unsigned OpCode);
H A DConstants.h1073 /// getOpcodeName - Return a string representation for an opcode.
1074 const char *getOpcodeName() const;
/external/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h32 virtual StringRef getOpcodeName(unsigned Opcode) const;
H A DHexagonInstPrinter.cpp33 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:HexagonInstPrinter
/external/lldb/source/Expression/
H A DIRInterpreter.cpp636 log->Printf("getOpcode() returns %s, but instruction is not a BinaryOperator", inst->getOpcodeName());
722 log->Printf("Interpreted a %s", inst->getOpcodeName());
815 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
844 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
H A DIRForTarget.cpp940 log->Printf("NSString initializer's str element is not a GetElementPtr expression, it's a %s", nsstring_expr->getOpcodeName());
/external/llvm/lib/IR/
H A DInstruction.cpp190 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DAsmWriter.cpp1013 Out << CE->getOpcodeName();
1812 Out << I.getOpcodeName();
H A DConstants.cpp2238 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
2239 return Instruction::getOpcodeName(getOpcode());
/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp143 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 DDAGISelMatcherEmitter.cpp517 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
H A DDAGISelMatcher.h1037 const std::string &getOpcodeName() const { return OpcodeName; } function in class:llvm::EmitNodeMatcherCommon
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp66 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
H A DLoopStrengthReduce.cpp1148 OS << UserInst->getOpcodeName();
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2537 errs() << "ZZZ " << I.getOpcodeName() << "\n";
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp4792 << Instruction::getOpcodeName(Instruction::ICmp)

Completed in 6168 milliseconds