/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 114 I.setName(I.getOpcodeName()); in MetaRenameOnlyInstructions() 127 I.setName(I.getOpcodeName()); in MetaRename()
|
H A D | Debugify.cpp | 442 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCInst.cpp | 87 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
H A D | MCInstPrinter.cpp | 40 /// getOpcodeName - Return the name of the specified opcode enum (e.g. 42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.h | 276 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 290 static const char *getOpcodeName(unsigned Opcode);
|
H A D | Constants.h | 1305 const char *getOpcodeName() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 144 StringRef getOpcodeName(unsigned Opcode) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 852 O << Instruction::getOpcodeName(getOpcode()); in print() 1128 << Instruction::getOpcodeName(Opcode)); in execute() 1148 O << " = " << Instruction::getOpcodeName(Opcode); in print() 1179 O << " = " << Instruction::getOpcodeName(Opcode) << " "; in print() 1800 O << " reduce." << Instruction::getOpcodeName(RdxDesc.getOpcode()) << " ("; in print() 1822 O << " vp.reduce." << Instruction::getOpcodeName(RdxDesc.getOpcode()) << " ("; in print() 1868 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()); in print() 1924 O << " = " << Instruction::getOpcodeName(Opcode) << " "; in print()
|
H A D | VPlanTransforms.cpp | 307 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
|
H A D | VPlan.cpp | 1406 O << Inst->getOpcodeName() << " "; in print()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 420 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 528 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 107 F.getContext(), Twine("common.") + Term->getOpcodeName(), &F, BBs[0]); in performBlockTailMerging()
|
H A D | Reassociate.cpp | 84 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
|
H A D | LowerMatrixIntrinsics.cpp | 2412 write(std::string(I->getOpcodeName())); in linearizeExpr()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 791 inst->getOpcodeName()); in Interpret() 881 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret() 1042 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 627 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) { in getOpcodeName() function 638 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceAddrOpIndex() 708 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase); in advanceForOpcode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 517 static const char *getOpcodeName(Opcode Opc); 520 OS << getOpcodeName(Opc);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 183 Val = I->getOpcodeName(); in Argument()
|
H A D | Instruction.cpp | 700 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
H A D | Constants.cpp | 2744 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2745 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
H A D | AsmWriter.cpp | 1728 Out << CE->getOpcodeName(); in WriteConstantInternal() 4247 Out << I.getOpcodeName(); in printInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 282 const char *Instruction::getOpcodeName(Opcode Opc) { in getOpcodeName() function in Instruction
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1690 Twine(Inst.getOpcodeName())); in createShadowValueWithOperandsAvailable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 319 OS << U->getOpcodeName(); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 582 const char *getOpcodeName() const { in getOpcodeName() function in __anondf6e26480411::BitcodeConstant 583 return Instruction::getOpcodeName(Opcode); in getOpcodeName() 1682 BC->getOpcodeName()); in materializeValue()
|