Home
last modified time | relevance | path

Searched defs:IAI (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp203 VPInterleavedAccessInfo &IAI) { in areConsecutiveOrMatch() argument
219 VPInterleavedAccessInfo &IAI) { in getLAScore() argument
240 VPInterleavedAccessInfo &IAI) { in getBest() argument
[all...]
H A DLoopVectorizationPlanner.h313 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 DVPlan.cpp1194 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 DVPlan.h3119 VPInterleavedAccessInfo &IAI; global() variable
3169 VPlanSlp(VPInterleavedAccessInfo & IAI,VPBasicBlock & BB) VPlanSlp() argument
[all...]
H A DLoopVectorize.cpp1206 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 DTargetTransformInfo.h199 InterleavedAccessInfo *IAI; global() member