Home
last modified time | relevance | path

Searched refs:reduce (Results 1 – 25 of 2222) sorted by relevance

12345678910>>...89

/external/python/cpython2/Lib/test/decimaltestdata/
DddReduce.decTest29 ddred001 reduce '1' -> '1'
30 ddred002 reduce '-1' -> '-1'
31 ddred003 reduce '1.00' -> '1'
32 ddred004 reduce '-1.00' -> '-1'
33 ddred005 reduce '0' -> '0'
34 ddred006 reduce '0.00' -> '0'
35 ddred007 reduce '00.0' -> '0'
36 ddred008 reduce '00.00' -> '0'
37 ddred009 reduce '00' -> '0'
38 ddred010 reduce '0E+1' -> '0'
[all …]
DdqReduce.decTest30 dqred001 reduce '1' -> '1'
31 dqred002 reduce '-1' -> '-1'
32 dqred003 reduce '1.00' -> '1'
33 dqred004 reduce '-1.00' -> '-1'
34 dqred005 reduce '0' -> '0'
35 dqred006 reduce '0.00' -> '0'
36 dqred007 reduce '00.0' -> '0'
37 dqred008 reduce '00.00' -> '0'
38 dqred009 reduce '00' -> '0'
39 dqred010 reduce '0E+1' -> '0'
[all …]
Dreduce.decTest2 -- reduce.decTest -- remove trailing zeros --
30 redx001 reduce '1' -> '1'
31 redx002 reduce '-1' -> '-1'
32 redx003 reduce '1.00' -> '1'
33 redx004 reduce '-1.00' -> '-1'
34 redx005 reduce '0' -> '0'
35 redx006 reduce '0.00' -> '0'
36 redx007 reduce '00.0' -> '0'
37 redx008 reduce '00.00' -> '0'
38 redx009 reduce '00' -> '0'
[all …]
/external/python/cpython3/Lib/test/decimaltestdata/
DddReduce.decTest29 ddred001 reduce '1' -> '1'
30 ddred002 reduce '-1' -> '-1'
31 ddred003 reduce '1.00' -> '1'
32 ddred004 reduce '-1.00' -> '-1'
33 ddred005 reduce '0' -> '0'
34 ddred006 reduce '0.00' -> '0'
35 ddred007 reduce '00.0' -> '0'
36 ddred008 reduce '00.00' -> '0'
37 ddred009 reduce '00' -> '0'
38 ddred010 reduce '0E+1' -> '0'
[all …]
DdqReduce.decTest30 dqred001 reduce '1' -> '1'
31 dqred002 reduce '-1' -> '-1'
32 dqred003 reduce '1.00' -> '1'
33 dqred004 reduce '-1.00' -> '-1'
34 dqred005 reduce '0' -> '0'
35 dqred006 reduce '0.00' -> '0'
36 dqred007 reduce '00.0' -> '0'
37 dqred008 reduce '00.00' -> '0'
38 dqred009 reduce '00' -> '0'
39 dqred010 reduce '0E+1' -> '0'
[all …]
Dreduce.decTest2 -- reduce.decTest -- remove trailing zeros --
30 redx001 reduce '1' -> '1'
31 redx002 reduce '-1' -> '-1'
32 redx003 reduce '1.00' -> '1'
33 redx004 reduce '-1.00' -> '-1'
34 redx005 reduce '0' -> '0'
35 redx006 reduce '0.00' -> '0'
36 redx007 reduce '00.0' -> '0'
37 redx008 reduce '00.00' -> '0'
38 redx009 reduce '00' -> '0'
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_splitter.cc30 Status HandleReduce(HloInstruction *reduce) override { in HandleReduce() argument
31 VLOG(4) << "Input: " << reduce->ToString(); in HandleReduce()
35 if (IsReductionFromOrToContiguousDimensions(*reduce)) { in HandleReduce()
38 if (reduce->dimensions().size() < 2) { in HandleReduce()
41 if (!reduce->shape().IsArray()) { in HandleReduce()
46 HloInstruction *operand = reduce->mutable_operand(0); in HandleReduce()
52 for (int64 i = 0; i < reduce->dimensions().size(); ++i) { in HandleReduce()
53 for (int64 j = i + 1; j < reduce->dimensions().size(); ++j) { in HandleReduce()
54 CHECK(abs(reduce->dimensions(i) - reduce->dimensions(j)) > 1) in HandleReduce()
64 const auto &input_shape = reduce->operand(0)->shape(); in HandleReduce()
[all …]
/external/llvm-project/llvm/test/Bitcode/
Dupgrade-vecreduce-intrinsics.ll7 ; CHECK: %res = call float @llvm.vector.reduce.fadd.v4f32(float %acc, <4 x float> %in)
8 %res = call float @llvm.experimental.vector.reduce.v2.fadd.f32.v4f32(float %acc, <4 x float> %in)
14 ; CHECK: %res = call fast float @llvm.vector.reduce.fadd.v4f32(float %acc, <4 x float> %in)
15 …%res = call fast float @llvm.experimental.vector.reduce.v2.fadd.f32.v4f32(float %acc, <4 x float> …
21 ; CHECK: %res = call float @llvm.vector.reduce.fmul.v4f32(float %acc, <4 x float> %in)
22 %res = call float @llvm.experimental.vector.reduce.v2.fmul.f32.v4f32(float %acc, <4 x float> %in)
28 ; CHECK: %res = call fast float @llvm.vector.reduce.fmul.v4f32(float %acc, <4 x float> %in)
29 …%res = call fast float @llvm.experimental.vector.reduce.v2.fmul.f32.v4f32(float %acc, <4 x float> …
35 ; CHECK: %res = call float @llvm.vector.reduce.fmin.v4f32(<4 x float> %in)
36 %res = call float @llvm.experimental.vector.reduce.fmin.v4f32(<4 x float> %in)
[all …]
/external/llvm-project/llvm/test/Analysis/CostModel/ARM/
Dreduce-umin.ll8 …ound an estimated cost of 2 for instruction: %V1 = call i64 @llvm.vector.reduce.umin.v1i64(<1 x i6…
9 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.umin.v2i64(<2 x i6…
10 …und an estimated cost of 35 for instruction: %V4 = call i64 @llvm.vector.reduce.umin.v4i64(<4 x i6…
11 …und an estimated cost of 79 for instruction: %V8 = call i64 @llvm.vector.reduce.umin.v8i64(<8 x i6…
12 …d an estimated cost of 167 for instruction: %V16 = call i64 @llvm.vector.reduce.umin.v16i64(<16 x …
16 …ound an estimated cost of 3 for instruction: %V1 = call i64 @llvm.vector.reduce.umin.v1i64(<1 x i6…
17 …und an estimated cost of 17 for instruction: %V2 = call i64 @llvm.vector.reduce.umin.v2i64(<2 x i6…
18 …und an estimated cost of 31 for instruction: %V4 = call i64 @llvm.vector.reduce.umin.v4i64(<4 x i6…
19 …und an estimated cost of 76 for instruction: %V8 = call i64 @llvm.vector.reduce.umin.v8i64(<8 x i6…
20 …d an estimated cost of 178 for instruction: %V16 = call i64 @llvm.vector.reduce.umin.v16i64(<16 x …
[all …]
Dreduce-smin.ll8 …ound an estimated cost of 2 for instruction: %V1 = call i64 @llvm.vector.reduce.smin.v1i64(<1 x i6…
9 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.smin.v2i64(<2 x i6…
10 …und an estimated cost of 35 for instruction: %V4 = call i64 @llvm.vector.reduce.smin.v4i64(<4 x i6…
11 …und an estimated cost of 79 for instruction: %V8 = call i64 @llvm.vector.reduce.smin.v8i64(<8 x i6…
12 …d an estimated cost of 167 for instruction: %V16 = call i64 @llvm.vector.reduce.smin.v16i64(<16 x …
16 …ound an estimated cost of 3 for instruction: %V1 = call i64 @llvm.vector.reduce.smin.v1i64(<1 x i6…
17 …und an estimated cost of 17 for instruction: %V2 = call i64 @llvm.vector.reduce.smin.v2i64(<2 x i6…
18 …und an estimated cost of 31 for instruction: %V4 = call i64 @llvm.vector.reduce.smin.v4i64(<4 x i6…
19 …und an estimated cost of 76 for instruction: %V8 = call i64 @llvm.vector.reduce.smin.v8i64(<8 x i6…
20 …d an estimated cost of 178 for instruction: %V16 = call i64 @llvm.vector.reduce.smin.v16i64(<16 x …
[all …]
Dreduce-umax.ll8 …ound an estimated cost of 2 for instruction: %V1 = call i64 @llvm.vector.reduce.umax.v1i64(<1 x i6…
9 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.umax.v2i64(<2 x i6…
10 …und an estimated cost of 35 for instruction: %V4 = call i64 @llvm.vector.reduce.umax.v4i64(<4 x i6…
11 …und an estimated cost of 79 for instruction: %V8 = call i64 @llvm.vector.reduce.umax.v8i64(<8 x i6…
12 …d an estimated cost of 167 for instruction: %V16 = call i64 @llvm.vector.reduce.umax.v16i64(<16 x …
16 …ound an estimated cost of 3 for instruction: %V1 = call i64 @llvm.vector.reduce.umax.v1i64(<1 x i6…
17 …und an estimated cost of 17 for instruction: %V2 = call i64 @llvm.vector.reduce.umax.v2i64(<2 x i6…
18 …und an estimated cost of 31 for instruction: %V4 = call i64 @llvm.vector.reduce.umax.v4i64(<4 x i6…
19 …und an estimated cost of 76 for instruction: %V8 = call i64 @llvm.vector.reduce.umax.v8i64(<8 x i6…
20 …d an estimated cost of 178 for instruction: %V16 = call i64 @llvm.vector.reduce.umax.v16i64(<16 x …
[all …]
Dreduce-smax.ll8 …ound an estimated cost of 2 for instruction: %V1 = call i64 @llvm.vector.reduce.smax.v1i64(<1 x i6…
9 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.smax.v2i64(<2 x i6…
10 …und an estimated cost of 35 for instruction: %V4 = call i64 @llvm.vector.reduce.smax.v4i64(<4 x i6…
11 …und an estimated cost of 79 for instruction: %V8 = call i64 @llvm.vector.reduce.smax.v8i64(<8 x i6…
12 …d an estimated cost of 167 for instruction: %V16 = call i64 @llvm.vector.reduce.smax.v16i64(<16 x …
16 …ound an estimated cost of 3 for instruction: %V1 = call i64 @llvm.vector.reduce.smax.v1i64(<1 x i6…
17 …und an estimated cost of 17 for instruction: %V2 = call i64 @llvm.vector.reduce.smax.v2i64(<2 x i6…
18 …und an estimated cost of 31 for instruction: %V4 = call i64 @llvm.vector.reduce.smax.v4i64(<4 x i6…
19 …und an estimated cost of 76 for instruction: %V8 = call i64 @llvm.vector.reduce.smax.v8i64(<8 x i6…
20 …d an estimated cost of 178 for instruction: %V16 = call i64 @llvm.vector.reduce.smax.v16i64(<16 x …
[all …]
Dreduce-add.ll9 …ound an estimated cost of 2 for instruction: %V1 = call i64 @llvm.vector.reduce.add.v1i64(<1 x i64…
10 …ound an estimated cost of 8 for instruction: %V2 = call i64 @llvm.vector.reduce.add.v2i64(<2 x i64…
11 …und an estimated cost of 20 for instruction: %V4 = call i64 @llvm.vector.reduce.add.v4i64(<4 x i64…
12 …und an estimated cost of 44 for instruction: %V8 = call i64 @llvm.vector.reduce.add.v8i64(<8 x i64…
13 …nd an estimated cost of 92 for instruction: %V16 = call i64 @llvm.vector.reduce.add.v16i64(<16 x i…
17 …ound an estimated cost of 3 for instruction: %V1 = call i64 @llvm.vector.reduce.add.v1i64(<1 x i64…
18 …und an estimated cost of 16 for instruction: %V2 = call i64 @llvm.vector.reduce.add.v2i64(<2 x i64…
19 …und an estimated cost of 29 for instruction: %V4 = call i64 @llvm.vector.reduce.add.v4i64(<4 x i64…
20 …und an estimated cost of 55 for instruction: %V8 = call i64 @llvm.vector.reduce.add.v8i64(<8 x i64…
21 …d an estimated cost of 107 for instruction: %V16 = call i64 @llvm.vector.reduce.add.v16i64(<16 x i…
[all …]
/external/llvm-project/llvm/test/Analysis/CostModel/X86/
Dreduce-xor.ll13 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.xor.v1i64(<1 x i64…
14 …ound an estimated cost of 3 for instruction: %V2 = call i64 @llvm.vector.reduce.xor.v2i64(<2 x i64…
15 …ound an estimated cost of 4 for instruction: %V4 = call i64 @llvm.vector.reduce.xor.v4i64(<4 x i64…
16 …ound an estimated cost of 6 for instruction: %V8 = call i64 @llvm.vector.reduce.xor.v8i64(<8 x i64…
17 …nd an estimated cost of 10 for instruction: %V16 = call i64 @llvm.vector.reduce.xor.v16i64(<16 x i…
21 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.xor.v1i64(<1 x i64…
22 …ound an estimated cost of 3 for instruction: %V2 = call i64 @llvm.vector.reduce.xor.v2i64(<2 x i64…
23 …ound an estimated cost of 5 for instruction: %V4 = call i64 @llvm.vector.reduce.xor.v4i64(<4 x i64…
24 …ound an estimated cost of 6 for instruction: %V8 = call i64 @llvm.vector.reduce.xor.v8i64(<8 x i64…
25 …und an estimated cost of 8 for instruction: %V16 = call i64 @llvm.vector.reduce.xor.v16i64(<16 x i…
[all …]
Dreduce-and.ll13 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.and.v1i64(<1 x i64…
14 …ound an estimated cost of 3 for instruction: %V2 = call i64 @llvm.vector.reduce.and.v2i64(<2 x i64…
15 …ound an estimated cost of 4 for instruction: %V4 = call i64 @llvm.vector.reduce.and.v4i64(<4 x i64…
16 …ound an estimated cost of 6 for instruction: %V8 = call i64 @llvm.vector.reduce.and.v8i64(<8 x i64…
17 …nd an estimated cost of 10 for instruction: %V16 = call i64 @llvm.vector.reduce.and.v16i64(<16 x i…
21 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.and.v1i64(<1 x i64…
22 …ound an estimated cost of 3 for instruction: %V2 = call i64 @llvm.vector.reduce.and.v2i64(<2 x i64…
23 …ound an estimated cost of 5 for instruction: %V4 = call i64 @llvm.vector.reduce.and.v4i64(<4 x i64…
24 …ound an estimated cost of 6 for instruction: %V8 = call i64 @llvm.vector.reduce.and.v8i64(<8 x i64…
25 …und an estimated cost of 8 for instruction: %V16 = call i64 @llvm.vector.reduce.and.v16i64(<16 x i…
[all …]
Dreduce-or.ll13 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.or.v1i64(<1 x i64>…
14 …ound an estimated cost of 3 for instruction: %V2 = call i64 @llvm.vector.reduce.or.v2i64(<2 x i64>…
15 …ound an estimated cost of 4 for instruction: %V4 = call i64 @llvm.vector.reduce.or.v4i64(<4 x i64>…
16 …ound an estimated cost of 6 for instruction: %V8 = call i64 @llvm.vector.reduce.or.v8i64(<8 x i64>…
17 …nd an estimated cost of 10 for instruction: %V16 = call i64 @llvm.vector.reduce.or.v16i64(<16 x i6…
21 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.or.v1i64(<1 x i64>…
22 …ound an estimated cost of 3 for instruction: %V2 = call i64 @llvm.vector.reduce.or.v2i64(<2 x i64>…
23 …ound an estimated cost of 5 for instruction: %V4 = call i64 @llvm.vector.reduce.or.v4i64(<4 x i64>…
24 …ound an estimated cost of 6 for instruction: %V8 = call i64 @llvm.vector.reduce.or.v8i64(<8 x i64>…
25 …und an estimated cost of 8 for instruction: %V16 = call i64 @llvm.vector.reduce.or.v16i64(<16 x i6…
[all …]
Dreduce-mul.ll13 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.mul.v1i64(<1 x i64…
14 …und an estimated cost of 10 for instruction: %V2 = call i64 @llvm.vector.reduce.mul.v2i64(<2 x i64…
15 …und an estimated cost of 18 for instruction: %V4 = call i64 @llvm.vector.reduce.mul.v4i64(<4 x i64…
16 …und an estimated cost of 34 for instruction: %V8 = call i64 @llvm.vector.reduce.mul.v8i64(<8 x i64…
17 …nd an estimated cost of 66 for instruction: %V16 = call i64 @llvm.vector.reduce.mul.v16i64(<16 x i…
21 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.mul.v1i64(<1 x i64…
22 …und an estimated cost of 10 for instruction: %V2 = call i64 @llvm.vector.reduce.mul.v2i64(<2 x i64…
23 …und an estimated cost of 19 for instruction: %V4 = call i64 @llvm.vector.reduce.mul.v4i64(<4 x i64…
24 …und an estimated cost of 37 for instruction: %V8 = call i64 @llvm.vector.reduce.mul.v8i64(<8 x i64…
25 …nd an estimated cost of 73 for instruction: %V16 = call i64 @llvm.vector.reduce.mul.v16i64(<16 x i…
[all …]
Dreduce-umin.ll14 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.umin.v1i64(<1 x i6…
15 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.umin.v2i64(<2 x i6…
16 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.umin.v4i64(<4 x i6…
17 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.umin.v8i64(<8 x i6…
18 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.umin.v16i64(<16 x …
22 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.umin.v1i64(<1 x i6…
23 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.umin.v2i64(<2 x i6…
24 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.umin.v4i64(<4 x i6…
25 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.umin.v8i64(<8 x i6…
26 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.umin.v16i64(<16 x …
[all …]
Dreduce-smax.ll14 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.smax.v1i64(<1 x i6…
15 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.smax.v2i64(<2 x i6…
16 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.smax.v4i64(<4 x i6…
17 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.smax.v8i64(<8 x i6…
18 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.smax.v16i64(<16 x …
22 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.smax.v1i64(<1 x i6…
23 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.smax.v2i64(<2 x i6…
24 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.smax.v4i64(<4 x i6…
25 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.smax.v8i64(<8 x i6…
26 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.smax.v16i64(<16 x …
[all …]
Dreduce-umax.ll14 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.umax.v1i64(<1 x i6…
15 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.umax.v2i64(<2 x i6…
16 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.umax.v4i64(<4 x i6…
17 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.umax.v8i64(<8 x i6…
18 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.umax.v16i64(<16 x …
22 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.umax.v1i64(<1 x i6…
23 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.umax.v2i64(<2 x i6…
24 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.umax.v4i64(<4 x i6…
25 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.umax.v8i64(<8 x i6…
26 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.umax.v16i64(<16 x …
[all …]
Dreduce-smin.ll14 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.smin.v1i64(<1 x i6…
15 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.smin.v2i64(<2 x i6…
16 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.smin.v4i64(<4 x i6…
17 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.smin.v8i64(<8 x i6…
18 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.smin.v16i64(<16 x …
22 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.smin.v1i64(<1 x i6…
23 …und an estimated cost of 13 for instruction: %V2 = call i64 @llvm.vector.reduce.smin.v2i64(<2 x i6…
24 …und an estimated cost of 24 for instruction: %V4 = call i64 @llvm.vector.reduce.smin.v4i64(<4 x i6…
25 …und an estimated cost of 46 for instruction: %V8 = call i64 @llvm.vector.reduce.smin.v8i64(<8 x i6…
26 …nd an estimated cost of 90 for instruction: %V16 = call i64 @llvm.vector.reduce.smin.v16i64(<16 x …
[all …]
Dreduce-add.ll15 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.add.v1i64(<1 x i64…
16 …ound an estimated cost of 2 for instruction: %V2 = call i64 @llvm.vector.reduce.add.v2i64(<2 x i64…
17 …ound an estimated cost of 3 for instruction: %V4 = call i64 @llvm.vector.reduce.add.v4i64(<4 x i64…
18 …ound an estimated cost of 5 for instruction: %V8 = call i64 @llvm.vector.reduce.add.v8i64(<8 x i64…
19 …und an estimated cost of 9 for instruction: %V16 = call i64 @llvm.vector.reduce.add.v16i64(<16 x i…
23 …ound an estimated cost of 0 for instruction: %V1 = call i64 @llvm.vector.reduce.add.v1i64(<1 x i64…
24 …ound an estimated cost of 1 for instruction: %V2 = call i64 @llvm.vector.reduce.add.v2i64(<2 x i64…
25 …ound an estimated cost of 3 for instruction: %V4 = call i64 @llvm.vector.reduce.add.v4i64(<4 x i64…
26 …ound an estimated cost of 7 for instruction: %V8 = call i64 @llvm.vector.reduce.add.v8i64(<8 x i64…
27 …nd an estimated cost of 15 for instruction: %V16 = call i64 @llvm.vector.reduce.add.v16i64(<16 x i…
[all …]
/external/google-fruit/extras/scripts/
Dparser.out128 $end reduce using rule 3 (optional_balanced_string -> .)
129 COMMA reduce using rule 3 (optional_balanced_string -> .)
130 GREATER_THAN reduce using rule 3 (optional_balanced_string -> .)
131 RBRACKET reduce using rule 3 (optional_balanced_string -> .)
132 RPAREN reduce using rule 3 (optional_balanced_string -> .)
133 RBRACE reduce using rule 3 (optional_balanced_string -> .)
164 $end reduce using rule 3 (optional_balanced_string -> .)
165 COMMA reduce using rule 3 (optional_balanced_string -> .)
166 GREATER_THAN reduce using rule 3 (optional_balanced_string -> .)
167 RBRACKET reduce using rule 3 (optional_balanced_string -> .)
[all …]
/external/llvm-project/llvm/test/Analysis/CostModel/AArch64/
Dvector-reduce.ll5 ; COST: Found an estimated cost of 1 for instruction: %r = call i8 @llvm.vector.reduce.add.v8…
9 %r = call i8 @llvm.vector.reduce.add.v8i8(<8 x i8> %v)
14 ; COST: Found an estimated cost of 1 for instruction: %r = call i8 @llvm.vector.reduce.add.v1…
18 %r = call i8 @llvm.vector.reduce.add.v16i8(<16 x i8> %v)
23 ; COST: Found an estimated cost of 1 for instruction: %r = call i16 @llvm.vector.reduce.add.v…
27 %r = call i16 @llvm.vector.reduce.add.v4i16(<4 x i16> %v)
32 ; COST: Found an estimated cost of 1 for instruction: %r = call i16 @llvm.vector.reduce.add.v…
36 %r = call i16 @llvm.vector.reduce.add.v8i16(<8 x i16> %v)
41 ; COST: Found an estimated cost of 1 for instruction: %r = call i32 @llvm.vector.reduce.add.v…
45 %r = call i32 @llvm.vector.reduce.add.v4i32(<4 x i32> %v)
[all …]
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dvecreduce.ll4 declare i32 @llvm.vector.reduce.add.v1i32(<1 x i32> %a)
5 declare i32 @llvm.vector.reduce.add.v8i32(<8 x i32> %a)
6 declare i32 @llvm.vector.reduce.mul.v1i32(<1 x i32> %a)
7 declare i32 @llvm.vector.reduce.mul.v8i32(<8 x i32> %a)
8 declare i32 @llvm.vector.reduce.and.v1i32(<1 x i32> %a)
9 declare i32 @llvm.vector.reduce.and.v8i32(<8 x i32> %a)
10 declare i32 @llvm.vector.reduce.or.v1i32(<1 x i32> %a)
11 declare i32 @llvm.vector.reduce.or.v8i32(<8 x i32> %a)
12 declare i32 @llvm.vector.reduce.xor.v1i32(<1 x i32> %a)
13 declare i32 @llvm.vector.reduce.xor.v8i32(<8 x i32> %a)
[all …]

12345678910>>...89