aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-17vect/rs6000: Support vector with length cost modelingKewen Lin1-0/+1
2020-08-17vect: Support length-based partial vectors approachKewen Lin1-3/+32
2020-08-17remove premature vect_verify_datarefs_alignmentRichard Biener1-3/+1
2020-08-17refactor SLP constant insertion and provde entry insert helperRichard Biener1-0/+2
2020-08-17do not include <utility> from tree-vectorizer.hRichard Biener1-1/+1
2020-08-17Use gsi_bb instead of iterator->bb.Martin Liska1-1/+1
2020-08-17tree-optimization/95897 - fix fold-left SLP reduction insert placeRichard Biener1-1/+0
2020-08-17emit SLP vectorized loads earlierRichard Biener1-0/+1
2020-08-17vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmtsMartin Liska1-0/+82
2020-08-17remove SLP_TREE_TWO_OPERATORS, add SLP permutation nodeRichard Biener1-4/+9
2020-08-17vect: Factor out and rename some functions/macrosKewen Lin1-9/+10
2020-08-17vect: Rename things related to rgroup_masksKewen Lin1-23/+25
2020-08-17vect: Rename fully_masked_p to using_partial_vectors_pKewen Lin1-3/+8
2020-08-17vect: Rename can_fully_mask_p to can_use_partial_vectors_pKewen Lin1-3/+6
2020-08-17Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *Richard Biener1-14/+12
2020-08-17Introduce STMT_VINFO_VEC_STMTSRichard Biener1-12/+18
2020-08-17add vect_get_slp_vect_defRichard Biener1-0/+1
2020-08-17Add explicit SLP_TREE_LANESRichard Biener1-0/+3
2020-08-17tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener1-0/+4
2020-08-17Code generate externals/invariants during the SLP graph walkRichard Biener1-0/+2
2020-08-17enfoce SLP_TREE_VECTYPE for invariantsRichard Biener1-0/+5
2020-08-17add ctor/dtor to slp_treeRichard Biener1-0/+3
2020-08-17cost invariant nodes from vect_slp_analyze_node_operations SLP walkRichard Biener1-0/+2
2020-08-17add vectype parameter to add_stmt_cost hookRichard Biener1-6/+21
2020-08-17Remove SLP_INSTANCE_GROUP_SIZERichard Biener1-4/+4
2020-08-17move permutation validity checkRichard Biener1-1/+3
2020-08-17Prepare 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