/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/ |
D | apint-basictest4.ll | 9 define i100 @test(i133 %A) { 10 %B = and i133 0, %A 11 %C = icmp sgt i133 %B, 0 14 %t3 = xor i133 %B, -1 15 %t4 = trunc i133 %t3 to i100 18 %f1 = or i133 -1, %A 19 %f2 = lshr i133 %f1, 33 20 %f3 = trunc i133 %f2 to i100
|
/external/llvm/test/Transforms/SCCP/ |
D | apint-basictest4.ll | 9 define i100 @test(i133 %A) { 10 %B = and i133 0, %A 11 %C = icmp sgt i133 %B, 0 14 %t3 = xor i133 %B, -1 15 %t4 = trunc i133 %t3 to i100 18 %f1 = or i133 -1, %A 19 %f2 = lshr i133 %f1, 33 20 %f3 = trunc i133 %f2 to i100
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 275 int i133[] = {0, 0, 0, 1, 1, 0, 1}; in test() local 402 assert(std::is_heap(i133, i133+7) == (std::is_heap_until(i133, i133+7) == i133+7)); in test()
|
D | is_heap_until.pass.cpp | 275 int i133[] = {0, 0, 0, 1, 1, 0, 1}; in test() local 402 assert(std::is_heap_until(i133, i133+7) == i133+3); in test()
|
D | is_heap_until_comp.pass.cpp | 276 int i133[] = {0, 0, 0, 1, 1, 0, 1}; in test() local 403 assert(std::is_heap_until(i133, i133+7, std::greater<int>()) == i133+7); in test()
|
D | is_heap_comp.pass.cpp | 276 int i133[] = {0, 0, 0, 1, 1, 0, 1}; in test() local 403 …assert(std::is_heap(i133, i133+7, std::greater<int>()) == (std::is_heap_until(i133, i133+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 397 int i133 = 133; int i134 = 134; int i135 = 135; int i136 = 136; int i137 = 137; 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 | 266 @i133_l = external global i133 ; <i133*> [#uses=1] 267 @i133_s = external global i133 ; <i133*> [#uses=1] 1308 %tmp = load i133, i133* @i133_l ; <i133> [#uses=1] 1309 store i133 %tmp, i133* @i133_s
|
D | APIntSextParam.ll | 134 @i133_s = external global i133 ; <i133*> [#uses=1] 919 define void @i133_ls(i133 signext %x) nounwind { 920 store i133 %x, i133* @i133_s
|
D | APIntParam.ll | 134 @i133_s = external global i133 ; <i133*> [#uses=1] 919 define void @i133_ls(i133 %x) nounwind { 920 store i133 %x, i133* @i133_s
|
D | APIntZextParam.ll | 134 @i133_s = external global i133 ; <i133*> [#uses=1] 919 define void @i133_ls(i133 zeroext %x) nounwind { 920 store i133 %x, i133* @i133_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 266 @i133_l = external global i133 ; <i133*> [#uses=1] 267 @i133_s = external global i133 ; <i133*> [#uses=1] 1308 %tmp = load i133* @i133_l ; <i133> [#uses=1] 1309 store i133 %tmp, i133* @i133_s
|
D | APIntParam.ll | 134 @i133_s = external global i133 ; <i133*> [#uses=1] 919 define void @i133_ls(i133 %x) nounwind { 920 store i133 %x, i133* @i133_s
|
D | APIntSextParam.ll | 134 @i133_s = external global i133 ; <i133*> [#uses=1] 919 define void @i133_ls(i133 signext %x) nounwind { 920 store i133 %x, i133* @i133_s
|
D | APIntZextParam.ll | 134 @i133_s = external global i133 ; <i133*> [#uses=1] 919 define void @i133_ls(i133 zeroext %x) nounwind { 920 store i133 %x, i133* @i133_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 718 %one.sub.a.i133 = fsub float 1.000000e+00, %tmp612 719 %one.sub.ac.i134 = fmul float %one.sub.a.i133, %tmp305
|