/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | nonzero-first-index.ll | 12 ; CHECK-NOT: = i160 24 ; CHECK: i160 35 ; CHECK-NOT: = i160 47 ; CHECK: i160
|
/external/llvm/test/CodeGen/Hexagon/ |
D | cmp-extend.ll | 20 br i1 %cmp364, label %for.body, label %while.body19.i160 33 br i1 %exitcond, label %while.body19.i160, label %for.body 35 while.body19.i160: 36 br label %while.body19.i160
|
/external/llvm/test/CodeGen/Generic/ |
D | pr12507.ll | 5 define void @foo(i160 %x) { 7 %cmp.i = icmp ne i160 %x, 340282366920938463463374607431768211456
|
D | APIntLoadStore.ll | 320 @i160_l = external global i160 ; <i160*> [#uses=1] 321 @i160_s = external global i160 ; <i160*> [#uses=1] 1470 %tmp = load i160, i160* @i160_l ; <i160> [#uses=1] 1471 store i160 %tmp, i160* @i160_s
|
D | APIntSextParam.ll | 161 @i160_s = external global i160 ; <i160*> [#uses=1] 1054 define void @i160_ls(i160 signext %x) nounwind { 1055 store i160 %x, i160* @i160_s
|
D | APIntParam.ll | 161 @i160_s = external global i160 ; <i160*> [#uses=1] 1054 define void @i160_ls(i160 %x) nounwind { 1055 store i160 %x, i160* @i160_s
|
D | APIntZextParam.ll | 161 @i160_s = external global i160 ; <i160*> [#uses=1] 1054 define void @i160_ls(i160 zeroext %x) nounwind { 1055 store i160 %x, i160* @i160_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | phi.ll | 304 define i160 @test14b(i320 %A, i320 %B, i1 %b1) { 306 %a = trunc i320 %A to i160 307 %b = trunc i320 %B to i160 311 %C = phi i160 [ %a, %BB0 ], [ %b, %Loop ] 315 ret i160 %C 318 ; CHECK-NEXT: phi i160
|
/external/llvm/test/CodeGen/X86/ |
D | getelementptr.ll | 26 %d = getelementptr i8, i8* %ptr, i160 18446744073709551624 ; 2^64 + 8
|
D | crash.ll | 195 %0 = zext i64 %A to i160 196 %1 = shl i160 %0, 64 197 %2 = zext i160 %1 to i576
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 302 int i160[] = {0, 1, 0, 1, 0, 0, 0}; in test() local 429 assert(std::is_heap(i160, i160+7) == (std::is_heap_until(i160, i160+7) == i160+7)); in test()
|
D | is_heap_until.pass.cpp | 302 int i160[] = {0, 1, 0, 1, 0, 0, 0}; in test() local 429 assert(std::is_heap_until(i160, i160+7) == i160+1); in test()
|
D | is_heap_until_comp.pass.cpp | 303 int i160[] = {0, 1, 0, 1, 0, 0, 0}; in test() local 430 assert(std::is_heap_until(i160, i160+7, std::greater<int>()) == i160+4); in test()
|
D | is_heap_comp.pass.cpp | 303 int i160[] = {0, 1, 0, 1, 0, 0, 0}; in test() local 430 …assert(std::is_heap(i160, i160+7, std::greater<int>()) == (std::is_heap_until(i160, i160+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 163 int i159 = identity(159); int i160 = identity(160); int i161 = identity(161); in binaryOpUsingHighRegistersLocals() local 217 i156 + i157 + i158 + i159 + i160 + i161 + i162 + i163 + i164 + i165 + i166 + i167 + in binaryOpUsingHighRegistersLocals() 287 double i159 = identity(159.0); double i160 = identity(160.0); double i161 = identity(161.0); in binaryDoubleOpUsingHighRegistersLocals() local 338 i156 + i157 + i158 + i159 + i160 + i161 + i162 + i163 + i164 + i165 + i166 + i167 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/llvm/test/Transforms/InstCombine/ |
D | phi.ll | 304 define i160 @test14b(i320 %A, i320 %B, i1 %b1) { 306 %a = trunc i320 %A to i160 307 %b = trunc i320 %B to i160 311 %C = phi i160 [ %a, %BB0 ], [ %b, %Loop ] 315 ret i160 %C 318 ; CHECK-NEXT: phi i160
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 350 int i156, int i157, int i158, int i159, int i160, int i161, int i162, int i163, int i164, in manyArgs() argument 402 int i158 = 158; int i159 = 159; int i160 = 160; int i161 = 161; int i162 = 162; in rangeInvokeWithManyLocals() local 434 i156, i157, i158, i159, i160, i161, i162, i163, i164, i165, i166, i167, i168, i169, i170, in rangeInvokeWithManyLocals()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | crash.ll | 194 %0 = zext i64 %A to i160 195 %1 = shl i160 %0, 64 196 %2 = zext i160 %1 to i576
|
D | scev-interchange.ll | 92 br i1 false, label %bb3.i164.i, label %bb.i.i.i.i160.i 94 bb.i.i.i.i160.i: ; preds = %bb14.i
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 320 @i160_l = external global i160 ; <i160*> [#uses=1] 321 @i160_s = external global i160 ; <i160*> [#uses=1] 1470 %tmp = load i160* @i160_l ; <i160> [#uses=1] 1471 store i160 %tmp, i160* @i160_s
|
D | APIntParam.ll | 161 @i160_s = external global i160 ; <i160*> [#uses=1] 1054 define void @i160_ls(i160 %x) nounwind { 1055 store i160 %x, i160* @i160_s
|
D | APIntSextParam.ll | 161 @i160_s = external global i160 ; <i160*> [#uses=1] 1054 define void @i160_ls(i160 signext %x) nounwind { 1055 store i160 %x, i160* @i160_s
|
D | APIntZextParam.ll | 161 @i160_s = external global i160 ; <i160*> [#uses=1] 1054 define void @i160_ls(i160 zeroext %x) nounwind { 1055 store i160 %x, i160* @i160_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 430 br i1 false, label %bb129, label %bb11.i160.preheader 432 bb11.i160.preheader: ; preds = %bb10.i159 433 br label %bb11.i160 435 bb11.i160: ; preds = %bb11.i160, %bb11.i160.preheader 436 br i1 false, label %bb12.i161, label %bb11.i160 438 bb12.i161: ; preds = %bb11.i160
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 430 br i1 false, label %bb129, label %bb11.i160.preheader 432 bb11.i160.preheader: ; preds = %bb10.i159 433 br label %bb11.i160 435 bb11.i160: ; preds = %bb11.i160, %bb11.i160.preheader 436 br i1 false, label %bb12.i161, label %bb11.i160 438 bb12.i161: ; preds = %bb11.i160
|