aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-03Use the number of relevant stmts to limit SLP buildRichard Biener1-4/+0
2024-11-21middle-end: Pass along SLP node when costing vector loads/storesTamar Christina1-8/+8
2024-11-18vect: Add maskload else value support.Robin Dapp1-3/+7
2024-11-16tree-optimization/117558 - peeling for gaps and VL vectorsRichard Biener1-0/+4
2024-11-12Add suggested_epilogue_mode to vector costsRichard Biener1-0/+15
2024-11-07Add LOOP_VINFO_MAIN_LOOP_INFORichard Biener1-3/+9
2024-11-07Add LOOP_VINFO_DRS_ADVANCED_BYRichard Biener1-0/+4
2024-10-30Remove vectorizer finish_cost wrapperRichard Biener1-18/+1
2024-10-16Remove SLP_INSTANCE_UNROLLING_FACTOR, compute VF in vect_make_slp_decisionRichard Biener1-4/+0
2024-10-15AArch64: re-enable memory access costing after SLP change.Tamar Christina1-0/+12
2024-10-14middle-end: support SLP early breakTamar Christina1-1/+11
2024-10-11tree-optimization/117080 - Add SLP_TREE_MEMORY_ACCESS_TYPERichard Biener1-40/+62
2024-10-07tree-optimization/116982 - analyze scalar loop exit earlyRichard Biener1-2/+4
2024-09-22middle-end: lower COND_EXPR into gimple form in vect_recog_bool_patternTamar Christina1-0/+7
2024-09-19Fall back to single-lane SLP before falling back to no SLPRichard Biener1-1/+1
2024-09-02load and store-lanes with SLPRichard Biener1-0/+4
2024-07-17vect: Optimize order of lane-reducing operations in loop def-use cyclesFeng Xue1-0/+6
2024-07-17vect: Support multiple lane-reducing operations for loop reduction [PR114440]Feng Xue1-0/+2
2024-07-17vect: Add a unified vect_get_num_copies for slp and non-slpFeng Xue1-1/+27
2024-06-27vect: generate suitable convert insn for int -> int, float -> float and int <...Hu, Lin11-0/+4
2024-06-20vect: Add a function to check lane-reducing stmtFeng Xue1-0/+12
2024-06-11vect: Merge loop mask and cond_op mask in fold-left reduction [PR115382].Robin Dapp1-0/+3
2024-06-01vect: Add a function to check lane-reducing codeFeng Xue1-0/+6
2024-05-29vect: Unify bbs in loop_vec_info and bb_vec_infoFeng Xue1-10/+13
2024-05-16Vect: Support loop len in vectorizable early exitPan Li1-0/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-24middle-end: Support vectorization of loops with multiple exits.Tamar Christina1-2/+33
2023-12-01Fix ambiguity between vect_get_vec_defs with/without vectypeRichard Biener1-4/+4
2023-11-08TLC to vect_check_store_rhs and vect_slp_child_index_for_operandRichard Biener1-1/+1
2023-11-06tree-optimization/112404 - two issues with SLP of .MASK_LOADRichard Biener1-0/+1
2023-11-02ifcvt/vect: Emit COND_OP for conditional scalar reduction.Robin Dapp1-1/+1
2023-10-18middle-end: maintain LCSSA throughout loop peelingTamar Christina1-1/+1
2023-10-18middle-end: updated niters analysis to handle multiple exits.Tamar Christina1-1/+9
2023-10-18middle-end: Refactor vectorizer loop conditionals and separate out IV to new ...Tamar Christina1-4/+22
2023-10-17tree-optimization/111846 - put simd-clone-info into SLP treeRichard Biener1-0/+6
2023-08-24tree-optimization/111115 - SLP of masked storesRichard Biener1-0/+1
2023-08-16VECT: Apply MASK_LEN_{LOAD_LANES, STORE_LANES} into vectorizerJuzhe-Zhong1-2/+2
2023-08-15Support constants and externals in BB reduction vectorizationRichard Biener1-4/+5
2023-08-10Remove insert location argument from vectorizable_live_operationRichard Biener1-2/+1
2023-08-08tree-optimization/49955 - BB reduction with odd number of lanesRichard Biener1-0/+5
2023-07-24Remove SLP_TREE_VEC_STMTS in favor of SLP_TREE_VEC_DEFSRichard Biener1-3/+4
2023-07-06tree-optimization/110563 - simplify epilogue VF checksRichard Biener1-2/+1
2023-06-19AVX512 fully masked vectorizationRichard Biener1-3/+32
2023-06-19Add loop_vinfo argument to vect_get_loop_maskRichard Biener1-1/+2
2023-06-10VECT: Add SELECT_VL supportJu-Zhe Zhong1-0/+6
2023-06-05vect: Refactor to allow internal_fn'sAndre Vieira1-7/+9
2023-05-31Enhance NARROW FLOAT_EXPR vectorization by truncating integer to lower precis...liuhongt1-0/+1
2023-05-25VECT: Add decrement IV iteration loop control by variable amount supportJu-Zhe Zhong1-0/+8
2023-05-22VECT: Fix bug of multiple-rgroup for length is counting elementsJu-Zhe Zhong1-2/+3
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-32/+32