| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 159 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 175 static const char* getOpcodeName(unsigned OpCode);
|
| H A D | Constants.h | 1295 const char *getOpcodeName() const;
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCInst.cpp | 84 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
| H A D | MCInstPrinter.cpp | 42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 110 StringRef getOpcodeName(unsigned Opcode) const;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 408 O << Instruction::getOpcodeName(getOpcode()); in print() 621 O << " = " << getUnderlyingInstr()->getOpcodeName() << " "; in print() 832 O << " reduce." << Instruction::getOpcodeName(RdxDesc->getOpcode()) << " ("; in print() 860 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print() 958 O << Instruction::getOpcodeName(Ingredient.getOpcode()) << " "; in print()
|
| H A D | VPlan.cpp | 964 O << Inst->getOpcodeName() << " "; in print()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 412 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 517 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|
| H A D | DAGISelMatcherOpt.cpp | 127 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
|
| H A D | DAGISelMatcherEmitter.cpp | 775 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0"; in EmitMatcher()
|
| H A D | DAGISelMatcher.h | 1015 const std::string &getOpcodeName() const { return OpcodeName; } in getOpcodeName() function
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DynoStats.cpp | 116 OS << format("%20s,%'18lld", Printer->getOpcodeName(Stat->second).data(), in print()
|
| H A D | BinaryFunction.cpp | 3063 Branch = CondBranch ? std::string(BC.InstPrinter->getOpcodeName( in dumpGraph() 3067 Branch = UncondBranch ? std::string(BC.InstPrinter->getOpcodeName( in dumpGraph()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 104 F.getContext(), Twine("common.") + Term->getOpcodeName(), &F, BBs[0]); in performBlockTailMerging()
|
| H A D | Reassociate.cpp | 77 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
|
| H A D | LowerMatrixIntrinsics.cpp | 2036 write(std::string(I->getOpcodeName())); in linearizeExpr()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 719 inst->getOpcodeName()); in Interpret() 803 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret() 964 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 604 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function 614 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddr() 649 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrForOpcode()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 174 Val = I->getOpcodeName(); in Argument()
|
| H A D | Instruction.cpp | 347 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
| H A D | Constants.cpp | 2813 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2814 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
| H A D | AsmWriter.cpp | 1567 Out << CE->getOpcodeName(); in WriteConstantInternal() 3957 Out << I.getOpcodeName(); in printInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 432 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 559 const char *getOpcodeName() const { in getOpcodeName() function in __anon27c3e5780411::BitcodeConstant 560 return Instruction::getOpcodeName(Opcode); in getOpcodeName() 1556 BC->getOpcodeName()); in materializeValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 319 OS << U->getOpcodeName(); in print()
|