/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-sub.ll | 25 define i108 @test4(i108 %A, i108 %x) { 26 %B = sub i108 0, %A ; <i108> [#uses=1] 27 %C = sub i108 %x, %B ; <i108> [#uses=1] 28 ret i108 %C
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-sub.ll | 25 define i108 @test4(i108 %A, i108 %x) { 26 %B = sub i108 0, %A ; <i108> [#uses=1] 27 %C = sub i108 %x, %B ; <i108> [#uses=1] 28 ret i108 %C
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 120 br i1 undef, label %Retry.i108, label %if.end.i113 122 Retry.i108: ; preds = %if.end.i113, %if.else 125 new.notnull.i110: ; preds = %Retry.i108 129 br label %Retry.i108 131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 120 br i1 undef, label %Retry.i108, label %if.end.i113 122 Retry.i108: ; preds = %if.end.i113, %if.else 125 new.notnull.i110: ; preds = %Retry.i108 129 br label %Retry.i108 131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-detect-vec-redux.ll | 16 …%shuffle.i108 = shufflevector <8 x i16> %0, <8 x i16> undef, <8 x i32> <i32 3, i32 2, i32 1, i32 0… 17 %vqshrn_n38 = tail call <8 x i8> @llvm.aarch64.neon.uqshrn.v8i8(<8 x i16> %shuffle.i108, i32 1)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2007-08-15-ReuseBug.ll | 61 %tmp1.i108.i = getelementptr [100 x i8*]* @_C_cmds, i32 0, i32 0 ; <i8**> [#uses=1] 62 store i8* %tmp3.i.i.i.i105.i, i8** %tmp1.i108.i, align 4
|
/external/llvm/test/CodeGen/ARM/ |
D | 2007-08-15-ReuseBug.ll | 61 %tmp1.i108.i = getelementptr [100 x i8*], [100 x i8*]* @_C_cmds, i32 0, i32 0 ; <i8**> [#uses=1] 62 store i8* %tmp3.i.i.i.i105.i, i8** %tmp1.i108.i, align 4
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 187 int i108[] = {1, 1, 0, 0, 1, 1}; in test() local 250 assert(std::is_heap(i108, i108+6) == (std::is_heap_until(i108, i108+6) == i108+6)); in test()
|
D | is_heap_until.pass.cpp | 187 int i108[] = {1, 1, 0, 0, 1, 1}; in test() local 250 assert(std::is_heap_until(i108, i108+6) == i108+5); in test()
|
D | is_heap_until_comp.pass.cpp | 188 int i108[] = {1, 1, 0, 0, 1, 1}; in test() local 251 assert(std::is_heap_until(i108, i108+6, std::greater<int>()) == i108+2); in test()
|
D | is_heap_comp.pass.cpp | 188 int i108[] = {1, 1, 0, 0, 1, 1}; in test() local 251 …assert(std::is_heap(i108, i108+6, std::greater<int>()) == (std::is_heap_until(i108, i108+6, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 146 int i108 = identity(108); int i109 = identity(109); int i110 = identity(110); in binaryOpUsingHighRegistersLocals() local 213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals() 270 double i108 = identity(108.0); double i109 = identity(109.0); double i110 = identity(110.0); in binaryDoubleOpUsingHighRegistersLocals() local 334 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 344 int i102, int i103, int i104, int i105, int i106, int i107, int i108, int i109, int i110, in manyArgs() argument 392 int i108 = 108; int i109 = 109; int i110 = 110; int i111 = 111; int i112 = 112; in rangeInvokeWithManyLocals() local 430 i96, i97, i98, i99, i100, i101, i102, i103, i104, i105, i106, i107, i108, i109, i110, in rangeInvokeWithManyLocals()
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 120 …%call.i108 = call i32 @memcmp(i8* getelementptr inbounds ([7 x i8]* @.str5, i64 0, i64 0), i8* %tm… 121 %cmp9.i109 = icmp eq i32 %call.i108, 0 ; <i1> [#uses=1]
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 120 …%call.i108 = call i32 @memcmp(i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str5, i64 0, i64 0… 121 %cmp9.i109 = icmp eq i32 %call.i108, 0 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 216 @i108_l = external global i108 ; <i108*> [#uses=1] 217 @i108_s = external global i108 ; <i108*> [#uses=1] 1158 %tmp = load i108, i108* @i108_l ; <i108> [#uses=1] 1159 store i108 %tmp, i108* @i108_s
|
D | APIntSextParam.ll | 109 @i108_s = external global i108 ; <i108*> [#uses=1] 794 define void @i108_ls(i108 signext %x) nounwind { 795 store i108 %x, i108* @i108_s
|
D | APIntParam.ll | 109 @i108_s = external global i108 ; <i108*> [#uses=1] 794 define void @i108_ls(i108 %x) nounwind { 795 store i108 %x, i108* @i108_s
|
D | APIntZextParam.ll | 109 @i108_s = external global i108 ; <i108*> [#uses=1] 794 define void @i108_ls(i108 zeroext %x) nounwind { 795 store i108 %x, i108* @i108_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 219 br i1 false, label %bb6.i107.addflt.exit114_crit_edge, label %bb8.i108 224 bb8.i108: ; preds = %bb6.i107 227 bb9.i111: ; preds = %bb8.i108, %bb5.i106.bb9.i111_crit_edge
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 219 br i1 false, label %bb6.i107.addflt.exit114_crit_edge, label %bb8.i108 224 bb8.i108: ; preds = %bb6.i107 227 bb9.i111: ; preds = %bb8.i108, %bb5.i106.bb9.i111_crit_edge
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 216 @i108_l = external global i108 ; <i108*> [#uses=1] 217 @i108_s = external global i108 ; <i108*> [#uses=1] 1158 %tmp = load i108* @i108_l ; <i108> [#uses=1] 1159 store i108 %tmp, i108* @i108_s
|
D | APIntParam.ll | 109 @i108_s = external global i108 ; <i108*> [#uses=1] 794 define void @i108_ls(i108 %x) nounwind { 795 store i108 %x, i108* @i108_s
|
D | APIntSextParam.ll | 109 @i108_s = external global i108 ; <i108*> [#uses=1] 794 define void @i108_ls(i108 signext %x) nounwind { 795 store i108 %x, i108* @i108_s
|
D | APIntZextParam.ll | 109 @i108_s = external global i108 ; <i108*> [#uses=1] 794 define void @i108_ls(i108 zeroext %x) nounwind { 795 store i108 %x, i108* @i108_s
|