/external/llvm/test/CodeGen/AArch64/ |
D | arm64-detect-vec-redux.ll | 10 …%shuffle.i109 = shufflevector <2 x i32> %vqshrn_n4, <2 x i32> undef, <4 x i32> <i32 undef, i32 1, … 11 %neg = xor <4 x i32> %shuffle.i109, <i32 undef, i32 -1, i32 undef, i32 undef>
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 188 int i109[] = {1, 1, 0, 1, 0, 0}; in test() local 251 assert(std::is_heap(i109, i109+6) == (std::is_heap_until(i109, i109+6) == i109+6)); in test()
|
D | is_heap_until.pass.cpp | 188 int i109[] = {1, 1, 0, 1, 0, 0}; in test() local 251 assert(std::is_heap_until(i109, i109+6) == i109+6); in test()
|
D | is_heap_until_comp.pass.cpp | 189 int i109[] = {1, 1, 0, 1, 0, 0}; in test() local 252 assert(std::is_heap_until(i109, i109+6, std::greater<int>()) == i109+2); in test()
|
D | is_heap_comp.pass.cpp | 189 int i109[] = {1, 1, 0, 1, 0, 0}; in test() local 252 …assert(std::is_heap(i109, i109+6, std::greater<int>()) == (std::is_heap_until(i109, i109+6, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 146 int i108 = identity(108); int i109 = identity(109); int i110 = identity(110); in binaryOpUsingHighRegistersLocals() local 213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals() 270 double i108 = identity(108.0); double i109 = identity(109.0); double i110 = identity(110.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 | 344 int i102, int i103, int i104, int i105, int i106, int i107, int i108, int i109, int i110, in manyArgs() argument 392 int i108 = 108; int i109 = 109; int i110 = 110; int i111 = 111; int i112 = 112; in rangeInvokeWithManyLocals() local 430 i96, i97, i98, i99, i100, i101, i102, i103, i104, i105, i106, i107, i108, i109, i110, in rangeInvokeWithManyLocals()
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 121 %cmp9.i109 = icmp eq i32 %call.i108, 0 ; <i1> [#uses=1] 122 …br i1 %cmp9.i109, label %if.then.i113, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0…
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 121 %cmp9.i109 = icmp eq i32 %call.i108, 0 ; <i1> [#uses=1] 122 …br i1 %cmp9.i109, label %if.then.i113, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0…
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 218 @i109_l = external global i109 ; <i109*> [#uses=1] 219 @i109_s = external global i109 ; <i109*> [#uses=1] 1164 %tmp = load i109, i109* @i109_l ; <i109> [#uses=1] 1165 store i109 %tmp, i109* @i109_s
|
D | APIntSextParam.ll | 110 @i109_s = external global i109 ; <i109*> [#uses=1] 799 define void @i109_ls(i109 signext %x) nounwind { 800 store i109 %x, i109* @i109_s
|
D | APIntParam.ll | 110 @i109_s = external global i109 ; <i109*> [#uses=1] 799 define void @i109_ls(i109 %x) nounwind { 800 store i109 %x, i109* @i109_s
|
D | APIntZextParam.ll | 110 @i109_s = external global i109 ; <i109*> [#uses=1] 799 define void @i109_ls(i109 zeroext %x) nounwind { 800 store i109 %x, i109* @i109_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 218 @i109_l = external global i109 ; <i109*> [#uses=1] 219 @i109_s = external global i109 ; <i109*> [#uses=1] 1164 %tmp = load i109* @i109_l ; <i109> [#uses=1] 1165 store i109 %tmp, i109* @i109_s
|
D | APIntParam.ll | 110 @i109_s = external global i109 ; <i109*> [#uses=1] 799 define void @i109_ls(i109 %x) nounwind { 800 store i109 %x, i109* @i109_s
|
D | APIntSextParam.ll | 110 @i109_s = external global i109 ; <i109*> [#uses=1] 799 define void @i109_ls(i109 signext %x) nounwind { 800 store i109 %x, i109* @i109_s
|
D | APIntZextParam.ll | 110 @i109_s = external global i109 ; <i109*> [#uses=1] 799 define void @i109_ls(i109 zeroext %x) nounwind { 800 store i109 %x, i109* @i109_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 1832 br i1 false, label %delete.exit115.i.i, label %bb1.i109.i.i 1834 bb1.i109.i.i: ; preds = %delete.exit126.i.i 1837 delete.exit115.i.i: ; preds = %bb1.i109.i.i, %delete.exit126.i.i
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 1832 br i1 false, label %delete.exit115.i.i, label %bb1.i109.i.i 1834 bb1.i109.i.i: ; preds = %delete.exit126.i.i 1837 delete.exit115.i.i: ; preds = %bb1.i109.i.i, %delete.exit126.i.i
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 800 %one.sub.a.i109 = fsub float 1.000000e+00, %tmp657 801 %one.sub.ac.i110 = fmul float %one.sub.a.i109, %tmp307
|