LLVM 19.0.0git
Vectorize Directory Reference
Directory dependency graph for Vectorize:
lib/Transforms/Vectorize

Files

file  LoadStoreVectorizer.cpp [code]
 
file  LoopVectorizationLegality.cpp [code]
 
file  LoopVectorizationPlanner.h [code]
 This file provides a LoopVectorizationPlanner class.
 
file  LoopVectorize.cpp [code]
 
file  SLPVectorizer.cpp [code]
 
file  VectorCombine.cpp [code]
 
file  Vectorize.cpp [code]
 
file  VPlan.cpp [code]
 This is the LLVM vectorization plan.
 
file  VPlan.h [code]
 This file contains the declarations of the Vectorization Plan base classes:
 
file  VPlanAnalysis.cpp [code]
 
file  VPlanAnalysis.h [code]
 
file  VPlanCFG.h [code]
 
file  VPlanDominatorTree.h [code]
 This file implements dominator tree analysis for a single level of a VPlan's H-CFG.
 
file  VPlanHCFGBuilder.cpp [code]
 This file implements the construction of a VPlan-based Hierarchical CFG (H-CFG) for an incoming IR.
 
file  VPlanHCFGBuilder.h [code]
 This file defines the VPlanHCFGBuilder class which contains the public interface (buildHierarchicalCFG) to build a VPlan-based Hierarchical CFG (H-CFG) for an incoming IR.
 
file  VPlanPatternMatch.h [code]
 
file  VPlanRecipes.cpp [code]
 This file contains implementations for different VPlan recipes.
 
file  VPlanSLP.cpp [code]
 
file  VPlanTransforms.cpp [code]
 This file implements a set of utility VPlan to VPlan transformations.
 
file  VPlanTransforms.h [code]
 This file provides utility VPlan to VPlan transformations.
 
file  VPlanValue.h [code]
 This file contains the declarations of the entities induced by Vectorization Plans, e.g.
 
file  VPlanVerifier.cpp [code]
 This file defines the class VPlanVerifier, which contains utility functions to check the consistency and invariants of a VPlan.
 
file  VPlanVerifier.h [code]
 This file declares the class VPlanVerifier, which contains utility functions to check the consistency of a VPlan.
 
file  VPRecipeBuilder.h [code]