/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 333 int i191[] = {1, 0, 0, 0, 1, 1, 1}; in test() local 460 assert(std::is_heap(i191, i191+7) == (std::is_heap_until(i191, i191+7) == i191+7)); in test()
|
D | is_heap_until.pass.cpp | 333 int i191[] = {1, 0, 0, 0, 1, 1, 1}; in test() local 460 assert(std::is_heap_until(i191, i191+7) == i191+4); in test()
|
D | is_heap_until_comp.pass.cpp | 334 int i191[] = {1, 0, 0, 0, 1, 1, 1}; in test() local 461 assert(std::is_heap_until(i191, i191+7, std::greater<int>()) == i191+1); in test()
|
D | is_heap_comp.pass.cpp | 334 int i191[] = {1, 0, 0, 0, 1, 1, 1}; in test() local 461 …assert(std::is_heap(i191, i191+7, std::greater<int>()) == (std::is_heap_until(i191, i191+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 173 int i189 = identity(189); int i190 = identity(190); int i191 = identity(191); in binaryOpUsingHighRegistersLocals() local 219 i180 + i181 + i182 + i183 + i184 + i185 + i186 + i187 + i188 + i189 + i190 + i191 + in binaryOpUsingHighRegistersLocals() 297 double i189 = identity(189.0); double i190 = identity(190.0); double i191 = identity(191.0); in binaryDoubleOpUsingHighRegistersLocals() local 340 i180 + i181 + i182 + i183 + i184 + i185 + i186 + i187 + i188 + i189 + i190 + i191 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 353 int i183, int i184, int i185, int i186, int i187, int i188, int i189, int i190, int i191, in manyArgs() argument 408 int i188 = 188; int i189 = 189; int i190 = 190; int i191 = 191; int i192 = 192; in rangeInvokeWithManyLocals() local 436 i186, i187, i188, i189, i190, i191, i192, i193, i194, i195, i196, i197, i198, i199, i200, in rangeInvokeWithManyLocals()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | scev-interchange.ll | 269 br i1 false, label %bb.i191.i, label %bb.i.i.i297.i.i 279 bb.i191.i: ; preds = %.noexc232.i, %bb58.i.i 283 .noexc232.i: ; preds = %bb.i191.i 284 br i1 undef, label %bb29.loopexit.i.i, label %bb.i191.i 364 lpad196.i: ; preds = %bb.i191.i
|
/external/llvm/test/CodeGen/X86/ |
D | scev-interchange.ll | 269 br i1 false, label %bb.i191.i, label %bb.i.i.i297.i.i 279 bb.i191.i: ; preds = %.noexc232.i, %bb58.i.i 283 .noexc232.i: ; preds = %bb.i191.i 284 br i1 undef, label %bb29.loopexit.i.i, label %bb.i191.i 364 lpad196.i: ; preds = %bb.i191.i
|
/external/llvm/test/Transforms/InstCombine/ |
D | or.ll | 370 define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191) { 372 …T: [[OR_I:%.*]] = select <4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191 378 %and.i = and <4 x i32> %vecinit6.i191, %neg.i
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 382 @i191_l = external global i191 ; <i191*> [#uses=1] 383 @i191_s = external global i191 ; <i191*> [#uses=1] 1656 %tmp = load i191, i191* @i191_l ; <i191> [#uses=1] 1657 store i191 %tmp, i191* @i191_s
|
D | APIntSextParam.ll | 192 @i191_s = external global i191 ; <i191*> [#uses=1] 1209 define void @i191_ls(i191 signext %x) nounwind { 1210 store i191 %x, i191* @i191_s
|
D | APIntParam.ll | 192 @i191_s = external global i191 ; <i191*> [#uses=1] 1209 define void @i191_ls(i191 %x) nounwind { 1210 store i191 %x, i191* @i191_s
|
D | APIntZextParam.ll | 192 @i191_s = external global i191 ; <i191*> [#uses=1] 1209 define void @i191_ls(i191 zeroext %x) nounwind { 1210 store i191 %x, i191* @i191_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | or.ll | 340 define <4 x i32> @test32(<4 x i1> %and.i1352, <4 x i32> %vecinit6.i176, <4 x i32> %vecinit6.i191) { 344 %and.i = and <4 x i32> %vecinit6.i191, %neg.i ; <<4 x i32>> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 382 @i191_l = external global i191 ; <i191*> [#uses=1] 383 @i191_s = external global i191 ; <i191*> [#uses=1] 1656 %tmp = load i191* @i191_l ; <i191> [#uses=1] 1657 store i191 %tmp, i191* @i191_s
|
D | APIntParam.ll | 192 @i191_s = external global i191 ; <i191*> [#uses=1] 1209 define void @i191_ls(i191 %x) nounwind { 1210 store i191 %x, i191* @i191_s
|
D | APIntSextParam.ll | 192 @i191_s = external global i191 ; <i191*> [#uses=1] 1209 define void @i191_ls(i191 signext %x) nounwind { 1210 store i191 %x, i191* @i191_s
|
D | APIntZextParam.ll | 192 @i191_s = external global i191 ; <i191*> [#uses=1] 1209 define void @i191_ls(i191 zeroext %x) nounwind { 1210 store i191 %x, i191* @i191_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 586 %mul.i191 = mul <8 x i16> %vshr_n130, undef 587 %add.i192 = add <8 x i16> %mul.i191, %mul.i194
|