LLVM 22.0.0git
|
Directories | |
directory | SandboxVectorizer |
Files | |
file | EVLIndVarSimplify.cpp [code] |
file | LoadStoreVectorizer.cpp [code] |
file | LoopIdiomVectorize.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 | VPlanConstruction.cpp [code] |
This file implements transforms for initial VPlan construction. | |
file | VPlanDominatorTree.h [code] |
This file implements dominator tree analysis for a single level of a VPlan's H-CFG. | |
file | VPlanHelpers.h [code] |
This file contains the declarations of different VPlan-related auxiliary helpers. | |
file | VPlanPatternMatch.h [code] |
file | VPlanPredicator.cpp [code] |
This file implements predication for VPlans. | |
file | VPlanRecipes.cpp [code] |
This file contains implementations for different VPlan recipes. | |
file | VPlanSLP.cpp [code] |
file | VPlanSLP.h [code] |
This file contains the declarations for VPlan-based SLP. | |
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 | VPlanUnroll.cpp [code] |
This file implements explicit unrolling for VPlans. | |
file | VPlanUtils.cpp [code] |
file | VPlanUtils.h [code] |
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] |