Home
last modified time | relevance | path

Searched refs:i201 (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp343 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local
470 assert(std::is_heap(i201, i201+7) == (std::is_heap_until(i201, i201+7) == i201+7)); in test()
Dis_heap_until.pass.cpp343 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local
470 assert(std::is_heap_until(i201, i201+7) == i201+7); in test()
Dis_heap_until_comp.pass.cpp344 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local
471 assert(std::is_heap_until(i201, i201+7, std::greater<int>()) == i201+1); in test()
Dis_heap_comp.pass.cpp344 int i201[] = {1, 0, 1, 0, 0, 0, 1}; in test() local
471 …assert(std::is_heap(i201, i201+7, std::greater<int>()) == (std::is_heap_until(i201, i201+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java177 int i201 = identity(201); int i202 = identity(202); int i203 = identity(203); in binaryOpUsingHighRegistersLocals() local
220 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryOpUsingHighRegistersLocals()
301 double i201 = identity(201.0); double i202 = identity(202.0); double i203 = identity(203.0); in binaryDoubleOpUsingHighRegistersLocals() local
341 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + 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()
410 int i198 = 198; int i199 = 199; int i200 = 200; int i201 = 201; int i202 = 202; 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.ll402 @i201_l = external global i201 ; <i201*> [#uses=1]
403 @i201_s = external global i201 ; <i201*> [#uses=1]
1716 %tmp = load i201, i201* @i201_l ; <i201> [#uses=1]
1717 store i201 %tmp, i201* @i201_s
DAPIntSextParam.ll202 @i201_s = external global i201 ; <i201*> [#uses=1]
1259 define void @i201_ls(i201 signext %x) nounwind {
1260 store i201 %x, i201* @i201_s
DAPIntParam.ll202 @i201_s = external global i201 ; <i201*> [#uses=1]
1259 define void @i201_ls(i201 %x) nounwind {
1260 store i201 %x, i201* @i201_s
DAPIntZextParam.ll202 @i201_s = external global i201 ; <i201*> [#uses=1]
1259 define void @i201_ls(i201 zeroext %x) nounwind {
1260 store i201 %x, i201* @i201_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll402 @i201_l = external global i201 ; <i201*> [#uses=1]
403 @i201_s = external global i201 ; <i201*> [#uses=1]
1716 %tmp = load i201* @i201_l ; <i201> [#uses=1]
1717 store i201 %tmp, i201* @i201_s
DAPIntParam.ll202 @i201_s = external global i201 ; <i201*> [#uses=1]
1259 define void @i201_ls(i201 %x) nounwind {
1260 store i201 %x, i201* @i201_s
DAPIntSextParam.ll202 @i201_s = external global i201 ; <i201*> [#uses=1]
1259 define void @i201_ls(i201 signext %x) nounwind {
1260 store i201 %x, i201* @i201_s
DAPIntZextParam.ll202 @i201_s = external global i201 ; <i201*> [#uses=1]
1259 define void @i201_ls(i201 zeroext %x) nounwind {
1260 store i201 %x, i201* @i201_s
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/
Dpr3085.ll547 br i1 false, label %bb41.i201, label %bb42.i202
549 bb41.i201: ; preds = %bb40.i200
552 bb42.i202: ; preds = %bb41.i201, %bb40.i200
/external/llvm/test/Transforms/ArgumentPromotion/
Dpr3085.ll547 br i1 false, label %bb41.i201, label %bb42.i202
549 bb41.i201: ; preds = %bb40.i200
552 bb42.i202: ; preds = %bb41.i201, %bb40.i200