HomeSort by relevance Sort by last modified time
    Searched full:i188 (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/CodeGen/X86/
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 if.end117.i: ; preds = %if.then108.i, %land.lhs.true103.i, %land.lhs.true.i, %while.end.i, %while.body.i188
117 %aFreq.1.i = phi i32 [ %aFreq.0518.i, %if.then108.i ], [ %add93.i, %land.lhs.true103.i ], [ %add93.i, %land.lhs.true.i ], [ %add93.i, %while.end.i ], [ 0, %while.body.i188 ]
118 %ge.1.i = phi i32 [ 0, %if.then108.i ], [ %inc87.i, %land.lhs.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/Generic/
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
    [all...]
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
    [all...]
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
    [all...]
APIntLoadStore.ll 376 @i188_l = external global i188 ; <i188*> [#uses=1]
377 @i188_s = external global i188 ; <i188*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 330 int i188[] = {1, 0, 0, 0, 1, 0, 0}; local
457 assert(std::is_heap(i188, i188+7) == (std::is_heap_until(i188, i188+7) == i188+7));
is_heap_until.pass.cpp 330 int i188[] = {1, 0, 0, 0, 1, 0, 0}; local
457 assert(std::is_heap_until(i188, i188+7) == i188+4);
is_heap_until_comp.pass.cpp 331 int i188[] = {1, 0, 0, 0, 1, 0, 0}; local
458 assert(std::is_heap_until(i188, i188+7, std::greater<int>()) == i188+1);
is_heap_comp.pass.cpp 331 int i188[] = {1, 0, 0, 0, 1, 0, 0}; local
    [all...]
  /external/llvm/test/CodeGen/ARM/
vmul.ll 578 %add.i188 = add <8 x i16> %mul.i187, %add.i192
581 %vrshr_n160 = tail call <8 x i16> @llvm.arm.neon.vrshiftu.v8i16(<8 x i16> %add.i188, <8 x i16> <i16 -8, i16 -8, i16 -8, i16 -8, i16 -8, i16 -8, i16 -8, i16 -8>)
2008-04-11-PHIofImpDef.ll     [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
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
    [all...]

Completed in 647 milliseconds