Home
last modified time | relevance | path

Searched refs:recur (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/test/Transforms/LoopVectorize/AArch64/
Dfirst-order-recurrence.ll14 ; CHECK: %vector.recur.init = insertelement <4 x i32> undef, i32 %pre_load, i32 3
17 ; CHECK: %vector.recur = phi <4 x i32> [ %vector.recur.init, %vector.ph ], [ [[L1:%[a-zA-Z0-9.]+…
19 ; CHECK: {{.*}} = shufflevector <4 x i32> %vector.recur, <4 x i32> [[L1]], <4 x i32> <i32 3, i32…
22 ; CHECK: %vector.recur.extract = extractelement <4 x i32> [[L1]], i32 3
25 ; CHECK: %scalar.recur.init = phi i32 [ %vector.recur.extract, %middle.block ], [ %pre_load, %ve…
28 ; CHECK: %scalar.recur = phi i32 [ %scalar.recur.init, %scalar.ph ], [ {{.*}}, %scalar.body ]
31 ; UNROLL: %vector.recur = phi <4 x i32> [ %vector.recur.init, %vector.ph ], [ [[L2:%[a-zA-Z0-9.]+…
34 ; UNROLL: {{.*}} = shufflevector <4 x i32> %vector.recur, <4 x i32> [[L1]], <4 x i32> <i32 3, i32…
38 ; UNROLL: %vector.recur.extract = extractelement <4 x i32> [[L2]], i32 3
76 ; CHECK: %vector.recur.init = insertelement <4 x i32> undef, i32 %.pre, i32 3
[all …]
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dfirst-order-recurrence.ll17 ; CHECK: %vector.recur.init = insertelement <4 x i32> undef, i32 %pre_load, i32 3
19 ; CHECK: %vector.recur = phi <4 x i32> [ %vector.recur.init, %vector.ph ], [ [[L1:%[a-zA-Z0…
21 ; CHECK: {{.*}} = shufflevector <4 x i32> %vector.recur, <4 x i32> [[L1]], <4 x i32> <i32 3…
23 ; CHECK: %vector.recur.extract = extractelement <4 x i32> [[L1]], i32 3
25 ; CHECK: %scalar.recur.init = phi i32 [ %vector.recur.extract, %middle.block ], [ %pre_load…
27 ; CHECK: %scalar.recur = phi i32 [ %scalar.recur.init, %scalar.ph ], [ {{.*}}, %scalar.body…
31 ; UNROLL: %vector.recur = phi <4 x i32> [ %vector.recur.init, %vector.ph ], [ [[L2:%[a-zA-Z…
34 ; UNROLL: {{.*}} = shufflevector <4 x i32> %vector.recur, <4 x i32> [[L1]], <4 x i32> <i32 …
37 ; UNROLL: %vector.recur.extract = extractelement <4 x i32> [[L2]], i32 3
74 ; CHECK: %vector.recur.init = insertelement <4 x i32> undef, i32 %.pre, i32 3
[all …]
Dpr36983.ll6 ; CHECK: %_tmp133.lcssa1 = phi i16 [ %scalar.recur, %bb2 ], [ %vector.recur.extract.for.phi, %middl…
7 ; CHECK: %_tmp133.lcssa = phi i16 [ %scalar.recur, %bb2 ], [ %vector.recur.extract.for.phi, %middle…
Dfirst-order-recurrence-complex.ll13 ; CHECK-NEXT: %vector.recur.init = insertelement <4 x i32> undef, i32 %.pre, i32 3
18 ; CHECK-NEXT: %vector.recur = phi <4 x i32> [ %vector.recur.init, %vector.ph ], [ %wide.load, %ve…
25 ; CHECK-NEXT: %4 = shufflevector <4 x i32> %vector.recur, <4 x i32> %wide.load, <4 x i32> <i32 3,…
67 ; CHECK-NEXT: %vector.recur.init = insertelement <4 x i32> undef, i32 %.pre, i32 3
72 ; CHECK-NEXT: %vector.recur = phi <4 x i32> [ %vector.recur.init, %vector.ph ], [ %wide.load, %ve…
79 ; CHECK-NEXT: %4 = shufflevector <4 x i32> %vector.recur, <4 x i32> %wide.load, <4 x i32> <i32 3,…
Dinterleaved-accesses.ll906 ; CHECK: %vector.recur = phi <4 x i16> [ %vector.recur.init, %vector.ph ], [ %[[VSHUF1:.+]], %vec…
910 ; CHECK: %[[VSHUF:.+]] = shufflevector <4 x i16> %vector.recur, <4 x i16> %[[VSHUF1]], <4 x i32> …
Dinduction.ll863 ; CHECK-NEXT: %vector.recur = phi <2 x i32> [ <i32 undef, i32 42>, %vector.ph ], [ %vec.ind5, %v…
866 ; CHECK-NEXT: shufflevector <2 x i32> %vector.recur, <2 x i32> %vec.ind5, <2 x i32> <i32 1, i32 …
/external/llvm-project/llvm/test/Transforms/Scalarizer/
Dcrash-bug.ll33 ; CHECK: %vector.recur.i0 = phi i16 [ %base.i0, %vector.ph ], [ %wide.load125.i0, %vector.body115…
34 ; CHECK: %vector.recur.i1 = phi i16 [ %base.i1, %vector.ph ], [ %wide.load125.i1, %vector.body115…
47 %vector.recur = phi <2 x i16> [ %base, %vector.ph ], [ %wide.load125, %vector.body115 ]
/external/golang-protobuf/proto/
Dlib.go612 func setDefaults(v reflect.Value, recur, zeros bool) { argument
721 setDefaults(f, recur, zeros)
729 setDefaults(e, recur, zeros)
738 setDefaults(e, recur, zeros)
/external/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/
Dloop-vectorization-factors.ll280 ; CHECK: %vector.recur.extract = extractelement <16 x i32> %[[L1]], i32 15
281 ; CHECK: %vector.recur.extract.for.phi = extractelement <16 x i32> %[[L1]], i32 14
283 ; CHECK: %a_phi.lcssa = phi i32 [ %scalar.recur, %for.body ], [ %vector.recur.extract.for.phi, %m…
/external/starlark-go/starlark/testdata/
Dfunction.star93 # so long as they don't dynamically recur.
/external/fdlibm/
Dconfigure454 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/fec/
Dconfigure489 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/iputils/ninfod/
Dconfigure904 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/stressapptest/
Dconfigure972 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/mtools/
Dconfigure953 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/libsrtp2/
Dconfigure969 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/google-breakpad/
Dconfigure1032 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/tcpdump/
Dconfigure948 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/icu/icu4c/source/
Dconfigure1055 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/libcups/
Dconfigure1158 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/libpcap/
Dconfigure1014 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/libnfnetlink/
Dconfigure997 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/lmfit/
Dconfigure1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/jemalloc_new/
Dconfigure1044 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/external/llvm-project/polly/lib/External/ppcg/
Dconfigure1036 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)

12