/external/llvm/test/Transforms/SCCP/ |
D | apint-array.ll | 1 ; RUN: opt < %s -sccp -S | grep "ret i101 12" 3 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,i101 4 -123456789000000, i101 0,i101 9123456789000000] 6 define i101 @array() 9 %A = getelementptr [6 x i101], [6 x i101]* @Y, i32 0, i32 1 11 %B = load i101, i101* %A 12 %C = icmp sge i101 %B, 1 15 %D = and i101 %B, 1 16 %E = trunc i101 %D to i32 17 %F = getelementptr [6 x i101], [6 x i101]* @Y, i32 0, i32 %E [all …]
|
D | apint-bigint2.ll | 3 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12, 4 i101 -123456789000000, i101 0,i101 9123456789000000] 6 define i101 @array() 9 %A = getelementptr [6 x i101], [6 x i101]* @Y, i32 0, i32 1 10 %B = load i101, i101* %A 11 %D = and i101 %B, 1 12 %DD = or i101 %D, 1 13 %E = trunc i101 %DD to i32 14 %F = getelementptr [6 x i101], [6 x i101]* @Y, i32 0, i32 %E 15 %G = load i101, i101* %F [all …]
|
D | apint-ipsccp2.ll | 1 ; RUN: opt < %s -ipsccp -S | grep -v "ret i101 0" | \ 2 ; RUN: grep -v "ret i101 undef" | not grep ret 5 define internal i101 @bar(i101 %A) { 6 %x = icmp eq i101 %A, 0 9 %B = call i101 @bar(i101 0) 10 ret i101 0 12 %C = call i101 @bar(i101 1) 13 ret i101 %C 16 define i101 @foo() { 17 %X = call i101 @bar(i101 0) [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | apint-array.ll | 1 ; RUN: opt < %s -sccp -S | grep {ret i101 12} 3 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,i101 4 -123456789000000, i101 0,i101 9123456789000000] 6 define i101 @array() 9 %A = getelementptr [6 x i101]* @Y, i32 0, i32 1 11 %B = load i101* %A 12 %C = icmp sge i101 %B, 1 15 %D = and i101 %B, 1 16 %E = trunc i101 %D to i32 17 %F = getelementptr [6 x i101]* @Y, i32 0, i32 %E [all …]
|
D | apint-bigint2.ll | 3 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12, 4 i101 -123456789000000, i101 0,i101 9123456789000000] 6 define i101 @array() 9 %A = getelementptr [6 x i101]* @Y, i32 0, i32 1 10 %B = load i101* %A 11 %D = and i101 %B, 1 12 %DD = or i101 %D, 1 13 %E = trunc i101 %DD to i32 14 %F = getelementptr [6 x i101]* @Y, i32 0, i32 %E 15 %G = load i101* %F [all …]
|
D | apint-ipsccp2.ll | 1 ; RUN: opt < %s -ipsccp -S | grep -v {ret i101 0} | \ 2 ; RUN: grep -v {ret i101 undef} | not grep ret 5 define internal i101 @bar(i101 %A) { 6 %x = icmp eq i101 %A, 0 9 %B = call i101 @bar(i101 0) 10 ret i101 0 12 %C = call i101 @bar(i101 1) 13 ret i101 %C 16 define i101 @foo() { 17 %X = call i101 @bar(i101 0) [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2006-06-12-InfLoop.ll | 96 br i1 false, label %no_exit.i.i101.preheader, label %hamming.exit.i104 97 no_exit.i.i101.preheader: ; preds = %no_exit.1.i87 98 br label %no_exit.i.i101 99 no_exit.i.i101: ; preds = %no_exit.i.i101, %no_exit.i.i101.preheader 100 br i1 false, label %no_exit.i.i101, label %hamming.exit.i104.loopexit 101 hamming.exit.i104.loopexit: ; preds = %no_exit.i.i101
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2006-06-12-InfLoop.ll | 96 br i1 false, label %no_exit.i.i101.preheader, label %hamming.exit.i104 97 no_exit.i.i101.preheader: ; preds = %no_exit.1.i87 98 br label %no_exit.i.i101 99 no_exit.i.i101: ; preds = %no_exit.i.i101, %no_exit.i.i101.preheader 100 br i1 false, label %no_exit.i.i101, label %hamming.exit.i104.loopexit 101 hamming.exit.i104.loopexit: ; preds = %no_exit.i.i101
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 180 int i101[] = {1, 0, 1, 1, 0, 0}; in test() local 243 assert(std::is_heap(i101, i101+6) == (std::is_heap_until(i101, i101+6) == i101+6)); in test()
|
D | is_heap_until.pass.cpp | 180 int i101[] = {1, 0, 1, 1, 0, 0}; in test() local 243 assert(std::is_heap_until(i101, i101+6) == i101+3); in test()
|
D | is_heap_until_comp.pass.cpp | 181 int i101[] = {1, 0, 1, 1, 0, 0}; in test() local 244 assert(std::is_heap_until(i101, i101+6, std::greater<int>()) == i101+1); in test()
|
D | is_heap_comp.pass.cpp | 181 int i101[] = {1, 0, 1, 1, 0, 0}; in test() local 244 …assert(std::is_heap(i101, i101+6, std::greater<int>()) == (std::is_heap_until(i101, i101+6, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 143 int i099 = identity(99); int i100 = identity(100); int i101 = identity(101); in binaryOpUsingHighRegistersLocals() local 212 i096 + i097 + i098 + i099 + i100 + i101 + i102 + i103 + i104 + i105 + i106 + i107 + in binaryOpUsingHighRegistersLocals() 267 double i099 = identity(99.0); double i100 = identity(100.0); double i101 = identity(101.0); in binaryDoubleOpUsingHighRegistersLocals() local 333 i096 + i097 + i098 + i099 + i100 + i101 + i102 + i103 + i104 + i105 + i106 + i107 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 343 int i93, int i94, int i95, int i96, int i97, int i98, int i99, int i100, int i101, in manyArgs() argument 390 int i98 = 98; int i99 = 99; int i100 = 100; int i101 = 101; int i102 = 102; in rangeInvokeWithManyLocals() local 430 i96, i97, i98, i99, i100, i101, i102, i103, i104, i105, i106, i107, i108, i109, i110, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/X86/ |
D | remat-fold-load.ll | 86 %cmp.i.i.i.i.i.i101 = icmp sgt i32 %tmp16, 8 87 br i1 %cmp.i.i.i.i.i.i101, label %if.then.i.i.i.i.i103, label %B
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 114 %tobool.i101 = icmp eq i8 %tmp14.i100, 0 ; <i1> [#uses=1] 116 %or.cond170 = and i1 %tobool.i101, %cmp.i104 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 114 %tobool.i101 = icmp eq i8 %tmp14.i100, 0 ; <i1> [#uses=1] 116 %or.cond170 = and i1 %tobool.i101, %cmp.i104 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 202 @i101_l = external global i101 ; <i101*> [#uses=1] 203 @i101_s = external global i101 ; <i101*> [#uses=1] 1116 %tmp = load i101, i101* @i101_l ; <i101> [#uses=1] 1117 store i101 %tmp, i101* @i101_s
|
D | APIntSextParam.ll | 102 @i101_s = external global i101 ; <i101*> [#uses=1] 759 define void @i101_ls(i101 signext %x) nounwind { 760 store i101 %x, i101* @i101_s
|
D | APIntParam.ll | 102 @i101_s = external global i101 ; <i101*> [#uses=1] 759 define void @i101_ls(i101 %x) nounwind { 760 store i101 %x, i101* @i101_s
|
D | APIntZextParam.ll | 102 @i101_s = external global i101 ; <i101*> [#uses=1] 759 define void @i101_ls(i101 zeroext %x) nounwind { 760 store i101 %x, i101* @i101_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 202 @i101_l = external global i101 ; <i101*> [#uses=1] 203 @i101_s = external global i101 ; <i101*> [#uses=1] 1116 %tmp = load i101* @i101_l ; <i101> [#uses=1] 1117 store i101 %tmp, i101* @i101_s
|
D | APIntParam.ll | 102 @i101_s = external global i101 ; <i101*> [#uses=1] 759 define void @i101_ls(i101 %x) nounwind { 760 store i101 %x, i101* @i101_s
|
D | APIntSextParam.ll | 102 @i101_s = external global i101 ; <i101*> [#uses=1] 759 define void @i101_ls(i101 signext %x) nounwind { 760 store i101 %x, i101* @i101_s
|
D | APIntZextParam.ll | 102 @i101_s = external global i101 ; <i101*> [#uses=1] 759 define void @i101_ls(i101 zeroext %x) nounwind { 760 store i101 %x, i101* @i101_s
|