/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 193 int i114[] = {1, 1, 1, 0, 0, 1}; in test() local 256 assert(std::is_heap(i114, i114+6) == (std::is_heap_until(i114, i114+6) == i114+6)); in test()
|
D | is_heap_until.pass.cpp | 193 int i114[] = {1, 1, 1, 0, 0, 1}; in test() local 256 assert(std::is_heap_until(i114, i114+6) == i114+6); in test()
|
D | is_heap_until_comp.pass.cpp | 194 int i114[] = {1, 1, 1, 0, 0, 1}; in test() local 257 assert(std::is_heap_until(i114, i114+6, std::greater<int>()) == i114+3); in test()
|
D | is_heap_comp.pass.cpp | 194 int i114[] = {1, 1, 1, 0, 0, 1}; in test() local 257 …assert(std::is_heap(i114, i114+6, std::greater<int>()) == (std::is_heap_until(i114, i114+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 | 228 @i114_l = external global i114 ; <i114*> [#uses=1] 229 @i114_s = external global i114 ; <i114*> [#uses=1] 1194 %tmp = load i114, i114* @i114_l ; <i114> [#uses=1] 1195 store i114 %tmp, i114* @i114_s
|
D | APIntSextParam.ll | 115 @i114_s = external global i114 ; <i114*> [#uses=1] 824 define void @i114_ls(i114 signext %x) nounwind { 825 store i114 %x, i114* @i114_s
|
D | APIntParam.ll | 115 @i114_s = external global i114 ; <i114*> [#uses=1] 824 define void @i114_ls(i114 %x) nounwind { 825 store i114 %x, i114* @i114_s
|
D | APIntZextParam.ll | 115 @i114_s = external global i114 ; <i114*> [#uses=1] 824 define void @i114_ls(i114 zeroext %x) nounwind { 825 store i114 %x, i114* @i114_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 228 @i114_l = external global i114 ; <i114*> [#uses=1] 229 @i114_s = external global i114 ; <i114*> [#uses=1] 1194 %tmp = load i114* @i114_l ; <i114> [#uses=1] 1195 store i114 %tmp, i114* @i114_s
|
D | APIntParam.ll | 115 @i114_s = external global i114 ; <i114*> [#uses=1] 824 define void @i114_ls(i114 %x) nounwind { 825 store i114 %x, i114* @i114_s
|
D | APIntSextParam.ll | 115 @i114_s = external global i114 ; <i114*> [#uses=1] 824 define void @i114_ls(i114 signext %x) nounwind { 825 store i114 %x, i114* @i114_s
|
D | APIntZextParam.ll | 115 @i114_s = external global i114 ; <i114*> [#uses=1] 824 define void @i114_ls(i114 zeroext %x) nounwind { 825 store i114 %x, i114* @i114_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 834 bb5.i114: ; preds = %bb11.i 837 bb11.i: ; preds = %bb5.i114, %bb144 838 br i1 false, label %bb12.i, label %bb5.i114
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 834 bb5.i114: ; preds = %bb11.i 837 bb11.i: ; preds = %bb5.i114, %bb144 838 br i1 false, label %bb12.i, label %bb5.i114
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 797 %one.sub.ac.i114 = fmul float %one.sub.a.i113, %tmp306 799 %result.i116 = fadd float %mul.i115, %one.sub.ac.i114
|