/external/llvm/test/Transforms/InstCombine/ |
D | or.ll | 471 define <2 x i132> @orsext_to_sel_vec_swap(<2 x i132> %x, <2 x i1> %y) { 473 ; CHECK-NEXT: [[OR:%.*]] = select <2 x i1> %y, <2 x i132> <i132 -1, i132 -1>, <2 x i132> %x 474 ; CHECK-NEXT: ret <2 x i132> [[OR]] 476 %sext = sext <2 x i1> %y to <2 x i132> 477 %or = or <2 x i132> %x, %sext 478 ret <2 x i132> %or
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 139 …br i1 %cmp9.i128, label %if.then.i132, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0… 141 if.then.i132: ; preds = %land.lhs.true5.i129 144 _ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit134: ; preds = %if.then.i132, %land.lhs.t… 145 …S0_.exit115 ], [ %retval.0.i.pre155, %land.lhs.true5.i129 ], [ 7, %if.then.i132 ] ; <i32> [#uses=2] 146 …RAT__KcRKS0_.exit115 ], [ %tmp2.i118, %land.lhs.true5.i129 ], [ 1, %if.then.i132 ] ; <i8> [#uses=1]
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 139 …br i1 %cmp9.i128, label %if.then.i132, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0… 141 if.then.i132: ; preds = %land.lhs.true5.i129 144 _ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit134: ; preds = %if.then.i132, %land.lhs.t… 145 …S0_.exit115 ], [ %retval.0.i.pre155, %land.lhs.true5.i129 ], [ 7, %if.then.i132 ] ; <i32> [#uses=2] 146 …RAT__KcRKS0_.exit115 ], [ %tmp2.i118, %land.lhs.true5.i129 ], [ 1, %if.then.i132 ] ; <i8> [#uses=1]
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 274 int i132[] = {0, 0, 0, 1, 1, 0, 0}; in test() local 401 assert(std::is_heap(i132, i132+7) == (std::is_heap_until(i132, i132+7) == i132+7)); in test()
|
D | is_heap_until.pass.cpp | 274 int i132[] = {0, 0, 0, 1, 1, 0, 0}; in test() local 401 assert(std::is_heap_until(i132, i132+7) == i132+3); in test()
|
D | is_heap_until_comp.pass.cpp | 275 int i132[] = {0, 0, 0, 1, 1, 0, 0}; in test() local 402 assert(std::is_heap_until(i132, i132+7, std::greater<int>()) == i132+7); in test()
|
D | is_heap_comp.pass.cpp | 275 int i132[] = {0, 0, 0, 1, 1, 0, 0}; in test() local 402 …assert(std::is_heap(i132, i132+7, std::greater<int>()) == (std::is_heap_until(i132, i132+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 154 int i132 = identity(132); int i133 = identity(133); int i134 = identity(134); in binaryOpUsingHighRegistersLocals() local 215 i132 + i133 + i134 + i135 + i136 + i137 + i138 + i139 + i140 + i141 + i142 + i143 + in binaryOpUsingHighRegistersLocals() 278 double i132 = identity(132.0); double i133 = identity(133.0); double i134 = identity(134.0); in binaryDoubleOpUsingHighRegistersLocals() local 336 i132 + i133 + i134 + i135 + i136 + i137 + i138 + i139 + i140 + i141 + i142 + i143 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 347 int i129, int i130, int i131, int i132, int i133, int i134, int i135, int i136, int i137, in manyArgs() argument 396 int i128 = 128; int i129 = 129; int i130 = 130; int i131 = 131; int i132 = 132; in rangeInvokeWithManyLocals() local 432 i126, i127, i128, i129, i130, i131, i132, i133, i134, i135, i136, i137, i138, i139, i140, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 264 @i132_l = external global i132 ; <i132*> [#uses=1] 265 @i132_s = external global i132 ; <i132*> [#uses=1] 1302 %tmp = load i132, i132* @i132_l ; <i132> [#uses=1] 1303 store i132 %tmp, i132* @i132_s
|
D | APIntSextParam.ll | 133 @i132_s = external global i132 ; <i132*> [#uses=1] 914 define void @i132_ls(i132 signext %x) nounwind { 915 store i132 %x, i132* @i132_s
|
D | APIntParam.ll | 133 @i132_s = external global i132 ; <i132*> [#uses=1] 914 define void @i132_ls(i132 %x) nounwind { 915 store i132 %x, i132* @i132_s
|
D | APIntZextParam.ll | 133 @i132_s = external global i132 ; <i132*> [#uses=1] 914 define void @i132_ls(i132 zeroext %x) nounwind { 915 store i132 %x, i132* @i132_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 264 @i132_l = external global i132 ; <i132*> [#uses=1] 265 @i132_s = external global i132 ; <i132*> [#uses=1] 1302 %tmp = load i132* @i132_l ; <i132> [#uses=1] 1303 store i132 %tmp, i132* @i132_s
|
D | APIntParam.ll | 133 @i132_s = external global i132 ; <i132*> [#uses=1] 914 define void @i132_ls(i132 %x) nounwind { 915 store i132 %x, i132* @i132_s
|
D | APIntSextParam.ll | 133 @i132_s = external global i132 ; <i132*> [#uses=1] 914 define void @i132_ls(i132 signext %x) nounwind { 915 store i132 %x, i132* @i132_s
|
D | APIntZextParam.ll | 133 @i132_s = external global i132 ; <i132*> [#uses=1] 914 define void @i132_ls(i132 zeroext %x) nounwind { 915 store i132 %x, i132* @i132_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 725 %result.i132 = fadd float %mul.i131, %one.sub.ac.i130 763 %temp86.0 = phi float [ %result.i132, %IF161 ], [ %tmp260, %ENDIF136 ]
|