Home
last modified time | relevance | path

Searched defs:UnrollFactor (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp957 if (auto UnrollFactor = shouldPragmaUnroll(L, PInfo, TripMultiple, TripCount, computeUnrollCount() local
983 if (auto UnrollFactor = shouldFullUnroll(L, TTI, DT, SE, EphValues, computeUnrollCount() local
1006 if (auto UnrollFactor = shouldFullUnroll(L, TTI, DT, SE, EphValues, computeUnrollCount() local
1029 if (auto UnrollFactor = shouldPartialUnroll(LoopSize, TripCount, UCE, UP)) { computeUnrollCount() local
/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp563 unsigned UnrollFactor = 0; handleOpenCLUnrollHint() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp511 InnerLoopVectorizer(Loop * OrigLoop,PredicatedScalarEvolution & PSE,LoopInfo * LI,DominatorTree * DT,const TargetLibraryInfo * TLI,const TargetTransformInfo * TTI,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,ElementCount VecWidth,ElementCount MinProfitableTripCount,unsigned UnrollFactor,LoopVectorizationLegality * LVL,LoopVectorizationCostModel * CM,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,GeneratedRTChecks & RTChecks) InnerLoopVectorizer() argument
770 InnerLoopUnroller(Loop * OrigLoop,PredicatedScalarEvolution & PSE,LoopInfo * LI,DominatorTree * DT,const TargetLibraryInfo * TLI,const TargetTransformInfo * TTI,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,unsigned UnrollFactor,LoopVectorizationLegality * LVL,LoopVectorizationCostModel * CM,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,GeneratedRTChecks & Check) InnerLoopUnroller() argument