HomeSort by: relevance | last modified time | path
    Searched refs:vec_to_scalar (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
target.h 198 vec_to_scalar, enumerator in enum:vect_cost_for_stmt
targhooks.cc 741 case vec_to_scalar:
tree-vectorizer.cc 150 case vec_to_scalar:
151 ks = "vec_to_scalar";
tree-vect-loop.cc 5367 inside_cost = record_stmt_cost (cost_vec, ncopies, vec_to_scalar,
5374 vec_to_scalar, stmt_info, 0,
5420 vec_to_scalar, stmt_info, 0,
5432 vec_to_scalar, stmt_info, 0,
5442 vec_to_scalar, stmt_info, 0,
5476 vec_to_scalar, stmt_info, 0,
10903 record_stmt_cost (cost_vec, 1, vec_to_scalar, stmt_info, NULL_TREE,
tree-vectorizer.h 2615 return (kind == vec_to_scalar
tree-vect-stmts.cc 8632 += record_stmt_cost (cost_vec, 1, vec_to_scalar,
9242 += record_stmt_cost (cost_vec, cnunits, vec_to_scalar,
9246 += record_stmt_cost (cost_vec, cnunits, vec_to_scalar,
11221 vec_to_scalar, stmt_info,
12280 kind = vec_to_scalar;
tree-vect-slp.cc 6731 record_stmt_cost (cost_vec, 1, vec_to_scalar, instance->root_stmts[0],
  /src/external/gpl3/gcc.old/dist/gcc/
target.h 176 vec_to_scalar, enumerator in enum:vect_cost_for_stmt
tree-vect-loop.cc 4576 inside_cost = record_stmt_cost (cost_vec, ncopies, vec_to_scalar,
4583 vec_to_scalar, stmt_info, 0,
4620 vec_to_scalar, stmt_info, 0,
4632 vec_to_scalar, stmt_info, 0,
4642 vec_to_scalar, stmt_info, 0,
4676 vec_to_scalar, stmt_info, 0,
8878 record_stmt_cost (cost_vec, 1, vec_to_scalar, stmt_info, NULL_TREE,
targhooks.cc 730 case vec_to_scalar:
tree-vectorizer.cc 149 case vec_to_scalar:
150 ks = "vec_to_scalar";
tree-vectorizer.h 2470 return (kind == vec_to_scalar
tree-vect-stmts.cc 1017 vec_to_scalar, stmt_info, 0, vect_body);
1220 vec_to_scalar, stmt_info, 0,
10544 kind = vec_to_scalar;
tree-vect-slp.cc 4952 record_stmt_cost (cost_vec, 1, vec_to_scalar, instance->root_stmts[0],
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-costs.cc 1065 case vec_to_scalar:
riscv.cc 10964 case vec_to_scalar:
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 16463 case vec_to_scalar:
16777 /* Detect cases in which vec_to_scalar is describing the extraction of a
16803 /* Detect cases in which vec_to_scalar represents an in-loop reduction. */
16804 if (kind == vec_to_scalar
16814 /* Detect cases in which vec_to_scalar represents a single reduction
16816 if (kind == vec_to_scalar
16962 if (kind == vector_stmt || kind == vec_to_scalar)
17016 if ((kind == scalar_stmt || kind == vector_stmt || kind == vec_to_scalar)
17056 case vec_to_scalar:
17081 if ((kind == scalar_stmt || kind == vector_stmt || kind == vec_to_scalar)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 16082 case vec_to_scalar:
16345 /* Detect cases in which vec_to_scalar is describing the extraction of a
16371 /* Detect cases in which vec_to_scalar represents an in-loop reduction. */
16372 if (kind == vec_to_scalar
16382 /* Detect cases in which vec_to_scalar represents a single reduction
16384 if (kind == vec_to_scalar
16515 if (kind == vector_stmt || kind == vec_to_scalar)
16553 if ((kind == scalar_stmt || kind == vector_stmt || kind == vec_to_scalar)
16581 case vec_to_scalar:
16606 if ((kind == scalar_stmt || kind == vector_stmt || kind == vec_to_scalar)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 4053 case vec_to_scalar:
4144 || kind == vec_to_scalar)
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 4990 case vec_to_scalar:
5311 if (kind == vec_to_scalar
5343 || kind == vec_to_scalar)
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 6638 case vec_to_scalar:
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 22786 case vec_to_scalar:
23402 if ((kind == vec_construct || kind == vec_to_scalar)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 24423 case vec_to_scalar:
25067 if ((kind == vec_construct || kind == vec_to_scalar)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 5053 case vec_to_scalar:
5367 if (kind == vec_to_scalar
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 4175 case vec_to_scalar:

Completed in 262 milliseconds

1 2