Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp114 I.setName(I.getOpcodeName()); in MetaRenameOnlyInstructions()
127 I.setName(I.getOpcodeName()); in MetaRename()
H A DDebugify.cpp508 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp92 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
H A DMCInstPrinter.cpp42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h314 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
329 LLVM_ABI static const char *getOpcodeName(unsigned Opcode);
H A DConstants.h1338 LLVM_ABI const char *getOpcodeName() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h150 StringRef getOpcodeName(unsigned Opcode) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp391 O << " = " << Instruction::getOpcodeName(getOpcode()) << " "; in print()
1204 O << Instruction::getOpcodeName(getOpcode()); in print()
1255 O << Instruction::getOpcodeName(getOpcode()) << " "; in print()
1930 << Instruction::getOpcodeName(Opcode)); in execute()
2022 O << " = " << Instruction::getOpcodeName(Opcode); in print()
2102 O << " = " << Instruction::getOpcodeName(Opcode); in print()
2722 O << " reduce." << Instruction::getOpcodeName(Opcode) << " ("; in print()
2727 O << Instruction::getOpcodeName(Ext0->getOpcode()) << " to " in print()
2741 << Instruction::getOpcodeName( in print()
2754 O << " " << Instruction::getOpcodeName(Ext0->getOpcode()) << " to " in print()
[all …]
H A DVPlanTransforms.cpp338 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp164 R << ", '" << Inst.getOpcodeName() << "' instruction"; in remarkFlatAddrspaceAccess()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp788 inst->getOpcodeName()); in Interpret()
876 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
1029 LLDB_LOGF(log, "Interpreted a %s", inst->getOpcodeName()); in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp110 F.getContext(), Twine("common.") + Term->getOpcodeName(), &F, BBs[0]); in performBlockTailMerging()
H A DReassociate.cpp84 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
H A DLowerMatrixIntrinsics.cpp2621 write(I->getOpcodeName()); in linearizeExpr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp627 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/lib/IR/
H A DDiagnosticInfo.cpp219 Val = I->getOpcodeName(); in Argument()
H A DInstruction.cpp762 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
H A DConstants.cpp2783 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
2784 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
H A DAsmWriter.cpp1827 Out << CE->getOpcodeName(); in WriteConstantInternal()
4440 Out << I.getOpcodeName(); in printInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h117 LLVM_ABI static const char *getOpcodeName(Opcode Opc);
132 const char *getOpcodeName() const { return getOpcodeName(Opc); } in getOpcodeName() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1747 Twine(Inst.getOpcodeName())); in createShadowValueWithOperandsAvailable()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp14 const char *Instruction::getOpcodeName(Opcode Opc) { in getOpcodeName() function in llvm::sandboxir::Instruction
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp309 OS << U->getOpcodeName(); in print()
H A DHexagonVectorCombine.cpp488 OS << Instruction::getOpcodeName(Op.Opcode) << '.' << Op.Frac; in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp567 const char *getOpcodeName() const { in getOpcodeName() function in __anondf6e26480411::BitcodeConstant
568 return Instruction::getOpcodeName(Opcode); in getOpcodeName()
1724 BC->getOpcodeName()); in materializeValue()

12