/external/llvm/test/CodeGen/ARM/ |
D | 2012-05-29-TailDupBug.ll | 61 br label %for.body.i146.i 63 for.body.i146.i: ; preds = %for.body.i146.i, %if.end.i20 64 br i1 undef, label %if.end20.i, label %for.body.i146.i 66 if.end20.i: ; preds = %for.body.i146.i
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-early-ifcvt.ll | 404 br i1 undef, label %if.then.i146, label %is_sbox.exit155 406 if.then.i146: 412 is_sbox.exit155: ; preds = %if.then.i146, %for.body 413 %seg_offset.0.i151 = phi i32 [ %add9.i145, %if.then.i146 ], [ undef, %for.body ]
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 288 int i146[] = {0, 0, 1, 1, 0, 1, 0}; in test() local 415 assert(std::is_heap(i146, i146+7) == (std::is_heap_until(i146, i146+7) == i146+7)); in test()
|
D | is_heap_until.pass.cpp | 288 int i146[] = {0, 0, 1, 1, 0, 1, 0}; in test() local 415 assert(std::is_heap_until(i146, i146+7) == i146+2); in test()
|
D | is_heap_until_comp.pass.cpp | 289 int i146[] = {0, 0, 1, 1, 0, 1, 0}; in test() local 416 assert(std::is_heap_until(i146, i146+7, std::greater<int>()) == i146+6); in test()
|
D | is_heap_comp.pass.cpp | 289 int i146[] = {0, 0, 1, 1, 0, 1, 0}; in test() local 416 …assert(std::is_heap(i146, i146+7, std::greater<int>()) == (std::is_heap_until(i146, i146+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 158 int i144 = identity(144); int i145 = identity(145); int i146 = identity(146); in binaryOpUsingHighRegistersLocals() local 216 i144 + i145 + i146 + i147 + i148 + i149 + i150 + i151 + i152 + i153 + i154 + i155 + in binaryOpUsingHighRegistersLocals() 282 double i144 = identity(144.0); double i145 = identity(145.0); double i146 = identity(146.0); in binaryDoubleOpUsingHighRegistersLocals() local 337 i144 + i145 + i146 + i147 + i148 + i149 + i150 + i151 + i152 + i153 + i154 + i155 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 348 int i138, int i139, int i140, int i141, int i142, int i143, int i144, int i145, int i146, in manyArgs() argument 399 int i143 = 143; int i144 = 144; int i145 = 145; int i146 = 146; int i147 = 147; in rangeInvokeWithManyLocals() local 433 i141, i142, i143, i144, i145, i146, i147, i148, i149, i150, i151, i152, i153, i154, i155, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 292 @i146_l = external global i146 ; <i146*> [#uses=1] 293 @i146_s = external global i146 ; <i146*> [#uses=1] 1386 %tmp = load i146, i146* @i146_l ; <i146> [#uses=1] 1387 store i146 %tmp, i146* @i146_s
|
D | APIntSextParam.ll | 147 @i146_s = external global i146 ; <i146*> [#uses=1] 984 define void @i146_ls(i146 signext %x) nounwind { 985 store i146 %x, i146* @i146_s
|
D | APIntParam.ll | 147 @i146_s = external global i146 ; <i146*> [#uses=1] 984 define void @i146_ls(i146 %x) nounwind { 985 store i146 %x, i146* @i146_s
|
D | APIntZextParam.ll | 147 @i146_s = external global i146 ; <i146*> [#uses=1] 984 define void @i146_ls(i146 zeroext %x) nounwind { 985 store i146 %x, i146* @i146_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 292 @i146_l = external global i146 ; <i146*> [#uses=1] 293 @i146_s = external global i146 ; <i146*> [#uses=1] 1386 %tmp = load i146* @i146_l ; <i146> [#uses=1] 1387 store i146 %tmp, i146* @i146_s
|
D | APIntParam.ll | 147 @i146_s = external global i146 ; <i146*> [#uses=1] 984 define void @i146_ls(i146 %x) nounwind { 985 store i146 %x, i146* @i146_s
|
D | APIntSextParam.ll | 147 @i146_s = external global i146 ; <i146*> [#uses=1] 984 define void @i146_ls(i146 signext %x) nounwind { 985 store i146 %x, i146* @i146_s
|
D | APIntZextParam.ll | 147 @i146_s = external global i146 ; <i146*> [#uses=1] 984 define void @i146_ls(i146 zeroext %x) nounwind { 985 store i146 %x, i146* @i146_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 455 %one.sub.ac.i146 = fmul float %one.sub.a.i145, %tmp381 457 %result.i148 = fadd float %mul.i147, %one.sub.ac.i146
|