/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 203 VPInterleavedAccessInfo &IAI) { in areConsecutiveOrMatch() argument 219 VPInterleavedAccessInfo &IAI) { in getLAScore() argument 240 VPInterleavedAccessInfo &IAI) { in getBest() argument [all...] |
H A D | LoopVectorizationPlanner.h | 313 InterleavedAccessInfo &IAI; global() variable 333 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) LoopVectorizationPlanner() argument
|
H A D | VPlan.cpp | 1194 visitRegion(VPRegionBlock * Region,Old2NewTy & Old2New,InterleavedAccessInfo & IAI) visitRegion() argument 1203 visitBlock(VPBlockBase * Block,Old2NewTy & Old2New,InterleavedAccessInfo & IAI) visitBlock() argument 1239 VPInterleavedAccessInfo(VPlan & Plan,InterleavedAccessInfo & IAI) VPInterleavedAccessInfo() argument
|
H A D | VPlan.h | 3119 VPInterleavedAccessInfo &IAI; global() variable 3169 VPlanSlp(VPInterleavedAccessInfo & IAI,VPBasicBlock & BB) VPlanSlp() argument [all...] |
H A D | LoopVectorize.cpp | 1206 LoopVectorizationCostModel(ScalarEpilogueLowering SEL,Loop * L,PredicatedScalarEvolution & PSE,LoopInfo * LI,LoopVectorizationLegality * Legal,const TargetTransformInfo & TTI,const TargetLibraryInfo * TLI,DemandedBits * DB,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,const Function * F,const LoopVectorizeHints * Hints,InterleavedAccessInfo & IAI) LoopVectorizationCostModel() argument 9568 getScalarEpilogueLowering(Function * F,Loop * L,LoopVectorizeHints & Hints,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,LoopVectorizationLegality & LVL,InterleavedAccessInfo * IAI) getScalarEpilogueLowering() argument 9628 InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL->getLAI()); processLoopInVPlanNativePath() local 9894 InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL.getLAI()); processLoop() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 199 InterleavedAccessInfo *IAI; global() member
|