Home
last modified time | relevance | path

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

1234

/external/llvm/test/Assembler/
Ddisubrange-empty-array.ll7 ; CHECK: !0 = !DISubrange(count: -1)
8 ; CHECK-NEXT: !1 = !DISubrange(count: -1, lowerBound: 4)
9 ; CHECK-NEXT: !2 = !DISubrange(count: -1, lowerBound: -5)
10 !0 = !DISubrange(count: -1)
11 !1 = !DISubrange(count: -1, lowerBound: 0)
13 !2 = !DISubrange(count: -1, lowerBound: 4)
14 !3 = !DISubrange(count: -1, lowerBound: -5)
Ddebug-info.ll7 ; CHECK: !0 = !DISubrange(count: 3)
8 ; CHECK-NEXT: !1 = !DISubrange(count: 3, lowerBound: 4)
9 ; CHECK-NEXT: !2 = !DISubrange(count: 3, lowerBound: -5)
10 !0 = !DISubrange(count: 3)
11 !1 = !DISubrange(count: 3, lowerBound: 0)
13 !2 = !DISubrange(count: 3, lowerBound: 4)
14 !3 = !DISubrange(count: 3, lowerBound: -5)
Dinvalid-disubrange-count-negative.ll4 !0 = !DISubrange(count: -1)
7 !0 = !DISubrange(count: -2)
Dinvalid-disubrange-count-large.ll4 !0 = !DISubrange(count: 9223372036854775807)
7 !1 = !DISubrange(count: 9223372036854775808)
Dinvalid-disubrange-count-missing.ll4 !0 = !DISubrange(lowerBound: -3)
Dinvalid-disubrange-lowerBound-min.ll4 !0 = !DISubrange(count: 30, lowerBound: -9223372036854775809)
Dinvalid-disubrange-lowerBound-max.ll4 !0 = !DISubrange(count: 30, lowerBound: 9223372036854775808)
/external/llvm/test/DebugInfo/COFF/
Dtypes-array-advanced.ll179 !8 = !DISubrange(count: 2)
180 !9 = !DISubrange(count: 5)
181 !10 = !DISubrange(count: 7)
190 !19 = !DISubrange(count: 3)
198 !27 = !DISubrange(count: 4)
213 !42 = !DISubrange(count: -1)
/external/llvm/test/DebugInfo/X86/
Dempty-and-one-elem-array.ll81 !18 = !DISubrange(count: 1)
90 !27 = !DISubrange(count: 0)
Dvector.ll24 !11 = !DISubrange(count: 4)
Ddbg-subrange.ll29 !17 = !DISubrange(count: 4294967296)
Dmisched-dbg-value.ll125 !20 = !DISubrange(count: 51)
139 !34 = !DISubrange(count: 4)
167 !62 = !DISubrange(count: 31)
Dsubrange-type.ll35 !14 = !DISubrange(count: 2)
Dempty-array.ll41 !13 = !DISubrange(count: -1)
Darange-and-stub.ll50 !16 = !DISubrange(count: 1)
Ddbg-declare.ll50 !22 = !DISubrange(count: -1)
Dnondefault-subrange-array.ll44 !13 = !DISubrange(count: 42, lowerBound: -3)
/external/llvm/test/DebugInfo/Generic/
Ddbg-at-specficiation.ll19 !10 = !DISubrange(count: 10)
Darray.ll34 !10 = !DISubrange(count: -1)
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp215 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl()
217 DEFINE_GETIMPL_LOOKUP(DISubrange, (Count, Lo)); in getImpl()
218 DEFINE_GETIMPL_STORE_NO_OPS(DISubrange, (Count, Lo)); in getImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfoMetadata.cpp320 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl()
327 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl()
330 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, Lo)); in getImpl()
332 DEFINE_GETIMPL_STORE(DISubrange, (CountNode, Lo), Ops); in getImpl()
/external/llvm/test/CodeGen/X86/
D2010-07-06-DbgCrash.ll22 !106 = !DISubrange(count: 1333)
Dbit-piece-comment.ll56 !15 = !DISubrange(count: 2)
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll121 !65 = !DISubrange(count: 1)
137 !81 = !DISubrange(count: 20)
149 !93 = !DISubrange(count: 5)
233 !177 = !DISubrange(count: 2)
234 !178 = !DISubrange(count: 3)
364 !308 = !DISubrange(count: 163)
402 !346 = !DISubrange(count: 6)
415 !359 = !DISubrange(count: 13)
481 !425 = !DISubrange(count: 162)
/external/llvm/test/CodeGen/MIR/X86/
Dstack-object-debug-info.mir45 !11 = !DISubrange(count: 256)

1234