Home
last modified time | relevance | path

Searched refs:DISubrange (Results 1 – 25 of 249) sorted by relevance

12345678910

/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddisubrange-empty-array.ll7 ; CHECK: !0 = !DISubrange(count: -1, lowerBound: 0)
8 ; CHECK-NEXT: !1 = !DISubrange(count: -1, lowerBound: 4)
9 ; CHECK-NEXT: !2 = !DISubrange(count: -1, lowerBound: -5)
10 !0 = !DISubrange(count: -1, lowerBound: 0)
11 !1 = !DISubrange(count: -1, lowerBound: 0)
13 !2 = !DISubrange(count: -1, lowerBound: 4)
14 !3 = !DISubrange(count: -1, lowerBound: -5)
H A Ddebug-info.ll7 ; CHECK: !0 = !DISubrange(count: 3, lowerBound: 0)
8 ; CHECK-NEXT: !1 = !DISubrange(count: 3, lowerBound: 4)
9 ; CHECK-NEXT: !2 = !DISubrange(count: 3, lowerBound: -5)
10 !0 = !DISubrange(count: 3, lowerBound: 0)
11 !1 = !DISubrange(count: 3, lowerBound: 0)
13 !2 = !DISubrange(count: 3, lowerBound: 4)
14 !3 = !DISubrange(count: 3, lowerBound: -5)
H A Dinvalid-disubrange-count-large.ll4 !0 = !DISubrange(count: 9223372036854775807)
7 !1 = !DISubrange(count: 9223372036854775808)
H A Dinvalid-disubrange-count-negative.ll4 !0 = !DISubrange(count: -1)
7 !0 = !DISubrange(count: -2)
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Ddisubrange.ll1 ; Check that the DISubrange 'count' reference is correctly uniqued and restored,
40 ; CHECK-DAG: ![[RANGE:[0-9]+]] = !DISubrange(count: ![[NODE]])
41 ; CHECK-DAG: ![[CONST:[0-9]+]] = !DISubrange(count: 16)
44 !22 = !DISubrange(count: !16)
45 !23 = !DISubrange(count: !16)
46 !24 = !DISubrange(count: 16)
47 !25 = !DISubrange(count: i16 16)
48 !26 = !DISubrange(count: i32 16)
49 !27 = !DISubrange(count: i64 16)
H A DrankConst.ll23 !9 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 80, DW_OP_…
24 !10 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 128, DW_O…
25 !11 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 176, DW_O…
26 !12 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 224, DW_O…
27 !13 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 272, DW_O…
28 !14 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 320, DW_O…
29 !15 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 368, DW_O…
36 !22 = !DISubrange(lowerBound: 1, upperBound: !23)
41 !27 = !DISubrange(lowerBound: 1, upperBound: 16)
H A DrankExp.ll23 !9 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 80, DW_OP_…
24 !10 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 128, DW_O…
25 !11 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 176, DW_O…
26 !12 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 224, DW_O…
27 !13 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 272, DW_O…
28 !14 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 320, DW_O…
29 !15 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 368, DW_O…
36 !22 = !DISubrange(lowerBound: 1, upperBound: !23)
41 !27 = !DISubrange(lowerBound: 1, upperBound: 16)
H A DfortranSubrangeBackward.ll1 ;; This test checks Backward compatibility of DISubrange bounds
7 ; CHECK: !DISubrange(count: 15, lowerBound: 3)
8 ; CHECK: !DISubrange(count: ![[NODE:[0-9]+]], lowerBound: 3)
39 !9 = !DISubrange(count: 15, lowerBound: 3)
46 !16 = !DISubrange(count: !17, lowerBound: 3)
H A Ddisubrange-v0.ll1 ; Check that a DISubrange built with an older version of LLVM is correctly restored.
38 ; CHECK-DAG: ![[CONST:[0-9]+]] = !DISubrange(count: 42, lowerBound: 1)
41 !22 = !DISubrange(count: 42, lowerBound: 1)
H A DfortranSubrange.ll1 ;; This test checks DISubrange bounds
6 ; CHECK: !{{[0-9]+}} = !DISubrange(lowerBound: 3, upperBound: ![[NODE:[0-9]+]], stride: !DIExpressi…
40 !12 = !DISubrange(lowerBound: 3, upperBound: !13, stride: !DIExpression(DW_OP_constu, 4))
H A Dgeneric_subrange_const.ll32 !16 = !DISubrange(lowerBound: 1, upperBound: !17)
37 !21 = !DISubrange(lowerBound: 1, upperBound: 16)
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-rankConst.ll50 !11 = !DISubrange(lowerBound: 1, upperBound: !12)
55 !16 = !DISubrange(lowerBound: 1, upperBound: 16)
61 !22 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 80, DW_OP…
62 !23 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 128, DW_O…
63 !24 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 176, DW_O…
64 !25 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 224, DW_O…
65 !26 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 272, DW_O…
66 !27 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 320, DW_O…
67 !28 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 368, DW_O…
H A Ddwarfdump-rankExp.ll50 !11 = !DISubrange(lowerBound: 1, upperBound: !12)
55 !16 = !DISubrange(lowerBound: 1, upperBound: 16)
61 !22 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 80, DW_OP…
62 !23 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 128, DW_O…
63 !24 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 176, DW_O…
64 !25 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 224, DW_O…
65 !26 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 272, DW_O…
66 !27 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 320, DW_O…
67 !28 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 368, DW_O…
H A Dvla-multi.ll112 !16 = !DISubrange(count: !17)
115 !19 = !DISubrange(count: !20)
117 !21 = !DISubrange(count: !22)
119 !23 = !DISubrange(count: !24)
124 !28 = !DISubrange(count: !29)
126 !30 = !DISubrange(count: !31)
128 !32 = !DISubrange(count: !33)
130 !34 = !DISubrange(count: !35)
H A Dinstr-ref-dbg-declare.ll75 !15 = !DISubrange(count: 3)
85 !25 = !DISubrange(count: 4)
89 !29 = !DISubrange(count: 2)
90 !30 = !DISubrange(count: 5)
91 !31 = !DISubrange(count: 7)
106 !46 = !DISubrange(count: -1)
H A Dinstr-ref-dyn-alloca.ll73 !15 = !DISubrange(count: 3)
83 !25 = !DISubrange(count: 4)
87 !29 = !DISubrange(count: 2)
88 !30 = !DISubrange(count: 5)
89 !31 = !DISubrange(count: 7)
104 !46 = !DISubrange(count: -1)
H A Dinstr-ref-dyn-alloca-win32.ll86 !15 = !DISubrange(count: 3)
96 !25 = !DISubrange(count: 4)
100 !29 = !DISubrange(count: 2)
101 !30 = !DISubrange(count: 5)
102 !31 = !DISubrange(count: 7)
117 !46 = !DISubrange(count: -1)
H A Ddwarfdump-over.ll75 !18 = !DISubrange(lowerBound: 1, upperBound: 28)
79 !22 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_over, DW_OP_constu, 48…
80 !23 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 128, DW_O…
81 !24 = !DISubrange(lowerBound: !DIExpression(DW_OP_push_object_address, DW_OP_plus_uconst, 176, DW_O…
H A Dassumed_size_array.ll2 ;; which has upperBound absent in DISubrange
108 !11 = !DISubrange(lowerBound: 1)
111 !14 = !DISubrange(lowerBound: 4, upperBound: 9)
112 !15 = !DISubrange(lowerBound: 10)
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A DfortranDefaultLower.ll32 !9 = !DISubrange(lowerBound: 1, upperBound: 5)
35 !12 = !DISubrange(lowerBound: 2, upperBound: 6)
H A DcDefaultLower.ll32 !9 = !DISubrange(lowerBound: 0, upperBound: 4)
35 !12 = !DISubrange(lowerBound: 1, upperBound: 5)
H A DfortranSubrangeInt.ll1 ;; This test checks DISubrange bounds for constants
41 !12 = !DISubrange(lowerBound: -10, upperBound: 10, stride: 4)
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dtypes-array-advanced.ll230 !15 = !DISubrange(count: 3)
240 !25 = !DISubrange(count: 4)
244 !29 = !DISubrange(count: 2)
245 !30 = !DISubrange(count: 5)
246 !31 = !DISubrange(count: 7)
261 !46 = !DISubrange(count: -1)
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/
H A Dwin32-chkctk-modifies-esp.mir71 !15 = !DISubrange(count: 3)
81 !25 = !DISubrange(count: 4)
85 !29 = !DISubrange(count: 2)
86 !30 = !DISubrange(count: 5)
87 !31 = !DISubrange(count: 7)
101 !45 = !DISubrange(count: -1)
/llvm-project-15.0.7/llvm/test/Verifier/
H A Ddbg-invalid-vector.ll34 !15 = !DISubrange(count: 6)
36 !19 = !DISubrange(count: 42)

12345678910