/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2011-09-14-valcoalesce.ll | 86 br label %while.body.i188 91 while.body.i188: ; preds = %for.end173.i, %if.end36.i 96 while.body85.i: ; preds = %while.body85.i, %while.body.i188 97 %aFreq.0518.i = phi i32 [ %add93.i, %while.body85.i ], [ 0, %while.body.i188 ] 116 … ; preds = %if.then108.i, %land.lhs.true103.i, %land.lhs.true.i, %while.end.i, %while.body.i188 117 …hs.true103.i ], [ %add93.i, %land.lhs.true.i ], [ %add93.i, %while.end.i ], [ 0, %while.body.i188 ] 118 …hs.true103.i ], [ %inc87.i, %land.lhs.true.i ], [ %inc87.i, %while.end.i ], [ 0, %while.body.i188 ] 137 br i1 %cmp73.i, label %while.body.i188, label %for.cond182.preheader.i
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-09-14-valcoalesce.ll | 111 br label %while.body.i188 116 while.body.i188: ; preds = %for.end173.i, %if.end36.i 121 while.body85.i: ; preds = %while.body85.i, %while.body.i188 122 %aFreq.0518.i = phi i32 [ %add93.i, %while.body85.i ], [ 0, %while.body.i188 ] 141 … ; preds = %if.then108.i, %land.lhs.true103.i, %land.lhs.true.i, %while.end.i, %while.body.i188 142 …hs.true103.i ], [ %add93.i, %land.lhs.true.i ], [ %add93.i, %while.end.i ], [ 0, %while.body.i188 ] 143 …hs.true103.i ], [ %inc87.i, %land.lhs.true.i ], [ %inc87.i, %while.end.i ], [ 0, %while.body.i188 ] 162 br i1 %cmp73.i, label %while.body.i188, label %for.cond182.preheader.i
|
/external/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | start-unk.ll | 82 %ret.0..sroa_cast.i.i188 = bitcast %type1* undef to i32* 83 %ret.0.copyload.i.i189 = load i32, i32* %ret.0..sroa_cast.i.i188, align 2
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 330 int i188[] = {1, 0, 0, 0, 1, 0, 0}; in test() local 457 assert(std::is_heap(i188, i188+7) == (std::is_heap_until(i188, i188+7) == i188+7)); in test()
|
D | is_heap_until.pass.cpp | 330 int i188[] = {1, 0, 0, 0, 1, 0, 0}; in test() local 457 assert(std::is_heap_until(i188, i188+7) == i188+4); in test()
|
D | is_heap_until_comp.pass.cpp | 331 int i188[] = {1, 0, 0, 0, 1, 0, 0}; in test() local 458 assert(std::is_heap_until(i188, i188+7, std::greater<int>()) == i188+1); in test()
|
D | is_heap_comp.pass.cpp | 331 int i188[] = {1, 0, 0, 0, 1, 0, 0}; in test() local 458 …assert(std::is_heap(i188, i188+7, std::greater<int>()) == (std::is_heap_until(i188, i188+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 172 int i186 = identity(186); int i187 = identity(187); int i188 = identity(188); in binaryOpUsingHighRegistersLocals() local 219 i180 + i181 + i182 + i183 + i184 + i185 + i186 + i187 + i188 + i189 + i190 + i191 + in binaryOpUsingHighRegistersLocals() 296 double i186 = identity(186.0); double i187 = identity(187.0); double i188 = identity(188.0); in binaryDoubleOpUsingHighRegistersLocals() local 340 i180 + i181 + i182 + i183 + i184 + i185 + i186 + i187 + i188 + i189 + i190 + i191 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 353 int i183, int i184, int i185, int i186, int i187, int i188, int i189, int i190, int i191, in manyArgs() argument 408 int i188 = 188; int i189 = 189; int i190 = 190; int i191 = 191; int i192 = 192; in rangeInvokeWithManyLocals() local 436 i186, i187, i188, i189, i190, i191, i192, i193, i194, i195, i196, i197, i198, i199, i200, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 376 @i188_l = external global i188 ; <i188*> [#uses=1] 377 @i188_s = external global i188 ; <i188*> [#uses=1] 1638 %tmp = load i188, i188* @i188_l ; <i188> [#uses=1] 1639 store i188 %tmp, i188* @i188_s
|
D | APIntSextParam.ll | 189 @i188_s = external global i188 ; <i188*> [#uses=1] 1194 define void @i188_ls(i188 signext %x) nounwind { 1195 store i188 %x, i188* @i188_s
|
D | APIntParam.ll | 189 @i188_s = external global i188 ; <i188*> [#uses=1] 1194 define void @i188_ls(i188 %x) nounwind { 1195 store i188 %x, i188* @i188_s
|
D | APIntZextParam.ll | 189 @i188_s = external global i188 ; <i188*> [#uses=1] 1194 define void @i188_ls(i188 zeroext %x) nounwind { 1195 store i188 %x, i188* @i188_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 376 @i188_l = external global i188 ; <i188*> [#uses=1] 377 @i188_s = external global i188 ; <i188*> [#uses=1] 1638 %tmp = load i188* @i188_l ; <i188> [#uses=1] 1639 store i188 %tmp, i188* @i188_s
|
D | APIntParam.ll | 189 @i188_s = external global i188 ; <i188*> [#uses=1] 1194 define void @i188_ls(i188 %x) nounwind { 1195 store i188 %x, i188* @i188_s
|
D | APIntSextParam.ll | 189 @i188_s = external global i188 ; <i188*> [#uses=1] 1194 define void @i188_ls(i188 signext %x) nounwind { 1195 store i188 %x, i188* @i188_s
|
D | APIntZextParam.ll | 189 @i188_s = external global i188 ; <i188*> [#uses=1] 1194 define void @i188_ls(i188 zeroext %x) nounwind { 1195 store i188 %x, i188* @i188_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 589 %add.i188 = add <8 x i16> %mul.i187, %add.i192 592 …%vrshr_n160 = tail call <8 x i16> @llvm.arm.neon.vrshiftu.v8i16(<8 x i16> %add.i188, <8 x i16> <i1…
|
D | 2008-04-11-PHIofImpDef.ll | 2909 %tmp4262.i188 = lshr i32 %tmp4261.i187, 13 ; <i32> [#uses=1] 2910 %tmp4262.masked.i = and i32 %tmp4262.i188, 64512 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 502 br i1 false, label %bb28.i188, label %bb27.i187 505 br label %bb28.i188 507 bb28.i188: ; preds = %bb27.i187, %picosat_adjust.exit.i 510 READ_LITERAL.i.outer: ; preds = %READ_LITERAL.i.outer.backedge, %bb28.i188
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 502 br i1 false, label %bb28.i188, label %bb27.i187 505 br label %bb28.i188 507 bb28.i188: ; preds = %bb27.i187, %picosat_adjust.exit.i 510 READ_LITERAL.i.outer: ; preds = %READ_LITERAL.i.outer.backedge, %bb28.i188
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2008-04-11-PHIofImpDef.ll | 2909 %tmp4262.i188 = lshr i32 %tmp4261.i187, 13 ; <i32> [#uses=1] 2910 %tmp4262.masked.i = and i32 %tmp4262.i188, 64512 ; <i32> [#uses=1]
|