/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-cast.ll | 19 define i167 @test2(i167 %a) { 20 %tmp = zext i167 %a to i577 ; <i577> [#uses=2] 22 ; CHECK: %tmp21 = lshr i167 %a, 9 24 ; CHECK: %tmp5 = shl i167 %a, 8 26 ; CHECK: %tmp.upgrd.32 = or i167 %tmp21, %tmp5 27 %tmp.upgrd.3 = trunc i577 %tmp.upgrd.32 to i167 ; <i167> [#uses=1] 28 ret i167 %tmp.upgrd.3 29 ; CHECK: ret i167 %tmp.upgrd.32
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-cast.ll | 19 define i167 @test2(i167 %a) { 20 %tmp = zext i167 %a to i577 ; <i577> [#uses=2] 22 ; CHECK: %tmp21 = lshr i167 %a, 9 24 ; CHECK: %tmp5 = shl i167 %a, 8 26 ; CHECK: %tmp.upgrd.32 = or i167 %tmp21, %tmp5 27 %tmp.upgrd.3 = trunc i577 %tmp.upgrd.32 to i167 ; <i167> [#uses=1] 28 ret i167 %tmp.upgrd.3 29 ; CHECK: ret i167 %tmp.upgrd.32
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-03-31-SpillerFoldingBug.ll | 28 %tmp159.i.i167.i = bitcast i8* %tmp96.i.i142.i to i32 (...)*** ; <i32 (...)***> [#uses=1] 29 …asic_ostringstreamIcSt11char_traitsIcESaIcEE, i32 0, i32 3), i32 (...)*** %tmp159.i.i167.i, align 4
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-03-31-SpillerFoldingBug.ll | 28 %tmp159.i.i167.i = bitcast i8* %tmp96.i.i142.i to i32 (...)*** ; <i32 (...)***> [#uses=1] 29 …asic_ostringstreamIcSt11char_traitsIcESaIcEE, i32 0, i32 3), i32 (...)*** %tmp159.i.i167.i, align 4
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 309 int i167[] = {0, 1, 0, 1, 1, 1, 1}; in test() local 436 assert(std::is_heap(i167, i167+7) == (std::is_heap_until(i167, i167+7) == i167+7)); in test()
|
D | is_heap_until.pass.cpp | 309 int i167[] = {0, 1, 0, 1, 1, 1, 1}; in test() local 436 assert(std::is_heap_until(i167, i167+7) == i167+1); in test()
|
D | is_heap_until_comp.pass.cpp | 310 int i167[] = {0, 1, 0, 1, 1, 1, 1}; in test() local 437 assert(std::is_heap_until(i167, i167+7, std::greater<int>()) == i167+7); in test()
|
D | is_heap_comp.pass.cpp | 310 int i167[] = {0, 1, 0, 1, 1, 1, 1}; in test() local 437 …assert(std::is_heap(i167, i167+7, std::greater<int>()) == (std::is_heap_until(i167, i167+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 165 int i165 = identity(165); int i166 = identity(166); int i167 = identity(167); in binaryOpUsingHighRegistersLocals() local 217 i156 + i157 + i158 + i159 + i160 + i161 + i162 + i163 + i164 + i165 + i166 + i167 + in binaryOpUsingHighRegistersLocals() 289 double i165 = identity(165.0); double i166 = identity(166.0); double i167 = identity(167.0); in binaryDoubleOpUsingHighRegistersLocals() local 338 i156 + i157 + i158 + i159 + i160 + i161 + i162 + i163 + i164 + i165 + i166 + i167 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 351 int i165, int i166, int i167, int i168, int i169, int i170, int i171, int i172, int i173, in manyArgs() argument 403 int i163 = 163; int i164 = 164; int i165 = 165; int i166 = 166; int i167 = 167; in rangeInvokeWithManyLocals() local 434 i156, i157, i158, i159, i160, i161, i162, i163, i164, i165, i166, i167, i168, i169, i170, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 334 @i167_l = external global i167 ; <i167*> [#uses=1] 335 @i167_s = external global i167 ; <i167*> [#uses=1] 1512 %tmp = load i167, i167* @i167_l ; <i167> [#uses=1] 1513 store i167 %tmp, i167* @i167_s
|
D | APIntSextParam.ll | 168 @i167_s = external global i167 ; <i167*> [#uses=1] 1089 define void @i167_ls(i167 signext %x) nounwind { 1090 store i167 %x, i167* @i167_s
|
D | APIntParam.ll | 168 @i167_s = external global i167 ; <i167*> [#uses=1] 1089 define void @i167_ls(i167 %x) nounwind { 1090 store i167 %x, i167* @i167_s
|
D | APIntZextParam.ll | 168 @i167_s = external global i167 ; <i167*> [#uses=1] 1089 define void @i167_ls(i167 zeroext %x) nounwind { 1090 store i167 %x, i167* @i167_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 334 @i167_l = external global i167 ; <i167*> [#uses=1] 335 @i167_s = external global i167 ; <i167*> [#uses=1] 1512 %tmp = load i167* @i167_l ; <i167> [#uses=1] 1513 store i167 %tmp, i167* @i167_s
|
D | APIntParam.ll | 168 @i167_s = external global i167 ; <i167*> [#uses=1] 1089 define void @i167_ls(i167 %x) nounwind { 1090 store i167 %x, i167* @i167_s
|
D | APIntSextParam.ll | 168 @i167_s = external global i167 ; <i167*> [#uses=1] 1089 define void @i167_ls(i167 signext %x) nounwind { 1090 store i167 %x, i167* @i167_s
|
D | APIntZextParam.ll | 168 @i167_s = external global i167 ; <i167*> [#uses=1] 1089 define void @i167_ls(i167 zeroext %x) nounwind { 1090 store i167 %x, i167* @i167_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 451 br i1 false, label %bb129, label %bb17.i167.preheader 453 bb17.i167.preheader: ; preds = %bb16.i166 454 br label %bb17.i167 456 bb17.i167: ; preds = %bb17.i167, %bb17.i167.preheader 457 br i1 false, label %bb18.i168, label %bb17.i167 459 bb18.i168: ; preds = %bb17.i167
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 451 br i1 false, label %bb129, label %bb17.i167.preheader 453 bb17.i167.preheader: ; preds = %bb16.i166 454 br label %bb17.i167 456 bb17.i167: ; preds = %bb17.i167, %bb17.i167.preheader 457 br i1 false, label %bb18.i168, label %bb17.i167 459 bb18.i168: ; preds = %bb17.i167
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 431 %mul.i167 = fmul float %tmp259, %tmp352 432 %result.i168 = fadd float %mul.i167, %one.sub.ac.i166
|