Searched refs:i78 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2009-06-01-RecursivePHI.ll | 37 br label %bb17.i78 70 br label %bb17.i78 72 bb17.i78: ; preds = %bb16.i77, %my_calloc.exit5.i 76 bb4.preheader.i: ; preds = %bb17.i78 79 alloc_and_load_unique_pin_list.exit: ; preds = %bb17.i78
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 157 int i78[] = {0, 1, 0, 1, 0, 1}; in test() local 220 assert(std::is_heap(i78, i78+6) == (std::is_heap_until(i78, i78+6) == i78+6)); in test()
|
D | is_heap_until.pass.cpp | 157 int i78[] = {0, 1, 0, 1, 0, 1}; in test() local 220 assert(std::is_heap_until(i78, i78+6) == i78+1); in test()
|
D | is_heap_until_comp.pass.cpp | 158 int i78[] = {0, 1, 0, 1, 0, 1}; in test() local 221 assert(std::is_heap_until(i78, i78+6, std::greater<int>()) == i78+4); in test()
|
D | is_heap_comp.pass.cpp | 158 int i78[] = {0, 1, 0, 1, 0, 1}; in test() local 221 …assert(std::is_heap(i78, i78+6, std::greater<int>()) == (std::is_heap_until(i78, i78+6, std::great… in test()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 156 @i78_l = external global i78 ; <i78*> [#uses=1] 157 @i78_s = external global i78 ; <i78*> [#uses=1] 978 %tmp = load i78, i78* @i78_l ; <i78> [#uses=1] 979 store i78 %tmp, i78* @i78_s
|
D | APIntZextParam.ll | 79 @i78_s = external global i78 ; <i78*> [#uses=1] 644 define void @i78_ls(i78 zeroext %x) nounwind { 645 store i78 %x, i78* @i78_s
|
D | APIntParam.ll | 79 @i78_s = external global i78 ; <i78*> [#uses=1] 644 define void @i78_ls(i78 %x) nounwind { 645 store i78 %x, i78* @i78_s
|
D | APIntSextParam.ll | 79 @i78_s = external global i78 ; <i78*> [#uses=1] 644 define void @i78_ls(i78 signext %x) nounwind { 645 store i78 %x, i78* @i78_s
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-04-10-ScavengerAssert.ll | 158 %tmp185.i78 = add i32 %sfb.3.reg2mem.0.i, 1 ; <i32> [#uses=1] 159 …%tmp187.1.i = getelementptr [14 x i32], [14 x i32]* @scalefac_band.1, i32 0, i32 %tmp185.i78 ; <i…
|
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 360 const deUint32 i78 = getBits(blockModeData, 7, 8); in getASTCBlockMode() local 364 if (i78 == 3) in getASTCBlockMode() 373 switch (i78) in getASTCBlockMode()
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 1376 br i1 false, label %bb7.i.i.i78, label %bb9.i.i.i80 1378 bb7.i.i.i78: ; preds = %bb6.i15.i.i 1381 bb8.i.i.i79: ; preds = %bb7.i.i.i78 1384 bb9.i.i.i80: ; preds = %bb8.i.i.i79, %bb7.i.i.i78, %bb6.i15.i.i, %bb5.i14.i.i
|