llvm-project/llvm/lib/Transforms/Vectorize
Florian Hahn 942e068d7a [VPlan] Add VPBasicBlock::phis() helper (NFC).
This patch introduces a helper to obtain an iterator range for the
PHI-like recipes in a block.

Reviewed By: Ayal

Differential Revision: https://reviews.llvm.org/D100101
2021-05-02 19:20:13 +01:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
LoadStoreVectorizer.cpp Add support for llvm.assume intrinsic to the LoadStoreVectorizer pass 2021-04-30 13:39:46 -07:00
LoopVectorizationLegality.cpp [LV] Consider Loop Unroll Hints When Making Interleave Decisions 2021-04-28 17:27:52 -04:00
LoopVectorizationPlanner.h [LV] Let selectVectorizationFactor reason directly on VectorizationFactor. 2021-04-20 09:54:45 +01:00
LoopVectorize.cpp Revert "[LV] Calculate max feasible scalable VF." 2021-04-29 16:04:37 +01:00
SLPVectorizer.cpp [SLP]Fix the crash on cost calculation if non-compatible vectors shuffled. 2021-04-30 09:34:20 -07:00
VPRecipeBuilder.h [LV] Hoist mapping of IR operands to VPValues (NFC). 2021-04-02 17:57:20 +01:00
VPlan.cpp [VPlan] Add VPBasicBlock::phis() helper (NFC). 2021-05-02 19:20:13 +01:00
VPlan.h [VPlan] Add VPBasicBlock::phis() helper (NFC). 2021-05-02 19:20:13 +01:00
VPlanDominatorTree.h Revert multiple patches based on "Introduce CfgTraits abstraction" 2020-10-27 20:33:30 +01:00
VPlanHCFGBuilder.cpp [VPlan] Manage pairs of incoming (VPValue, VPBB) in VPWidenPHIRecipe. 2021-02-22 09:44:25 +00:00
VPlanHCFGBuilder.h
VPlanLoopInfo.h
VPlanPredicator.cpp [llvm] Drop unnecessary make_range (NFC) 2021-01-09 09:25:00 -08:00
VPlanPredicator.h
VPlanSLP.cpp [NFC][VPlan] Guard print routines with "#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)" 2021-03-19 10:50:12 -07:00
VPlanTransforms.cpp [VPlan] Add getVPSingleValue helper. 2021-04-29 13:37:38 +01:00
VPlanTransforms.h [VPlan] Replace a few unnecessary includes with forward decls. 2021-04-15 20:08:31 +01:00
VPlanValue.h [VPlan] Add getVPSingleValue helper. 2021-04-29 13:37:38 +01:00
VPlanVerifier.cpp Use llvm::is_contained where appropriate (NFC) 2020-07-27 10:20:44 -07:00
VPlanVerifier.h [VPlan] Remove unused forward declarations. NFC. 2020-04-23 12:34:20 +01:00
VectorCombine.cpp [TTI] Add a Mask to getShuffleCost 2021-03-17 17:46:26 +00:00
Vectorize.cpp