/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 332 int i190[] = {1, 0, 0, 0, 1, 1, 0}; in test() local 459 assert(std::is_heap(i190, i190+7) == (std::is_heap_until(i190, i190+7) == i190+7)); in test()
|
D | is_heap_until.pass.cpp | 332 int i190[] = {1, 0, 0, 0, 1, 1, 0}; in test() local 459 assert(std::is_heap_until(i190, i190+7) == i190+4); in test()
|
D | is_heap_until_comp.pass.cpp | 333 int i190[] = {1, 0, 0, 0, 1, 1, 0}; in test() local 460 assert(std::is_heap_until(i190, i190+7, std::greater<int>()) == i190+1); in test()
|
D | is_heap_comp.pass.cpp | 333 int i190[] = {1, 0, 0, 0, 1, 1, 0}; in test() local 460 …assert(std::is_heap(i190, i190+7, std::greater<int>()) == (std::is_heap_until(i190, i190+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/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 380 @i190_l = external global i190 ; <i190*> [#uses=1] 381 @i190_s = external global i190 ; <i190*> [#uses=1] 1650 %tmp = load i190, i190* @i190_l ; <i190> [#uses=1] 1651 store i190 %tmp, i190* @i190_s
|
D | APIntSextParam.ll | 191 @i190_s = external global i190 ; <i190*> [#uses=1] 1204 define void @i190_ls(i190 signext %x) nounwind { 1205 store i190 %x, i190* @i190_s
|
D | APIntParam.ll | 191 @i190_s = external global i190 ; <i190*> [#uses=1] 1204 define void @i190_ls(i190 %x) nounwind { 1205 store i190 %x, i190* @i190_s
|
D | APIntZextParam.ll | 191 @i190_s = external global i190 ; <i190*> [#uses=1] 1204 define void @i190_ls(i190 zeroext %x) nounwind { 1205 store i190 %x, i190* @i190_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 380 @i190_l = external global i190 ; <i190*> [#uses=1] 381 @i190_s = external global i190 ; <i190*> [#uses=1] 1650 %tmp = load i190* @i190_l ; <i190> [#uses=1] 1651 store i190 %tmp, i190* @i190_s
|
D | APIntParam.ll | 191 @i190_s = external global i190 ; <i190*> [#uses=1] 1204 define void @i190_ls(i190 %x) nounwind { 1205 store i190 %x, i190* @i190_s
|
D | APIntSextParam.ll | 191 @i190_s = external global i190 ; <i190*> [#uses=1] 1204 define void @i190_ls(i190 signext %x) nounwind { 1205 store i190 %x, i190* @i190_s
|
D | APIntZextParam.ll | 191 @i190_s = external global i190 ; <i190*> [#uses=1] 1204 define void @i190_ls(i190 zeroext %x) nounwind { 1205 store i190 %x, i190* @i190_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | scev-interchange.ll | 235 br i1 undef, label %invcont101.i, label %bb.i.i.i190.i 237 bb.i.i.i190.i: ; preds = %bb100.i
|
/external/llvm/test/CodeGen/X86/ |
D | scev-interchange.ll | 235 br i1 undef, label %invcont101.i, label %bb.i.i.i190.i 237 bb.i.i.i190.i: ; preds = %bb100.i
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2008-04-11-PHIofImpDef.ll | 2931 %tmp4364.i190 = and i32 %f_blue.0.reg2mem.2.i, 8388607 ; <i32> [#uses=1] 2942 %tmp4418.i = lshr i32 %tmp4364.i190, 13 ; <i32> [#uses=0]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-04-11-PHIofImpDef.ll | 2931 %tmp4364.i190 = and i32 %f_blue.0.reg2mem.2.i, 8388607 ; <i32> [#uses=1] 2942 %tmp4418.i = lshr i32 %tmp4364.i190, 13 ; <i32> [#uses=0]
|