/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-sub.ll | 60 define i124 @test10(i124 %A, i124 %B) { 61 %C = sub i124 0, %A ; <i124> [#uses=1] 62 %D = sub i124 0, %B ; <i124> [#uses=1] 63 %E = mul i124 %C, %D ; <i124> [#uses=1] 64 ret i124 %E
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-sub.ll | 60 define i124 @test10(i124 %A, i124 %B) { 61 %C = sub i124 0, %A ; <i124> [#uses=1] 62 %D = sub i124 0, %B ; <i124> [#uses=1] 63 %E = mul i124 %C, %D ; <i124> [#uses=1] 64 ret i124 %E
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-mask-bugfix.ll | 33 br i1 %alleq.i.i120, label %all_equal.i.i123, label %not_all_equal.i.i124 43 not_all_equal.i.i124: 47 %calltmp2.i125 = phi i1 [ true, %all_equal.i.i123 ], [ false, %not_all_equal.i.i124 ]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2011-10-27-lftrnull.ll | 36 br i1 undef, label %if.end.i126, label %if.else.i124 38 if.else.i124: ; preds = %for.body21.i 42 if.end.i126: ; preds = %if.else.i124, %for.body21.i
|
/external/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | start-unk.ll | 100 br i1 undef, label %test1a.exit, label %if.end.i124 102 if.end.i124: ; preds = %test1.exit
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 266 int i124[] = {0, 0, 0, 0, 1, 0, 0}; in test() local 393 assert(std::is_heap(i124, i124+7) == (std::is_heap_until(i124, i124+7) == i124+7)); in test()
|
D | is_heap_until.pass.cpp | 266 int i124[] = {0, 0, 0, 0, 1, 0, 0}; in test() local 393 assert(std::is_heap_until(i124, i124+7) == i124+4); in test()
|
D | is_heap_until_comp.pass.cpp | 267 int i124[] = {0, 0, 0, 0, 1, 0, 0}; in test() local 394 assert(std::is_heap_until(i124, i124+7, std::greater<int>()) == i124+7); in test()
|
D | is_heap_comp.pass.cpp | 267 int i124[] = {0, 0, 0, 0, 1, 0, 0}; in test() local 394 …assert(std::is_heap(i124, i124+7, std::greater<int>()) == (std::is_heap_until(i124, i124+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 151 int i123 = identity(123); int i124 = identity(124); int i125 = identity(125); in binaryOpUsingHighRegistersLocals() local 214 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryOpUsingHighRegistersLocals() 275 double i123 = identity(123.0); double i124 = identity(124.0); double i125 = identity(125.0); in binaryDoubleOpUsingHighRegistersLocals() local 335 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 346 int i120, int i121, int i122, int i123, int i124, int i125, int i126, int i127, int i128, in manyArgs() argument 395 int i123 = 123; int i124 = 124; int i125 = 125; int i126 = 126; int i127 = 127; in rangeInvokeWithManyLocals() local 431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 248 @i124_l = external global i124 ; <i124*> [#uses=1] 249 @i124_s = external global i124 ; <i124*> [#uses=1] 1254 %tmp = load i124, i124* @i124_l ; <i124> [#uses=1] 1255 store i124 %tmp, i124* @i124_s
|
D | APIntSextParam.ll | 125 @i124_s = external global i124 ; <i124*> [#uses=1] 874 define void @i124_ls(i124 signext %x) nounwind { 875 store i124 %x, i124* @i124_s
|
D | APIntParam.ll | 125 @i124_s = external global i124 ; <i124*> [#uses=1] 874 define void @i124_ls(i124 %x) nounwind { 875 store i124 %x, i124* @i124_s
|
D | APIntZextParam.ll | 125 @i124_s = external global i124 ; <i124*> [#uses=1] 874 define void @i124_ls(i124 zeroext %x) nounwind { 875 store i124 %x, i124* @i124_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 248 @i124_l = external global i124 ; <i124*> [#uses=1] 249 @i124_s = external global i124 ; <i124*> [#uses=1] 1254 %tmp = load i124* @i124_l ; <i124> [#uses=1] 1255 store i124 %tmp, i124* @i124_s
|
D | APIntParam.ll | 125 @i124_s = external global i124 ; <i124*> [#uses=1] 874 define void @i124_ls(i124 %x) nounwind { 875 store i124 %x, i124* @i124_s
|
D | APIntSextParam.ll | 125 @i124_s = external global i124 ; <i124*> [#uses=1] 874 define void @i124_ls(i124 signext %x) nounwind { 875 store i124 %x, i124* @i124_s
|
D | APIntZextParam.ll | 125 @i124_s = external global i124 ; <i124*> [#uses=1] 874 define void @i124_ls(i124 zeroext %x) nounwind { 875 store i124 %x, i124* @i124_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 791 %result.i124 = fadd float %mul.i123, %one.sub.ac.i122 835 %temp84.1 = phi float [ %result.i124, %IF164 ], [ %temp84.0, %ENDIF160 ]
|