Home
last modified time | relevance | path

Searched refs:i209 (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp351 int i209[] = {1, 0, 1, 1, 0, 0, 1}; in test() local
478 assert(std::is_heap(i209, i209+7) == (std::is_heap_until(i209, i209+7) == i209+7)); in test()
Dis_heap_until.pass.cpp351 int i209[] = {1, 0, 1, 1, 0, 0, 1}; in test() local
478 assert(std::is_heap_until(i209, i209+7) == i209+3); in test()
Dis_heap_until_comp.pass.cpp352 int i209[] = {1, 0, 1, 1, 0, 0, 1}; in test() local
479 assert(std::is_heap_until(i209, i209+7, std::greater<int>()) == i209+1); in test()
Dis_heap_comp.pass.cpp352 int i209[] = {1, 0, 1, 1, 0, 0, 1}; in test() local
479 …assert(std::is_heap(i209, i209+7, std::greater<int>()) == (std::is_heap_until(i209, i209+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java179 int i207 = identity(207); int i208 = identity(208); int i209 = identity(209); in binaryOpUsingHighRegistersLocals() local
221 i204 + i205 + i206 + i207 + i208 + i209 + i210 + i211 + i212 + i213 + i214 + i215 + in binaryOpUsingHighRegistersLocals()
303 double i207 = identity(207.0); double i208 = identity(208.0); double i209 = identity(209.0); in binaryDoubleOpUsingHighRegistersLocals() local
342 i204 + i205 + i206 + i207 + i208 + i209 + i210 + i211 + i212 + i213 + i214 + i215 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java355 int i201, int i202, int i203, int i204, int i205, int i206, int i207, int i208, int i209, in manyArgs()
412 int i208 = 208; int i209 = 209; int i210 = 210; int i211 = 211; int i212 = 212; in rangeInvokeWithManyLocals() local
437 i201, i202, i203, i204, i205, i206, i207, i208, i209, i210, i211, i212, i213, i214, i215, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll418 @i209_l = external global i209 ; <i209*> [#uses=1]
419 @i209_s = external global i209 ; <i209*> [#uses=1]
1764 %tmp = load i209, i209* @i209_l ; <i209> [#uses=1]
1765 store i209 %tmp, i209* @i209_s
DAPIntSextParam.ll210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 signext %x) nounwind {
1300 store i209 %x, i209* @i209_s
DAPIntParam.ll210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 %x) nounwind {
1300 store i209 %x, i209* @i209_s
DAPIntZextParam.ll210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 zeroext %x) nounwind {
1300 store i209 %x, i209* @i209_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll418 @i209_l = external global i209 ; <i209*> [#uses=1]
419 @i209_s = external global i209 ; <i209*> [#uses=1]
1764 %tmp = load i209* @i209_l ; <i209> [#uses=1]
1765 store i209 %tmp, i209* @i209_s
DAPIntParam.ll210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 %x) nounwind {
1300 store i209 %x, i209* @i209_s
DAPIntSextParam.ll210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 signext %x) nounwind {
1300 store i209 %x, i209* @i209_s
DAPIntZextParam.ll210 @i209_s = external global i209 ; <i209*> [#uses=1]
1299 define void @i209_ls(i209 zeroext %x) nounwind {
1300 store i209 %x, i209* @i209_s
/external/llvm/test/CodeGen/ARM/
Dvmul.ll578 %mul.i209 = mul <8 x i16> undef, <i16 80, i16 80, i16 80, i16 80, i16 80, i16 80, i16 80, i16 80>
580 %vshr_n134 = lshr <8 x i16> %mul.i209, <i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8>