/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 129 …%tmp2.i118 = phi i8 [ %tmp2.i99, %_ZN12StringSwitchI5ColorE4CaseILj5EEERS1_RAT__KcRKS0_.exit ], [ … 130 %tmp14.i119 = and i8 %tmp2.i118, 1 ; <i8> [#uses=1] 146 …%tmp2.i137 = phi i8 [ %tmp2.i118, %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit115 ]…
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 129 …%tmp2.i118 = phi i8 [ %tmp2.i99, %_ZN12StringSwitchI5ColorE4CaseILj5EEERS1_RAT__KcRKS0_.exit ], [ … 130 %tmp14.i119 = and i8 %tmp2.i118, 1 ; <i8> [#uses=1] 146 …%tmp2.i137 = phi i8 [ %tmp2.i118, %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit115 ]…
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 197 int i118[] = {1, 1, 1, 1, 0, 1}; in test() local 260 assert(std::is_heap(i118, i118+6) == (std::is_heap_until(i118, i118+6) == i118+6)); in test()
|
D | is_heap_until.pass.cpp | 197 int i118[] = {1, 1, 1, 1, 0, 1}; in test() local 260 assert(std::is_heap_until(i118, i118+6) == i118+6); in test()
|
D | is_heap_until_comp.pass.cpp | 198 int i118[] = {1, 1, 1, 1, 0, 1}; in test() local 261 assert(std::is_heap_until(i118, i118+6, std::greater<int>()) == i118+4); in test()
|
D | is_heap_comp.pass.cpp | 198 int i118[] = {1, 1, 1, 1, 0, 1}; in test() local 261 …assert(std::is_heap(i118, i118+6, std::greater<int>()) == (std::is_heap_until(i118, i118+6, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 149 int i117 = identity(117); int i118 = identity(118); int i119 = identity(119); in binaryOpUsingHighRegistersLocals() local 213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals() 273 double i117 = identity(117.0); double i118 = identity(118.0); double i119 = identity(119.0); in binaryDoubleOpUsingHighRegistersLocals() local 334 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 345 int i111, int i112, int i113, int i114, int i115, int i116, int i117, int i118, int i119, in manyArgs() argument 394 int i118 = 118; int i119 = 119; int i120 = 120; int i121 = 121; int i122 = 122; in rangeInvokeWithManyLocals() local 431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 236 @i118_l = external global i118 ; <i118*> [#uses=1] 237 @i118_s = external global i118 ; <i118*> [#uses=1] 1218 %tmp = load i118, i118* @i118_l ; <i118> [#uses=1] 1219 store i118 %tmp, i118* @i118_s
|
D | APIntSextParam.ll | 119 @i118_s = external global i118 ; <i118*> [#uses=1] 844 define void @i118_ls(i118 signext %x) nounwind { 845 store i118 %x, i118* @i118_s
|
D | APIntParam.ll | 119 @i118_s = external global i118 ; <i118*> [#uses=1] 844 define void @i118_ls(i118 %x) nounwind { 845 store i118 %x, i118* @i118_s
|
D | APIntZextParam.ll | 119 @i118_s = external global i118 ; <i118*> [#uses=1] 844 define void @i118_ls(i118 zeroext %x) nounwind { 845 store i118 %x, i118* @i118_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 236 @i118_l = external global i118 ; <i118*> [#uses=1] 237 @i118_s = external global i118 ; <i118*> [#uses=1] 1218 %tmp = load i118* @i118_l ; <i118> [#uses=1] 1219 store i118 %tmp, i118* @i118_s
|
D | APIntParam.ll | 119 @i118_s = external global i118 ; <i118*> [#uses=1] 844 define void @i118_ls(i118 %x) nounwind { 845 store i118 %x, i118* @i118_s
|
D | APIntSextParam.ll | 119 @i118_s = external global i118 ; <i118*> [#uses=1] 844 define void @i118_ls(i118 signext %x) nounwind { 845 store i118 %x, i118* @i118_s
|
D | APIntZextParam.ll | 119 @i118_s = external global i118 ; <i118*> [#uses=1] 844 define void @i118_ls(i118 zeroext %x) nounwind { 845 store i118 %x, i118* @i118_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 841 br i1 false, label %bb.i.i.i118, label %bb1.i.i.i119 843 bb.i.i.i118: ; preds = %bb12.i 849 int2lit.exit.i: ; preds = %bb1.i.i.i119, %bb.i.i.i118
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 841 br i1 false, label %bb.i.i.i118, label %bb1.i.i.i119 843 bb.i.i.i118: ; preds = %bb12.i 849 int2lit.exit.i: ; preds = %bb1.i.i.i119, %bb.i.i.i118
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 793 %one.sub.ac.i118 = fmul float %one.sub.a.i117, %tmp305 795 %result.i120 = fadd float %mul.i119, %one.sub.ac.i118
|