/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 191 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local 254 assert(std::is_heap(i112, i112+6) == (std::is_heap_until(i112, i112+6) == i112+6)); in test()
|
D | is_heap_until.pass.cpp | 191 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local 254 assert(std::is_heap_until(i112, i112+6) == i112+5); in test()
|
D | is_heap_until_comp.pass.cpp | 192 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local 255 assert(std::is_heap_until(i112, i112+6, std::greater<int>()) == i112+2); in test()
|
D | is_heap_comp.pass.cpp | 192 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local 255 …assert(std::is_heap(i112, i112+6, std::greater<int>()) == (std::is_heap_until(i112, i112+6, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 147 int i111 = identity(111); int i112 = identity(112); int i113 = identity(113); in binaryOpUsingHighRegistersLocals() local 213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals() 271 double i111 = identity(111.0); double i112 = identity(112.0); double i113 = identity(113.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 392 int i108 = 108; int i109 = 109; int i110 = 110; int i111 = 111; int i112 = 112; 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 | 224 @i112_l = external global i112 ; <i112*> [#uses=1] 225 @i112_s = external global i112 ; <i112*> [#uses=1] 1182 %tmp = load i112, i112* @i112_l ; <i112> [#uses=1] 1183 store i112 %tmp, i112* @i112_s
|
D | APIntSextParam.ll | 113 @i112_s = external global i112 ; <i112*> [#uses=1] 814 define void @i112_ls(i112 signext %x) nounwind { 815 store i112 %x, i112* @i112_s
|
D | APIntParam.ll | 113 @i112_s = external global i112 ; <i112*> [#uses=1] 814 define void @i112_ls(i112 %x) nounwind { 815 store i112 %x, i112* @i112_s
|
D | APIntZextParam.ll | 113 @i112_s = external global i112 ; <i112*> [#uses=1] 814 define void @i112_ls(i112 zeroext %x) nounwind { 815 store i112 %x, i112* @i112_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 224 @i112_l = external global i112 ; <i112*> [#uses=1] 225 @i112_s = external global i112 ; <i112*> [#uses=1] 1182 %tmp = load i112* @i112_l ; <i112> [#uses=1] 1183 store i112 %tmp, i112* @i112_s
|
D | APIntParam.ll | 113 @i112_s = external global i112 ; <i112*> [#uses=1] 814 define void @i112_ls(i112 %x) nounwind { 815 store i112 %x, i112* @i112_s
|
D | APIntSextParam.ll | 113 @i112_s = external global i112 ; <i112*> [#uses=1] 814 define void @i112_ls(i112 signext %x) nounwind { 815 store i112 %x, i112* @i112_s
|
D | APIntZextParam.ll | 113 @i112_s = external global i112 ; <i112*> [#uses=1] 814 define void @i112_ls(i112 zeroext %x) nounwind { 815 store i112 %x, i112* @i112_s
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2006-06-12-InfLoop.ll | 124 br i1 false, label %UnifiedReturnBlock.i113, label %then.2.i112 125 then.2.i112: ; preds = %loopexit.0.i 129 checkham.exit: ; preds = %UnifiedReturnBlock.i113, %then.2.i112
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2006-06-12-InfLoop.ll | 124 br i1 false, label %UnifiedReturnBlock.i113, label %then.2.i112 125 then.2.i112: ; preds = %loopexit.0.i 129 checkham.exit: ; preds = %UnifiedReturnBlock.i113, %then.2.i112
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 803 %result.i112 = fadd float %mul.i111, %one.sub.ac.i110 838 %temp87.1 = phi float [ %result.i112, %IF164 ], [ %temp87.0, %ENDIF160 ]
|