Home
last modified time | relevance | path

Searched refs:DILabel (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddebug-label-bitcode.ll1 ; Test bitcode writer/reader for DILabel metadata.
9 ; CHECK: [[LABEL_METADATA]] = !DILabel({{.*}}, name: "top", {{.*}}, line: 4)
52 !9 = !DILabel(scope: !4, name: "top", file: !1, line: 4)
54 !11 = !DILabel(scope: !4, name: "done", file: !1, line: 7)
/llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/
H A Dsplit-out-dbg-label.ll4 ; that its metadata argument is a DILabel that points to a scope within the new
19 ; CHECK: [[LABEL]] = !DILabel(scope: [[SCOPE]], name: "bye", file: [[FILE]], line: 28
55 !12 = !DILabel(scope: !6, name: "bye", file: !1, line: 28)
/llvm-project-15.0.7/llvm/test/Transforms/Util/
H A Dstrip-nonlinetable-debuginfo-labels.ll27 ; CHECK-NOT: DILabel
28 !12 = !DILabel(scope: !4, name: "entry", file: !1, line: 1)
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddebug-label-unreached.ll36 !10 = !DILabel(scope: !8, name: "removed", file: !1, line: 11)
37 !11 = !DILabel(scope: !8, name: "done", file: !1, line: 13)
H A Dlive-debug-vars-index.mir29 !8 = !DILabel(scope: !4, name: "top", file: !1, line: 4)
H A Dlive-debug-vars-nodebug.ll99 !14 = !DILabel(scope: !7, name: "label", file: !1, line: 6)
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Ddebug-label-fast-isel.ll52 !8 = !DILabel(scope: !4, name: "top", file: !1, line: 4)
54 !10 = !DILabel(scope: !4, name: "done", file: !1, line: 7)
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-label-mi.ll56 !8 = !DILabel(scope: !4, name: "top", file: !1, line: 4)
58 !10 = !DILabel(scope: !4, name: "done", file: !1, line: 7)
H A Ddebug-label.ll71 !10 = !DILabel(scope: !6, name: "top", file: !1, line: 4)
73 !12 = !DILabel(scope: !15, name: "done", file: !1, line: 7)
H A Ddebug-label-opt.ll66 !15 = !DILabel(scope: !7, name: "end_sum", file: !1, line: 10)
67 !16 = !DILabel(scope: !7, name: "end", file: !1, line: 13)
H A Ddebug-label-inline.ll50 !15 = !DILabel(scope: !11, name: "top", file: !6, line: 8)
H A DPR37395.ll53 !14 = !DILabel(scope: !15, name: "L", file: !3, line: 6)
H A Dverifier-invalid-disubprogram.ll41 ; CHECK: invalid retained nodes, expected DILocalVariable or DILabel
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h87 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
706 DILabel *
932 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
939 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
H A DMetadata.def110 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILabel)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h237 DbgLabel(const DILabel *L, const DILocation *IA, const MCSymbol *Sym = nullptr)
242 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); } in getLabel()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dbbi-23595.ll44 !1 = !DILabel(scope: !2, name: "W", file: !3, line: 47)
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Dpr52161.ll46 !13 = !DILabel(scope: !8, name: "m", file: !1, line: 22)
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A Dmachine-cp-updates-dbg-reg.mir90 !28 = !DILabel(scope: !16, name: "free_pt", file: !3, line: 22)
91 !29 = !DILabel(scope: !16, name: "fail_nomem", file: !3, line: 24)
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp815 DILabel *DIBuilder::createLabel(DIScope *Scope, StringRef Name, DIFile *File, in createLabel()
819 auto *Node = DILabel::get(VMContext, cast_or_null<DILocalScope>(Context), in createLabel()
961 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
968 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
1097 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel()
H A DDebugInfoMetadata.cpp1199 DILabel::DILabel(LLVMContext &C, StorageType Storage, unsigned Line, in DILabel() function in DILabel
1202 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl()
1207 DEFINE_GETIMPL_LOOKUP(DILabel, (Scope, Name, File, Line)); in getImpl()
1209 DEFINE_GETIMPL_STORE(DILabel, (Line), Ops); in getImpl()
/llvm-project-15.0.7/llvm/test/Transforms/SpeculativeExecution/
H A DPR46267.ll89 !11 = !DILabel(scope: !6, name: "label", file: !1, line: 1)
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp498 const DILabel *Label; ///< The debug info label we are part of.
510 UserLabel(const DILabel *label, DebugLoc L, SlotIndex Idx) in UserLabel()
514 bool matches(const DILabel *L, const DILocation *IA, in matches()
704 } else if (const auto *L = dyn_cast<const DILabel>(Node)) { in printExtendedName()
899 const DILabel *Label = MI.getDebugLabel(); in handleDebugLabel()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dno-inline-line-tables.ll90 !18 = !DILabel(scope: !15, name: "L", file: !8, line: 5)
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A Dlive-debug-label.ll142 !14 = !DILabel(scope: !4, name: "bye", file: !1, line: 28)

123