| /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 | 508 auto InstName = Instruction::getOpcodeName(Instr->getOpcode()); in checkInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCInst.cpp | 92 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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 314 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 329 LLVM_ABI static const char *getOpcodeName(unsigned Opcode);
|
| H A D | Constants.h | 1338 LLVM_ABI const char *getOpcodeName() const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstPrinter.h | 150 StringRef getOpcodeName(unsigned Opcode) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 391 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 D | VPlanTransforms.cpp | 338 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | KernelInfo.cpp | 164 R << ", '" << Inst.getOpcodeName() << "' instruction"; in remarkFlatAddrspaceAccess()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 788 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 D | SimplifyCFGPass.cpp | 110 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 | 2621 write(I->getOpcodeName()); in linearizeExpr()
|
| /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/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 219 Val = I->getOpcodeName(); in Argument()
|
| H A D | Instruction.cpp | 762 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
|
| H A D | Constants.cpp | 2783 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr 2784 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
|
| H A D | AsmWriter.cpp | 1827 Out << CE->getOpcodeName(); in WriteConstantInternal() 4440 Out << I.getOpcodeName(); in printInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 117 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 D | NumericalStabilitySanitizer.cpp | 1747 Twine(Inst.getOpcodeName())); in createShadowValueWithOperandsAvailable()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 14 const char *Instruction::getOpcodeName(Opcode Opc) { in getOpcodeName() function in llvm::sandboxir::Instruction
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 309 OS << U->getOpcodeName(); in print()
|
| H A D | HexagonVectorCombine.cpp | 488 OS << Instruction::getOpcodeName(Op.Opcode) << '.' << Op.Frac; in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 567 const char *getOpcodeName() const { in getOpcodeName() function in __anondf6e26480411::BitcodeConstant 568 return Instruction::getOpcodeName(Opcode); in getOpcodeName() 1724 BC->getOpcodeName()); in materializeValue()
|