/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 336 int i194[] = {1, 0, 0, 1, 0, 1, 0}; in test() local 463 assert(std::is_heap(i194, i194+7) == (std::is_heap_until(i194, i194+7) == i194+7)); in test()
|
D | is_heap_until.pass.cpp | 336 int i194[] = {1, 0, 0, 1, 0, 1, 0}; in test() local 463 assert(std::is_heap_until(i194, i194+7) == i194+3); in test()
|
D | is_heap_until_comp.pass.cpp | 337 int i194[] = {1, 0, 0, 1, 0, 1, 0}; in test() local 464 assert(std::is_heap_until(i194, i194+7, std::greater<int>()) == i194+1); in test()
|
D | is_heap_comp.pass.cpp | 337 int i194[] = {1, 0, 0, 1, 0, 1, 0}; in test() local 464 …assert(std::is_heap(i194, i194+7, std::greater<int>()) == (std::is_heap_until(i194, i194+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 174 int i192 = identity(192); int i193 = identity(193); int i194 = identity(194); in binaryOpUsingHighRegistersLocals() local 220 i192 + i193 + i194 + i195 + i196 + i197 + i198 + i199 + i200 + i201 + i202 + i203 + in binaryOpUsingHighRegistersLocals() 298 double i192 = identity(192.0); double i193 = identity(193.0); double i194 = identity(194.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/ |
D | Invoke.java | 354 int i192, int i193, int i194, int i195, int i196, int i197, int i198, int i199, int i200, in manyArgs() 409 int i193 = 193; int i194 = 194; int i195 = 195; int i196 = 196; int i197 = 197; 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 | 388 @i194_l = external global i194 ; <i194*> [#uses=1] 389 @i194_s = external global i194 ; <i194*> [#uses=1] 1674 %tmp = load i194, i194* @i194_l ; <i194> [#uses=1] 1675 store i194 %tmp, i194* @i194_s
|
D | APIntSextParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 signext %x) nounwind { 1225 store i194 %x, i194* @i194_s
|
D | APIntParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 %x) nounwind { 1225 store i194 %x, i194* @i194_s
|
D | APIntZextParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 zeroext %x) nounwind { 1225 store i194 %x, i194* @i194_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 388 @i194_l = external global i194 ; <i194*> [#uses=1] 389 @i194_s = external global i194 ; <i194*> [#uses=1] 1674 %tmp = load i194* @i194_l ; <i194> [#uses=1] 1675 store i194 %tmp, i194* @i194_s
|
D | APIntParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 %x) nounwind { 1225 store i194 %x, i194* @i194_s
|
D | APIntSextParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 signext %x) nounwind { 1225 store i194 %x, i194* @i194_s
|
D | APIntZextParam.ll | 195 @i194_s = external global i194 ; <i194*> [#uses=1] 1224 define void @i194_ls(i194 zeroext %x) nounwind { 1225 store i194 %x, i194* @i194_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 585 %mul.i194 = mul <8 x i16> %add.i198, %vmovl.i237 587 %add.i192 = add <8 x i16> %mul.i191, %mul.i194
|
D | 2008-04-11-PHIofImpDef.ll | 2945 %tmp4439.i194 = and i32 %f_alpha.1.reg2mem.1.i, 8388607 ; <i32> [#uses=1] 2956 %tmp4493.i = lshr i32 %tmp4439.i194, 13 ; <i32> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2008-04-11-PHIofImpDef.ll | 2945 %tmp4439.i194 = and i32 %f_alpha.1.reg2mem.1.i, 8388607 ; <i32> [#uses=1] 2956 %tmp4493.i = lshr i32 %tmp4439.i194, 13 ; <i32> [#uses=0]
|