/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 272 int i130[] = {0, 0, 0, 1, 0, 1, 0}; in test() local 399 assert(std::is_heap(i130, i130+7) == (std::is_heap_until(i130, i130+7) == i130+7)); in test()
|
D | is_heap_until.pass.cpp | 272 int i130[] = {0, 0, 0, 1, 0, 1, 0}; in test() local 399 assert(std::is_heap_until(i130, i130+7) == i130+3); in test()
|
D | is_heap_until_comp.pass.cpp | 273 int i130[] = {0, 0, 0, 1, 0, 1, 0}; in test() local 400 assert(std::is_heap_until(i130, i130+7, std::greater<int>()) == i130+7); in test()
|
D | is_heap_comp.pass.cpp | 273 int i130[] = {0, 0, 0, 1, 0, 1, 0}; in test() local 400 …assert(std::is_heap(i130, i130+7, std::greater<int>()) == (std::is_heap_until(i130, i130+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 153 int i129 = identity(129); int i130 = identity(130); int i131 = identity(131); in binaryOpUsingHighRegistersLocals() local 214 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + in binaryOpUsingHighRegistersLocals() 277 double i129 = identity(129.0); double i130 = identity(130.0); double i131 = identity(131.0); in binaryDoubleOpUsingHighRegistersLocals() local 335 i120 + i121 + i122 + i123 + i124 + i125 + i126 + i127 + i128 + i129 + i130 + i131 + 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 396 int i128 = 128; int i129 = 129; int i130 = 130; int i131 = 131; int i132 = 132; 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 | 260 @i130_l = external global i130 ; <i130*> [#uses=1] 261 @i130_s = external global i130 ; <i130*> [#uses=1] 1290 %tmp = load i130, i130* @i130_l ; <i130> [#uses=1] 1291 store i130 %tmp, i130* @i130_s
|
D | APIntSextParam.ll | 131 @i130_s = external global i130 ; <i130*> [#uses=1] 904 define void @i130_ls(i130 signext %x) nounwind { 905 store i130 %x, i130* @i130_s
|
D | APIntParam.ll | 131 @i130_s = external global i130 ; <i130*> [#uses=1] 904 define void @i130_ls(i130 %x) nounwind { 905 store i130 %x, i130* @i130_s
|
D | APIntZextParam.ll | 131 @i130_s = external global i130 ; <i130*> [#uses=1] 904 define void @i130_ls(i130 zeroext %x) nounwind { 905 store i130 %x, i130* @i130_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 260 @i130_l = external global i130 ; <i130*> [#uses=1] 261 @i130_s = external global i130 ; <i130*> [#uses=1] 1290 %tmp = load i130* @i130_l ; <i130> [#uses=1] 1291 store i130 %tmp, i130* @i130_s
|
D | APIntParam.ll | 131 @i130_s = external global i130 ; <i130*> [#uses=1] 904 define void @i130_ls(i130 %x) nounwind { 905 store i130 %x, i130* @i130_s
|
D | APIntSextParam.ll | 131 @i130_s = external global i130 ; <i130*> [#uses=1] 904 define void @i130_ls(i130 signext %x) nounwind { 905 store i130 %x, i130* @i130_s
|
D | APIntZextParam.ll | 131 @i130_s = external global i130 ; <i130*> [#uses=1] 904 define void @i130_ls(i130 zeroext %x) nounwind { 905 store i130 %x, i130* @i130_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 805 br i1 false, label %bb5.i130, label %bb3.i127 808 br label %bb5.i130 810 bb5.i130: ; preds = %bb3.i127, %bb2.i126 813 picosat_assume.exit: ; preds = %bb5.i130, %bb139
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 805 br i1 false, label %bb5.i130, label %bb3.i127 808 br label %bb5.i130 810 bb5.i130: ; preds = %bb3.i127, %bb2.i126 813 picosat_assume.exit: ; preds = %bb5.i130, %bb139
|
/external/llvm/test/Transforms/InstCombine/ |
D | cast.ll | 1305 %i = uitofp i130 400000000000000000000000000000000000000 to float 1313 %i = sitofp i130 400000000000000000000000000000000000000 to float
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 723 %one.sub.ac.i130 = fmul float %one.sub.a.i129, %tmp306 725 %result.i132 = fadd float %mul.i131, %one.sub.ac.i130
|