| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | debug-label-bitcode.ll | 1 ; 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 D | split-out-dbg-label.ll | 4 ; 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 D | strip-nonlinetable-debuginfo-labels.ll | 27 ; 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 D | debug-label-unreached.ll | 36 !10 = !DILabel(scope: !8, name: "removed", file: !1, line: 11) 37 !11 = !DILabel(scope: !8, name: "done", file: !1, line: 13)
|
| H A D | live-debug-vars-index.mir | 29 !8 = !DILabel(scope: !4, name: "top", file: !1, line: 4)
|
| H A D | live-debug-vars-nodebug.ll | 99 !14 = !DILabel(scope: !7, name: "label", file: !1, line: 6)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | debug-label-fast-isel.ll | 52 !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 D | debug-label-mi.ll | 56 !8 = !DILabel(scope: !4, name: "top", file: !1, line: 4) 58 !10 = !DILabel(scope: !4, name: "done", file: !1, line: 7)
|
| H A D | debug-label.ll | 71 !10 = !DILabel(scope: !6, name: "top", file: !1, line: 4) 73 !12 = !DILabel(scope: !15, name: "done", file: !1, line: 7)
|
| H A D | debug-label-opt.ll | 66 !15 = !DILabel(scope: !7, name: "end_sum", file: !1, line: 10) 67 !16 = !DILabel(scope: !7, name: "end", file: !1, line: 13)
|
| H A D | debug-label-inline.ll | 50 !15 = !DILabel(scope: !11, name: "top", file: !6, line: 8)
|
| H A D | PR37395.ll | 53 !14 = !DILabel(scope: !15, name: "L", file: !3, line: 6)
|
| H A D | verifier-invalid-disubprogram.ll | 41 ; CHECK: invalid retained nodes, expected DILocalVariable or DILabel
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 87 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 D | Metadata.def | 110 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DILabel)
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 237 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 D | bbi-23595.ll | 44 !1 = !DILabel(scope: !2, name: "W", file: !3, line: 47)
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | pr52161.ll | 46 !13 = !DILabel(scope: !8, name: "m", file: !1, line: 22)
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ARM/ |
| H A D | machine-cp-updates-dbg-reg.mir | 90 !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 D | DIBuilder.cpp | 815 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 D | DebugInfoMetadata.cpp | 1199 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 D | PR46267.ll | 89 !11 = !DILabel(scope: !6, name: "label", file: !1, line: 1)
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 498 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 D | no-inline-line-tables.ll | 90 !18 = !DILabel(scope: !15, name: "L", file: !8, line: 5)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | live-debug-label.ll | 142 !14 = !DILabel(scope: !4, name: "bye", file: !1, line: 28)
|