/external/llvm/test/CodeGen/X86/ |
D | avx512-mask-bugfix.ll | 31 %v1.i5.i.i116 = call i32 @llvm.x86.avx.movmsk.ps.256(<8 x float> %mask0) #0 32 %alleq.i.i120 = icmp eq i32 %v1.i5.i.i116, 65535
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 195 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local 258 assert(std::is_heap(i116, i116+6) == (std::is_heap_until(i116, i116+6) == i116+6)); in test()
|
D | is_heap_until.pass.cpp | 195 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local 258 assert(std::is_heap_until(i116, i116+6) == i116+6); in test()
|
D | is_heap_until_comp.pass.cpp | 196 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local 259 assert(std::is_heap_until(i116, i116+6, std::greater<int>()) == i116+3); in test()
|
D | is_heap_comp.pass.cpp | 196 int i116[] = {1, 1, 1, 0, 1, 1}; in test() local 259 …assert(std::is_heap(i116, i116+6, std::greater<int>()) == (std::is_heap_until(i116, i116+6, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 148 int i114 = identity(114); int i115 = identity(115); int i116 = identity(116); in binaryOpUsingHighRegistersLocals() local 213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals() 272 double i114 = identity(114.0); double i115 = identity(115.0); double i116 = identity(116.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 | 345 int i111, int i112, int i113, int i114, int i115, int i116, int i117, int i118, int i119, in manyArgs() argument 393 int i113 = 113; int i114 = 114; int i115 = 115; int i116 = 116; int i117 = 117; 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 | 232 @i116_l = external global i116 ; <i116*> [#uses=1] 233 @i116_s = external global i116 ; <i116*> [#uses=1] 1206 %tmp = load i116, i116* @i116_l ; <i116> [#uses=1] 1207 store i116 %tmp, i116* @i116_s
|
D | APIntSextParam.ll | 117 @i116_s = external global i116 ; <i116*> [#uses=1] 834 define void @i116_ls(i116 signext %x) nounwind { 835 store i116 %x, i116* @i116_s
|
D | APIntParam.ll | 117 @i116_s = external global i116 ; <i116*> [#uses=1] 834 define void @i116_ls(i116 %x) nounwind { 835 store i116 %x, i116* @i116_s
|
D | APIntZextParam.ll | 117 @i116_s = external global i116 ; <i116*> [#uses=1] 834 define void @i116_ls(i116 zeroext %x) nounwind { 835 store i116 %x, i116* @i116_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 232 @i116_l = external global i116 ; <i116*> [#uses=1] 233 @i116_s = external global i116 ; <i116*> [#uses=1] 1206 %tmp = load i116* @i116_l ; <i116> [#uses=1] 1207 store i116 %tmp, i116* @i116_s
|
D | APIntParam.ll | 117 @i116_s = external global i116 ; <i116*> [#uses=1] 834 define void @i116_ls(i116 %x) nounwind { 835 store i116 %x, i116* @i116_s
|
D | APIntSextParam.ll | 117 @i116_s = external global i116 ; <i116*> [#uses=1] 834 define void @i116_ls(i116 signext %x) nounwind { 835 store i116 %x, i116* @i116_s
|
D | APIntZextParam.ll | 117 @i116_s = external global i116 ; <i116*> [#uses=1] 834 define void @i116_ls(i116 zeroext %x) nounwind { 835 store i116 %x, i116* @i116_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 799 %result.i116 = fadd float %mul.i115, %one.sub.ac.i114 837 %temp86.1 = phi float [ %result.i116, %IF164 ], [ %temp86.0, %ENDIF160 ]
|