Home
last modified time | relevance | path

Searched refs:i188 (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2011-09-14-valcoalesce.ll86 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/
D2011-09-14-valcoalesce.ll111 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/
Dstart-unk.ll82 %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/
Dis_heap.pass.cpp330 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()
Dis_heap_until.pass.cpp330 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()
Dis_heap_until_comp.pass.cpp331 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()
Dis_heap_comp.pass.cpp331 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/
DRegAlloc.java172 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/
DInvoke.java353 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/
DAPIntLoadStore.ll376 @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
DAPIntSextParam.ll189 @i188_s = external global i188 ; <i188*> [#uses=1]
1194 define void @i188_ls(i188 signext %x) nounwind {
1195 store i188 %x, i188* @i188_s
DAPIntParam.ll189 @i188_s = external global i188 ; <i188*> [#uses=1]
1194 define void @i188_ls(i188 %x) nounwind {
1195 store i188 %x, i188* @i188_s
DAPIntZextParam.ll189 @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/
DAPIntLoadStore.ll376 @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
DAPIntParam.ll189 @i188_s = external global i188 ; <i188*> [#uses=1]
1194 define void @i188_ls(i188 %x) nounwind {
1195 store i188 %x, i188* @i188_s
DAPIntSextParam.ll189 @i188_s = external global i188 ; <i188*> [#uses=1]
1194 define void @i188_ls(i188 signext %x) nounwind {
1195 store i188 %x, i188* @i188_s
DAPIntZextParam.ll189 @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/
Dvmul.ll589 %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…
D2008-04-11-PHIofImpDef.ll2909 %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/
Dpr3085.ll502 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/
Dpr3085.ll502 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/
D2008-04-11-PHIofImpDef.ll2909 %tmp4262.i188 = lshr i32 %tmp4261.i187, 13 ; <i32> [#uses=1]
2910 %tmp4262.masked.i = and i32 %tmp4262.i188, 64512 ; <i32> [#uses=1]