aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-12vect: Factor out and rename some functions/macrosKewen Lin1-9/+10
2020-06-11vect: Rename things related to rgroup_masksKewen Lin1-23/+25
2020-06-11vect: Rename fully_masked_p to using_partial_vectors_pKewen Lin1-3/+8
2020-06-11vect: Rename can_fully_mask_p to can_use_partial_vectors_pKewen Lin1-3/+6
2020-06-10Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *Richard Biener1-14/+12
2020-06-10Introduce STMT_VINFO_VEC_STMTSRichard Biener1-12/+18
2020-06-04add vect_get_slp_vect_defRichard Biener1-0/+1
2020-06-04Add explicit SLP_TREE_LANESRichard Biener1-0/+3
2020-05-29tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener1-0/+4
2020-05-28Code generate externals/invariants during the SLP graph walkRichard Biener1-0/+2
2020-05-22enfoce SLP_TREE_VECTYPE for invariantsRichard Biener1-0/+5
2020-05-22add ctor/dtor to slp_treeRichard Biener1-0/+3
2020-05-19cost invariant nodes from vect_slp_analyze_node_operations SLP walkRichard Biener1-0/+2
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener1-6/+21
2020-05-13Remove SLP_INSTANCE_GROUP_SIZERichard Biener1-4/+4
2020-05-08move permutation validity checkRichard Biener1-1/+3
2020-05-06Prepare removal of SLP_INSTANCE_GROUP_SIZERichard Biener1-1/+1
2020-05-05add vec_info * parameters where neededRichard Biener1-59/+64
2020-01-20tree-optimization/93094 pass down VECTORIZED_CALL to versioningRichard Biener1-2/+2
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm1-0/+2
2020-01-10[vect] Add missing commentAndre Vieira1-0/+4
2020-01-10[vect] Keep track of DR_OFFSET advance in dr_vec_info rather than data_referenceAndre Vieira1-1/+25
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-29Record the vector mask precision in stmt_vec_infoRichard Sandiford1-0/+26
2019-11-29Make vect_get_mask_type_for_stmt take a group sizeRichard Sandiford1-2/+2
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-0/+7
2019-11-16Extend can_duplicate_and_interleave_p to mixed-size vectorsRichard Sandiford1-2/+1
2019-11-16Apply maximum nunits for BB SLPRichard Sandiford1-4/+5
2019-11-14Avoid retrying with the same vector modesRichard Sandiford1-0/+5
2019-11-14Support vectorisation with mixed vector sizesRichard Sandiford1-3/+5
2019-11-14Replace vec_info::vector_size with vec_info::vector_modeRichard Sandiford1-3/+3
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford1-5/+5
2019-11-13Avoid accounting for non-existent vector loop versioningRichard Sandiford1-0/+11
2019-11-13Don't assign a cost to vectorizable_assignmentRichard Sandiford1-0/+1
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-08re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener1-0/+4
2019-11-08Generalise gather and scatter optabsRichard Sandiford1-2/+2
2019-11-04[vect] Clean up orig_loop_vinfo from vect_analyze_loopAndre Vieira1-3/+1
2019-11-04[SLP] SLP vectorization: vectorize vector constructorsJoel Hutton1-0/+5
2019-10-29[vect]PR 88915: Vectorize epilogues when versioning loopsAndre Vieira1-1/+12
2019-10-21tree-vectorizer.h (_slp_tree::ops): New member.Richard Biener1-1/+4
2019-10-21Replace current_vector_size with vec_info::vector_sizeRichard Sandiford1-2/+5
2019-10-21Pass a vec_info to vect_double_mask_nunitsRichard Sandiford1-1/+1
2019-10-21Pass a vec_info to vect_halve_mask_nunitsRichard Sandiford1-1/+1
2019-10-21Pass a vec_info to supportable_narrowing_operationRichard Sandiford1-2/+2
2019-10-21Pass a vec_info to can_duplicate_and_interleave_pRichard Sandiford1-1/+2
2019-10-21Pass a vec_info to duplicate_and_interleaveRichard Sandiford1-2/+2
2019-10-21Pass a vec_info to get_vectype_for_scalar_typeRichard Sandiford1-1/+1
2019-10-21Pass a vec_info to get_mask_type_for_scalar_typeRichard Sandiford1-1/+1
2019-10-21Pass a vec_info to vect_supportable_shiftRichard Sandiford1-1/+1