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

  /external/llvm/test/CodeGen/Thumb2/
2009-08-01-WrongLDRBOpc.ll 54 bb.i171.i.i: ; preds = %bb3.i176.i.i, %bb36.i.i.i, %bb5.i185.i.i
55 %2 = phi i32 [ %4, %bb3.i176.i.i ], [ 0, %bb36.i.i.i ], [ 0, %bb5.i185.i.i ] ; <i32> [#uses=6]
71 br i1 %exitcond.i174.i.i, label %bb3.i176.i.i, label %bb1.i175.i.i
73 bb3.i176.i.i: ; preds = %bb1.i175.i.i
77 bb5.i177.i.i: ; preds = %bb3.i176.i.i
  /external/llvm/test/Transforms/InstCombine/
or.ll 340 define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191) {
342 %and.i129 = and <4 x i32> %vecinit6.i176, %and.i135 ; <<4 x i32>> [#uses=1]
349 ; CHECK: select <4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191
  /external/llvm/test/CodeGen/Generic/
APIntParam.ll 177 @i176_s = external global i176 ; <i176*> [#uses=1]
1134 define void @i176_ls(i176 %x) nounwind {
1135 store i176 %x, i176* @i176_s
    [all...]
APIntSextParam.ll 177 @i176_s = external global i176 ; <i176*> [#uses=1]
1134 define void @i176_ls(i176 signext %x) nounwind {
1135 store i176 %x, i176* @i176_s
    [all...]
APIntZextParam.ll 177 @i176_s = external global i176 ; <i176*> [#uses=1]
1134 define void @i176_ls(i176 zeroext %x) nounwind {
1135 store i176 %x, i176* @i176_s
    [all...]
APIntLoadStore.ll 352 @i176_l = external global i176 ; <i176*> [#uses=1]
353 @i176_s = external global i176 ; <i176*> [#uses=1]
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap.pass.cpp 318 int i176[] = {0, 1, 1, 1, 0, 0, 0}; local
445 assert(std::is_heap(i176, i176+7) == (std::is_heap_until(i176, i176+7) == i176+7));
is_heap_until.pass.cpp 318 int i176[] = {0, 1, 1, 1, 0, 0, 0}; local
445 assert(std::is_heap_until(i176, i176+7) == i176+1);
is_heap_until_comp.pass.cpp 319 int i176[] = {0, 1, 1, 1, 0, 0, 0}; local
446 assert(std::is_heap_until(i176, i176+7, std::greater<int>()) == i176+4);
is_heap_comp.pass.cpp 319 int i176[] = {0, 1, 1, 1, 0, 0, 0}; local
446 assert(std::is_heap(i176, i176+7, std::greater<int>()) == (std::is_heap_until(i176, i176+7, std::greater<int>()) == i176+7));
    [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
pr3085.ll 475 br i1 false, label %bb26.i180, label %bb25.i176
477 bb25.i176: ; preds = %bb24.i175
480 bb26.i180: ; preds = %bb25.i176, %bb24.i175
    [all...]

Completed in 3150 milliseconds