/external/llvm/test/Transforms/SCCP/ |
apint-basictest4.ll | 7 ; RUN: opt < %s -sccp -S | grep "ret i100 -1" 9 define i100 @test(i133 %A) { 15 %t4 = trunc i133 %t3 to i100 20 %f3 = trunc i133 %f2 to i100 23 %Ret = phi i100 [%t4, %BB1], [%f3, %BB2] 24 ret i100 %Ret
|
/external/llvm/test/CodeGen/Generic/ |
2009-11-16-BadKillsCrash.ll | 34 bb1.i100: ; preds = %invcont38 38 bb.i97: ; preds = %bb1.i100 41 bb1.i: ; preds = %bb1.i100 61 br i1 false, label %bb1.i100, label %invcont24
|
APIntParam.ll | 101 @i100_s = external global i100 ; <i100*> [#uses=1] 754 define void @i100_ls(i100 %x) nounwind { 755 store i100 %x, i100* @i100_s [all...] |
APIntSextParam.ll | 101 @i100_s = external global i100 ; <i100*> [#uses=1] 754 define void @i100_ls(i100 signext %x) nounwind { 755 store i100 %x, i100* @i100_s [all...] |
APIntZextParam.ll | 101 @i100_s = external global i100 ; <i100*> [#uses=1] 754 define void @i100_ls(i100 zeroext %x) nounwind { 755 store i100 %x, i100* @i100_s [all...] |
APIntLoadStore.ll | 200 @i100_l = external global i100 ; <i100*> [#uses=1] 201 @i100_s = external global i100 ; <i100*> [#uses=1] [all...] |
/external/llvm/test/CodeGen/ARM/ |
2009-07-01-CommuteBug.ll | 70 %cj.811.i = phi i32 [ undef, %bb.nph.i98 ], [ %cj.11.i100, %bb218.i ] ; <i32> [#uses=3] 98 %cj.11.i100 = select i1 undef, i32 %fj.4.i, i32 undef ; <i32> [#uses=2] 103 store i32 %cj.11.i100, i32* %scevgep89.i, align 4
|
2009-06-30-RegScavengerAssert3.ll | 95 %cj.11.i100 = select i1 %6, i32 %fj.4.i, i32 %5 ; <i32> [#uses=1] 101 store i32 %cj.11.i100, i32* %scevgep89.i, align 4
|
2009-06-30-RegScavengerAssert4.ll | 75 %cj.811.i = phi i32 [ %6, %bb.nph.i98 ], [ %cj.11.i100, %bb218.i ] ; <i32> [#uses=3] 101 %cj.11.i100 = select i1 undef, i32 %fj.4.i, i32 undef ; <i32> [#uses=1]
|
/hardware/qcom/msm8x74/original-kernel-headers/video/ |
msm_hdmi_modes.h | 325 case HDMI_VFRMT_1920x1080i100_16_9: return "1920x1080 i100 16/9"; 329 case HDMI_VFRMT_1440x576i100_4_3: return "1440x576 i100 4/3"; 330 case HDMI_VFRMT_1440x576i100_16_9: return "1440x576 i100 16/9";
|
/external/llvm/test/Transforms/JumpThreading/ |
crash.ll | 406 %storemerge = phi i8 [ undef, %cond.true.i100 ], [ 22, %lbl_596 ] ; <i8> [#uses=1] 407 %l_678.5 = phi i64 [ %l_678.3, %cond.true.i100 ], [ undef, %lbl_596 ] ; <i64> [#uses=2] 414 br i1 %tobool118, label %cond.true.i100, label %lbl_596 416 cond.true.i100: ; preds = %for.inc120
|
2010-08-26-and.ll | 113 %tmp14.i100 = and i8 %tmp2.i99, 1 ; <i8> [#uses=1] 114 %tobool.i101 = icmp eq i8 %tmp14.i100, 0 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
fold-pcmpeqd-0.ll | 59 %andnps192.i100 = and <4 x i32> %bitcast190.i98, zeroinitializer ; <<4 x i32>> [#uses=1] 61 %orps203.i103 = or <4 x i32> %andnps192.i100, %xorps.i102 ; <<4 x i32>> [#uses=1]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap.pass.cpp | 179 int i100[] = {1, 0, 1, 0, 1, 1}; local 242 assert(std::is_heap(i100, i100+6) == (std::is_heap_until(i100, i100+6) == i100+6));
|
is_heap_until.pass.cpp | 179 int i100[] = {1, 0, 1, 0, 1, 1}; local 242 assert(std::is_heap_until(i100, i100+6) == i100+4);
|
is_heap_until_comp.pass.cpp | 180 int i100[] = {1, 0, 1, 0, 1, 1}; local 243 assert(std::is_heap_until(i100, i100+6, std::greater<int>()) == i100+1);
|
is_heap_comp.pass.cpp | 180 int i100[] = {1, 0, 1, 0, 1, 1}; local 243 assert(std::is_heap(i100, i100+6, std::greater<int>()) == (std::is_heap_until(i100, i100+6, std::greater<int>()) == i100+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,
|
/external/llvm/include/llvm/IR/ |
DataLayout.h | 294 /// i100 100 104 128
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
pr3085.ll | [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 450 int i100 = 100; local [all...] |