Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_smallpt.ll46 %add4.i246.us = fadd double %mul2.i256.us, 5.200000e+01
50 store double %add4.i246.us, double* %agg.tmp99208.sroa.1.8.idx388, align 8
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp388 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
515 assert(std::is_heap(i246, i246+7) == (std::is_heap_until(i246, i246+7) == i246+7)); in test()
Dis_heap_until.pass.cpp388 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
515 assert(std::is_heap_until(i246, i246+7) == i246+7); in test()
Dis_heap_until_comp.pass.cpp389 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
516 assert(std::is_heap_until(i246, i246+7, std::greater<int>()) == i246+6); in test()
Dis_heap_comp.pass.cpp389 int i246[] = {1, 1, 1, 1, 1, 1, 0}; in test() local
516 …assert(std::is_heap(i246, i246+7, std::greater<int>()) == (std::is_heap_until(i246, i246+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java192 int i246 = identity(246); int i247 = identity(247); int i248 = identity(248); in binaryOpUsingHighRegistersLocals() local
224 i240 + i241 + i242 + i243 + i244 + i245 + i246 + i247 + i248 + i249 + i250 + i251 + in binaryOpUsingHighRegistersLocals()
316 double i246 = identity(246.0); double i247 = identity(247.0); double i248 = identity(248.0); in binaryDoubleOpUsingHighRegistersLocals() local
345 i240 + i241 + i242 + i243 + i244 + i245 + i246 + i247 + i248 + i249 + i250 + i251 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java360 int i246, int i247, int i248, int i249, int i250, int i251, int i252, int i253, int i254) { in manyArgs()
419 int i243 = 243; int i244 = 244; int i245 = 245; int i246 = 246; int i247 = 247; in rangeInvokeWithManyLocals() local
440 i246, i247, i248, i249, i250, i251, i252, i253, i254, i255, i256, i257, i258, i259, i260); in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll492 @i246_l = external global i246 ; <i246*> [#uses=1]
493 @i246_s = external global i246 ; <i246*> [#uses=1]
1986 %tmp = load i246, i246* @i246_l ; <i246> [#uses=1]
1987 store i246 %tmp, i246* @i246_s
DAPIntSextParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 signext %x) nounwind {
1485 store i246 %x, i246* @i246_s
DAPIntParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 %x) nounwind {
1485 store i246 %x, i246* @i246_s
DAPIntZextParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 zeroext %x) nounwind {
1485 store i246 %x, i246* @i246_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll492 @i246_l = external global i246 ; <i246*> [#uses=1]
493 @i246_s = external global i246 ; <i246*> [#uses=1]
1986 %tmp = load i246* @i246_l ; <i246> [#uses=1]
1987 store i246 %tmp, i246* @i246_s
DAPIntParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 %x) nounwind {
1485 store i246 %x, i246* @i246_s
DAPIntSextParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 signext %x) nounwind {
1485 store i246 %x, i246* @i246_s
DAPIntZextParam.ll247 @i246_s = external global i246 ; <i246*> [#uses=1]
1484 define void @i246_ls(i246 zeroext %x) nounwind {
1485 store i246 %x, i246* @i246_s
/external/llvm/test/CodeGen/ARM/
Dvmul.ll567 %shuffle.i246 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> zeroinitializer