Home
last modified time | relevance | path

Searched refs:i191 (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp333 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()
Dis_heap_until.pass.cpp333 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()
Dis_heap_until_comp.pass.cpp334 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()
Dis_heap_comp.pass.cpp334 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/
DRegAlloc.java173 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/
DInvoke.java353 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/
Dscev-interchange.ll269 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/
Dscev-interchange.ll269 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/
Dor.ll370 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/
DAPIntLoadStore.ll382 @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
DAPIntSextParam.ll192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 signext %x) nounwind {
1210 store i191 %x, i191* @i191_s
DAPIntParam.ll192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 %x) nounwind {
1210 store i191 %x, i191* @i191_s
DAPIntZextParam.ll192 @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/
Dor.ll340 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/
DAPIntLoadStore.ll382 @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
DAPIntParam.ll192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 %x) nounwind {
1210 store i191 %x, i191* @i191_s
DAPIntSextParam.ll192 @i191_s = external global i191 ; <i191*> [#uses=1]
1209 define void @i191_ls(i191 signext %x) nounwind {
1210 store i191 %x, i191* @i191_s
DAPIntZextParam.ll192 @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/
Dvmul.ll586 %mul.i191 = mul <8 x i16> %vshr_n130, undef
587 %add.i192 = add <8 x i16> %mul.i191, %mul.i194