llvm-project/llvm/lib/Transforms/Vectorize
Kazu Hirata 95a932fb15 Remove redundaunt override specifiers (NFC)
Identified with modernize-use-override.
2022-07-24 22:28:11 -07:00
..
CMakeLists.txt [VPlan] Move recipe implementations to separate file (NFC). 2022-06-28 10:34:30 +01:00
LoadStoreVectorizer.cpp [APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelf 2022-05-19 11:23:13 +01:00
LoopVectorizationLegality.cpp [LoopVectorizationLegality] Drop unused variable (NFC) 2022-07-06 10:43:39 +02:00
LoopVectorizationPlanner.h [LoopVectorize][NFC] Add optional Name parameter to VPInstruction 2022-07-11 09:23:24 +01:00
LoopVectorize.cpp Remove redundaunt override specifiers (NFC) 2022-07-24 22:28:11 -07:00
SLPVectorizer.cpp Use llvm::less_first and llvm::less_second (NFC) 2022-07-24 16:21:29 -07:00
VPRecipeBuilder.h [LV] Use PHI recipe instead of PredRecipe for subsequent uses. 2022-07-18 09:35:34 +01:00
VPlan.cpp [LoopVectorize] Add option to use active lane mask for loop control flow 2022-07-11 13:46:55 +01:00
VPlan.h [LoopVectorize] Add option to use active lane mask for loop control flow 2022-07-11 13:46:55 +01:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp [VPlan] Inline variable into assertion. NFC. 2022-06-03 13:59:48 +02:00
VPlanHCFGBuilder.h [VPlan] Use region for each loop in native path. 2022-06-01 10:41:05 +01:00
VPlanRecipes.cpp [LV] Move VPPredInstPHIRecipe::execute to VPlanRecipes.cpp (NFC) 2022-07-17 11:34:23 +01:00
VPlanSLP.cpp [llvm] Don't use Optional::getValue (NFC) 2022-06-20 22:45:45 -07:00
VPlanTransforms.cpp [VPlan] Make sure optimizeInductions removes wide ind from scalar plan. 2022-06-30 09:11:48 +01:00
VPlanTransforms.h [VPlan] Remove dead recipes across whole plan. 2022-06-23 13:36:02 +02:00
VPlanValue.h [LoopVectorize] Add option to use active lane mask for loop control flow 2022-07-11 13:46:55 +01:00
VPlanVerifier.cpp [VPlan] Initial def-use verification. 2022-07-20 11:06:32 +01:00
VPlanVerifier.h [VPlan] Add initial inner-loop VPlan verification. 2021-11-09 10:18:28 +00:00
VectorCombine.cpp [VectorCombine] Only consider shuffle uses with the same type. 2022-07-16 13:23:39 +01:00
Vectorize.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00