/external/llvm/test/CodeGen/X86/ |
pr10523.ll | 8 %I105 = insertelement <32 x i32> undef, i32 undef, i32 14 12 %B338 = sub <32 x i32> zeroinitializer, %I105
|
/external/llvm/test/Transforms/GVN/ |
2011-04-27-phioperands.ll | 74 br i1 undef, label %"<bb 3>.i105.i", label %doemit.exit127.i 76 "<bb 3>.i105.i":
|
/external/llvm/test/CodeGen/ARM/ |
2007-08-15-ReuseBug.ll | 60 %tmp3.i.i.i.i105.i = call i8* @calloc( i32 15, i32 1 ) ; <i8*> [#uses=1] 62 store i8* %tmp3.i.i.i.i105.i, i8** %tmp1.i108.i, align 4
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
2008-11-24-RAUW-Self.ll | 204 br i1 false, label %base2flt.exit144.addflt.exit114_crit_edge, label %bb3.i105 206 base2flt.exit144.addflt.exit114_crit_edge: ; preds = %bb3.i105, %base2flt.exit144 209 bb3.i105: ; preds = %base2flt.exit144 212 bb5.i106: ; preds = %bb3.i105
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 106 @i105_s = external global i105 ; <i105*> [#uses=1] 779 define void @i105_ls(i105 %x) nounwind { 780 store i105 %x, i105* @i105_s [all...] |
APIntSextParam.ll | 106 @i105_s = external global i105 ; <i105*> [#uses=1] 779 define void @i105_ls(i105 signext %x) nounwind { 780 store i105 %x, i105* @i105_s [all...] |
APIntZextParam.ll | 106 @i105_s = external global i105 ; <i105*> [#uses=1] 779 define void @i105_ls(i105 zeroext %x) nounwind { 780 store i105 %x, i105* @i105_s [all...] |
APIntLoadStore.ll | 210 @i105_l = external global i105 ; <i105*> [#uses=1] 211 @i105_s = external global i105 ; <i105*> [#uses=1] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 184 int i105[] = {1, 1, 0, 0, 0, 0}; local 247 assert(std::is_heap(i105, i105+6) == (std::is_heap_until(i105, i105+6) == i105+6));
|
is_heap_until.pass.cpp | 184 int i105[] = {1, 1, 0, 0, 0, 0}; local 247 assert(std::is_heap_until(i105, i105+6) == i105+6);
|
is_heap_until_comp.pass.cpp | 185 int i105[] = {1, 1, 0, 0, 0, 0}; local 248 assert(std::is_heap_until(i105, i105+6, std::greater<int>()) == i105+2);
|
is_heap_comp.pass.cpp | 185 int i105[] = {1, 1, 0, 0, 0, 0}; local 248 assert(std::is_heap(i105, i105+6, std::greater<int>()) == (std::is_heap_until(i105, i105+6, std::greater<int>()) == i105+6)); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 172 ... i100, i101, i102, i103, i104, i105, i106, i107, i108, 207 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 172 ... i100, i101, i102, i103, i104, i105, i106, i107, i108, 207 ... i100, i101, i102, i103, i104, i105, i106, i107, i108,
|
/art/test/083-compiler-regressions/src/ |
Main.java | 460 int i105 = 105; local [all...] |