/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | target.h | 182 vec_construct enumerator
|
H A D | tree-vectorizer.cc | 167 case vec_construct: in dump_stmt_cost()
|
H A D | tree-vect-slp.cc | 4689 kind = vec_construct; in vect_prologue_cost_for_slp()
|
H A D | tree-vect-stmts.cc | 1246 inside_cost += record_stmt_cost (cost_vec, ncopies, vec_construct, in vect_model_load_cost()
|
H A D | ChangeLog-2012 | 22038 vec_construct, using vectype to base cost on subparts. 22039 * target.h (enum vect_cost_for_stmt): Add vec_construct. 22040 * tree-vect-stmts.c (vect_model_load_cost): Use vec_construct 22043 vec_construct in same way as default for now. 22046 Handle vec_construct, including special case for 32-bit loads.
|
H A D | ChangeLog-2016 | 15648 Correct costs for vec_construct. 18241 vec_construct cost. 21077 vec_construct cost.
|
H A D | ChangeLog | 8886 cost the first lane of SSE pieces as inserts for vec_construct.
|
H A D | ChangeLog-2021 | 16338 vec_construct. 18727 vec_construct.
|
H A D | ChangeLog-2018 | 7949 (ix86_builtin_vectorization_cost): For vec_construct properly 29160 Adjust vec_construct for the fact we need additional higher latency
|
H A D | ChangeLog-2015 | 35429 and vec_construct for external defs when estimating prologue cost. 35812 vec_construct cost by vec_stmt_cost.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | target.h | 194 vec_construct enumerator
|
H A D | tree-vectorizer.c | 165 case vec_construct: in dump_stmt_cost()
|
H A D | targhooks.c | 726 case vec_construct: in default_builtin_vectorization_cost()
|
H A D | tree-vect-stmts.c | 842 ? (elt ? scalar_to_vec : vec_construct) in vect_prologue_cost_for_slp_op() 1277 inside_cost += record_stmt_cost (cost_vec, ncopies, vec_construct, in vect_model_load_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 22746 case vec_construct: in ix86_builtin_vectorization_cost() 23311 if ((kind == vec_construct || kind == vec_to_scalar) in add_stmt_cost() 23321 else if (kind == vec_construct in add_stmt_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 16093 case vec_construct: in aarch64_builtin_vectorization_cost() 16564 case vec_construct: in count_ops() 16683 case vec_construct: in aarch64_stp_sequence_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 5139 case vec_construct: in rs6000_builtin_vectorization_cost() 5348 || kind == vec_construct in update_target_cost_per_stmt() 5373 if (kind == vec_construct && stmt_info in update_target_cost_per_stmt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 6649 case vec_construct: in spu_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 21469 case vec_construct: in ix86_builtin_vectorization_cost() 21989 if ((kind == vec_construct || kind == vec_to_scalar) in ix86_add_stmt_cost()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 5005 case vec_construct: in rs6000_builtin_vectorization_cost() 5177 || kind == vec_promote_demote || kind == vec_construct in rs6000_add_stmt_cost()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 3932 case vec_construct: in s390_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 4001 case vec_construct: in s390_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 14037 case vec_construct: in aarch64_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 12180 case vec_construct: in arm_builtin_vectorization_cost()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 12341 case vec_construct: in arm_builtin_vectorization_cost()
|