/external/llvm/test/CodeGen/PowerPC/ |
2009-03-17-LSRBug.ll | 45 %pj.0.rec.i156 = phi i32 [ %indvar.next394, %bb7.i161 ], [ 0, %bb50 ] ; <i32> [#uses=2] 46 %.sum279 = sub i32 %pj.0.rec.i156, %min ; <i32> [#uses=1] 49 %indvar.next394 = add i32 %pj.0.rec.i156, 1 ; <i32> [#uses=1]
|
2009-11-15-ProcImpDefsBug.ll | 26 br i1 undef, label %bb60, label %bb3.i156 28 bb3.i156: ; preds = %bb59 67 read_fatal: ; preds = %read_mismatch, %bb3.i156, %bb58
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 157 @i156_s = external global i156 ; <i156*> [#uses=1] 1034 define void @i156_ls(i156 %x) nounwind { 1035 store i156 %x, i156* @i156_s [all...] |
APIntSextParam.ll | 157 @i156_s = external global i156 ; <i156*> [#uses=1] 1034 define void @i156_ls(i156 signext %x) nounwind { 1035 store i156 %x, i156* @i156_s [all...] |
APIntZextParam.ll | 157 @i156_s = external global i156 ; <i156*> [#uses=1] 1034 define void @i156_ls(i156 zeroext %x) nounwind { 1035 store i156 %x, i156* @i156_s [all...] |
APIntLoadStore.ll | 312 @i156_l = external global i156 ; <i156*> [#uses=1] 313 @i156_s = external global i156 ; <i156*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 298 int i156[] = {0, 1, 0, 0, 1, 0, 0}; local 425 assert(std::is_heap(i156, i156+7) == (std::is_heap_until(i156, i156+7) == i156+7));
|
is_heap_until.pass.cpp | 298 int i156[] = {0, 1, 0, 0, 1, 0, 0}; local 425 assert(std::is_heap_until(i156, i156+7) == i156+1);
|
is_heap_until_comp.pass.cpp | 299 int i156[] = {0, 1, 0, 0, 1, 0, 0}; local 426 assert(std::is_heap_until(i156, i156+7, std::greater<int>()) == i156+3);
|
is_heap_comp.pass.cpp | 299 int i156[] = {0, 1, 0, 0, 1, 0, 0}; local 426 assert(std::is_heap(i156, i156+7, std::greater<int>()) == (std::is_heap_until(i156, i156+7, std::greater<int>()) == i156+7)); [all...] |
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | 418 br i1 false, label %bb7.i156, label %bb6.i155 420 bb7.i156: ; preds = %bb6.i155 423 bb8.i157: ; preds = %bb7.i156 771 bb129: ; preds = %parse.exit, %bb22.i173, %bb18.i168, %bb16.i166, %bb12.i161, %bb10.i159, %bb9.i158, %bb8.i157, %bb7.i156, %bb5.i154, %bb4.i153 [all...] |