LLVM 20.0.0git
|
This is the complete list of members for llvm::LoopVectorizationPlanner, including all inherited members.
buildVPlans(ElementCount MinVF, ElementCount MaxVF) | llvm::LoopVectorizationPlanner | protected |
computeBestVF() | llvm::LoopVectorizationPlanner | |
emitInvalidCostRemarks(OptimizationRemarkEmitter *ORE) | llvm::LoopVectorizationPlanner | |
executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan, InnerLoopVectorizer &LB, DominatorTree *DT, bool IsEpilogueVectorization, const DenseMap< const SCEV *, Value * > *ExpandedSCEVs=nullptr) | llvm::LoopVectorizationPlanner | |
getDecisionAndClampRange(const std::function< bool(ElementCount)> &Predicate, VFRange &Range) | llvm::LoopVectorizationPlanner | static |
getPlanFor(ElementCount VF) const | llvm::LoopVectorizationPlanner | |
hasPlanWithVF(ElementCount VF) const | llvm::LoopVectorizationPlanner | inline |
LoopVectorizationPlanner(Loop *L, LoopInfo *LI, DominatorTree *DT, const TargetLibraryInfo *TLI, const TargetTransformInfo &TTI, LoopVectorizationLegality *Legal, LoopVectorizationCostModel &CM, InterleavedAccessInfo &IAI, PredicatedScalarEvolution &PSE, const LoopVectorizeHints &Hints, OptimizationRemarkEmitter *ORE) | llvm::LoopVectorizationPlanner | inline |
plan(ElementCount UserVF, unsigned UserIC) | llvm::LoopVectorizationPlanner | |
planInVPlanNativePath(ElementCount UserVF) | llvm::LoopVectorizationPlanner | |
printPlans(raw_ostream &O) | llvm::LoopVectorizationPlanner | |
selectEpilogueVectorizationFactor(const ElementCount MaxVF, unsigned IC) | llvm::LoopVectorizationPlanner |