Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h128 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
140 static const char* getOpcodeName(unsigned OpCode);
H A DConstants.h1221 const char *getOpcodeName() const;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCInst.cpp75 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
H A DMCInstPrinter.cpp36 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstPrinter.h77 StringRef getOpcodeName(unsigned Opcode) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp723 inst->getOpcodeName()); in Interpret()
809 log->Printf("Interpreted a %s", inst->getOpcodeName()); in Interpret()
897 cast_inst->getOpcodeName()); in Interpret()
924 cast_inst->getOpcodeName()); in Interpret()
1023 log->Printf("Interpreted a %s", inst->getOpcodeName()); in Interpret()
1491 inst->getOpcodeName()); in Interpret()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp348 O << Instruction::getOpcodeName(getOpcode()); in print()
609 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
H A DLoopVectorize.cpp6663 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp417 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
522 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
H A DDAGISelMatcherOpt.cpp124 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
H A DDAGISelMatcherEmitter.cpp702 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
H A DDAGISelMatcher.h947 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticInfo.cpp181 Val = I->getOpcodeName(); in Argument()
H A DInstruction.cpp291 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2392 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
2393 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
H A DAsmWriter.cpp1501 Out << CE->getOpcodeName(); in WriteConstantInternal()
3600 Out << I.getOpcodeName(); in printInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp78 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
H A DLoopStrengthReduce.cpp1468 OS << UserInst->getOpcodeName(); in print()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp302 OS << U->getOpcodeName(); in print()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3505 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()