Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDMetaRenamer.cpp114 I.setName(I.getOpcodeName()); in MetaRenameOnlyInstructions()
127 I.setName(I.getOpcodeName()); in MetaRename()
HDDebugify.cpp442 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCInst.cpp87 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
HDMCInstPrinter.cpp42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstruction.h276 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
290 static const char *getOpcodeName(unsigned Opcode);
HDConstants.h1305 const char *getOpcodeName() const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstPrinter.h144 StringRef getOpcodeName(unsigned Opcode) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanRecipes.cpp852 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()
HDVPlanTransforms.cpp307 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
HDVPlan.cpp1406 O << Inst->getOpcodeName() << " "; in print()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFastISelEmitter.cpp420 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
528 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSimplifyCFGPass.cpp107 F.getContext(), Twine("common.") + Term->getOpcodeName(), &F, BBs[0]); in performBlockTailMerging()
HDReassociate.cpp84 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
HDLowerMatrixIntrinsics.cpp2412 write(std::string(I->getOpcodeName())); in linearizeExpr()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDIRInterpreter.cpp791 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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.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-13-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.h517 static const char *getOpcodeName(Opcode Opc);
520 OS << getOpcodeName(Opc);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDiagnosticInfo.cpp183 Val = I->getOpcodeName(); in Argument()
HDInstruction.cpp700 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
HDConstants.cpp2744 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr
2745 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
HDAsmWriter.cpp1728 Out << CE->getOpcodeName(); in WriteConstantInternal()
4247 Out << I.getOpcodeName(); in printInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp282 const char *Instruction::getOpcodeName(Opcode Opc) { in getOpcodeName() function in Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDNumericalStabilitySanitizer.cpp1690 Twine(Inst.getOpcodeName())); in createShadowValueWithOperandsAvailable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonLoopIdiomRecognition.cpp319 OS << U->getOpcodeName(); in print()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp582 const char *getOpcodeName() const { in getOpcodeName() function in __anon4cd6bf210411::BitcodeConstant
583 return Instruction::getOpcodeName(Opcode); in getOpcodeName()
1682 BC->getOpcodeName()); in materializeValue()

12