LLVM
8.0.1
|
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 | 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 | 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 | VPlanHCFGTransforms.cpp [code] |
This file implements a set of utility VPlan to VPlan transformations. | |
file | VPlanHCFGTransforms.h [code] |
This file provides utility VPlan to VPlan transformations. | |
file | VPlanLoopInfo.h [code] |
This file defines VPLoopInfo analysis and VPLoop class. | |
file | VPlanSLP.cpp [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] |