aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-16remove STMT_VINFO_NUM_SLP_USESRichard Biener1-5/+2
2020-09-11improve BB vectorization dump locationsRichard Biener1-1/+3
2020-09-10tree-optimization/96043 - BB vectorization costing improvementRichard Biener1-1/+7
2020-09-07code generate live lanes in basic-block vectorizationRichard Biener1-1/+1
2020-09-04tree-optimization/96920 - another ICE when vectorizing nested cyclesRichard Biener1-5/+0
2020-08-26tree-optimization/96698 - fix ICE when vectorizing nested cyclesRichard Biener1-0/+5
2020-08-24SLP: support entire BB.Martin Liska1-2/+3
2020-08-06vect/rs6000: Support vector with length cost modelingKewen Lin1-0/+1
2020-07-19vect: Support length-based partial vectors approachKewen Lin1-3/+32
2020-07-09remove premature vect_verify_datarefs_alignmentRichard Biener1-3/+1
2020-07-03refactor SLP constant insertion and provde entry insert helperRichard Biener1-0/+2
2020-06-29do not include <utility> from tree-vectorizer.hRichard Biener1-1/+1
2020-06-29Use gsi_bb instead of iterator->bb.Martin Liska1-1/+1
2020-06-26tree-optimization/95897 - fix fold-left SLP reduction insert placeRichard Biener1-1/+0
2020-06-24emit SLP vectorized loads earlierRichard Biener1-0/+1
2020-06-18vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmtsMartin Liska1-0/+82
2020-06-18remove SLP_TREE_TWO_OPERATORS, add SLP permutation nodeRichard Biener1-4/+9
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