1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Transforms/Vectorize
Florian Hahn 268685e51a [VPlan] Use isa<> instead of directly checking VPRecipeID (NFC).
getVPRecipeID is intended to be only used in `classof` helpers. Instead
of checking it directly, use isa<> with the correct recipe type.
2020-10-02 17:47:35 +01:00
..
CMakeLists.txt
LLVMBuild.txt
LoadStoreVectorizer.cpp [SVE] Remove calls to VectorType::getNumElements from Transforms/Vectorize 2020-08-27 12:02:20 -07:00
LoopVectorizationLegality.cpp [LoopInfo] empty() -> isInnermost(), add isOutermost() 2020-09-22 23:28:51 +03:00
LoopVectorizationPlanner.h [llvm][LV] Replace unsigned VF with ElementCount VF [NFCI] 2020-08-24 13:54:03 +00:00
LoopVectorize.cpp [VPlan] Use isa<> instead of directly checking VPRecipeID (NFC). 2020-10-02 17:47:35 +01:00
SLPVectorizer.cpp [SLP] clean up - use 'const' and ArrayRef constructor; NFC 2020-09-24 15:31:07 -04:00
VectorCombine.cpp [IRBuilder][VectorCombine] make and use a convenience function for unary shuffle; NFC 2020-09-21 13:47:01 -04:00
Vectorize.cpp
VPlan.cpp [VPlan] Add dump() helper to VPValue & VPRecipeBase. 2020-09-22 15:55:16 +01:00
VPlan.h [VPlan] Change recipes to inherit from VPUser instead of a member var. 2020-09-30 14:39:00 +01:00
VPlanDominatorTree.h
VPlanHCFGBuilder.cpp
VPlanHCFGBuilder.h
VPlanLoopInfo.h
VPlanPredicator.cpp
VPlanPredicator.h
VPlanSLP.cpp [VPlan] Disconnect VPValue and VPUser. 2020-09-23 14:44:31 +01:00
VPlanTransforms.cpp
VPlanTransforms.h
VPlanValue.h [VPlan] Change recipes to inherit from VPUser instead of a member var. 2020-09-30 14:39:00 +01:00
VPlanVerifier.cpp Use llvm::is_contained where appropriate (NFC) 2020-07-27 10:20:44 -07:00
VPlanVerifier.h
VPRecipeBuilder.h