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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : "";
H A DMCInstPrinter.cpp39 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { function in class:MCInstPrinter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h87 StringRef getOpcodeName(unsigned Opcode) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } function in class:llvm::Instruction
142 static const char* getOpcodeName(unsigned OpCode);
H A DConstants.h1221 const char *getOpcodeName() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp712 inst->getOpcodeName());
796 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName());
957 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp180 Val = I->getOpcodeName();
H A DInstruction.cpp292 const char *Instruction::getOpcodeName(unsigned OpCode) { function in class:Instruction
H A DConstants.cpp2472 const char *ConstantExpr::getOpcodeName() const { function in class:ConstantExpr
2473 return Instruction::getOpcodeName(getOpcode());
H A DAsmWriter.cpp1511 Out << CE->getOpcodeName();
3696 Out << I.getOpcodeName();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp127 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
H A DFastISelEmitter.cpp416 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
521 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.cpp724 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp379 O << Instruction::getOpcodeName(getOpcode());
660 RSO << Inst->getOpcodeName() << " ";
H A DLoopVectorize.cpp7026 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp303 OS << U->getOpcodeName();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp78 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
H A DLoopStrengthReduce.cpp1492 OS << UserInst->getOpcodeName();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3655 errs() << "ZZZ " << I.getOpcodeName() << "\n";

Completed in 470 milliseconds