aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-05middle-end: Store and use the SLP instance kind when aborting load/store lanesTamar Christina1-0/+13
2020-11-04add costing to SLP vectorized PHIsRichard Biener1-1/+2
2020-10-29vect: Fix load costs for SLP permutesRichard Sandiford1-1/+2
2020-10-27SLP vectorize across PHI nodesRichard Biener1-0/+2
2020-10-27Move SLP nodes to an alloc-poolRichard Biener1-0/+9
2020-10-13Remove STMT_VINFO_SAME_ALIGN_REFSRichard Biener1-5/+0
2020-10-12optimize permutes in SLP, remove vect_attempt_slp_rearrange_stmtsRichard Biener1-0/+2
2020-10-08SLP vectorize multiple BBs at onceRichard Biener1-86/+7
2020-09-30middle-end: Refactor refcnt to use SLP_TREE_REF_COUNT for consistencyTamar Christina1-0/+1
2020-09-29move permute optimization to optimize-slpRichard Biener1-1/+0
2020-09-23vect: Fix epilogue loop handling of partial vectorsRichard Sandiford1-1/+2
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