Lines Matching defs:LVL
484 unsigned UnrollFactor, LoopVectorizationLegality *LVL,
491 Builder(PSE.getSE()->getContext()), Legal(LVL), Cost(CM), BFI(BFI),
736 LoopVectorizationLegality *LVL, llvm::LoopVectorizationCostModel *CM,
740 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, LVL,
776 LoopVectorizationLegality *LVL, llvm::LoopVectorizationCostModel *CM,
780 EPI, LVL, CM, BFI, PSI, Check, Plan) {}
805 LoopVectorizationLegality *LVL, llvm::LoopVectorizationCostModel *CM,
809 EPI, LVL, CM, BFI, PSI, Checks, Plan) {
9913 LoopVectorizationLegality &LVL, InterleavedAccessInfo *IAI) {
9948 TailFoldingInfo TFI(TLI, &LVL, IAI);
9961 LoopVectorizationLegality *LVL, TargetTransformInfo *TTI,
9973 InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL->getLAI());
9976 getScalarEpilogueLowering(F, L, Hints, PSI, BFI, TTI, TLI, *LVL, &IAI);
9978 LoopVectorizationCostModel CM(SEL, L, PSE, LI, LVL, *TTI, TLI, DB, AC, ORE, F,
9983 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, LVL, CM, IAI, PSE, Hints,
10008 VF.Width, 1, LVL, &CM, BFI, PSI, Checks, BestPlan);
10381 LoopVectorizationLegality LVL(L, PSE, DT, TTI, TLI, F, *LAIs, LI, ORE,
10383 if (!LVL.canVectorize(EnableVPlanNativePath)) {
10389 if (LVL.hasUncountableEarlyExit() && !EnableEarlyExitVectorization) {
10396 if (LVL.hasStructVectorCall()) {
10409 return processLoopInVPlanNativePath(L, PSE, LI, DT, &LVL, TTI, TLI, DB, AC,
10414 InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL.getLAI());
10425 if (LVL.hasUncountableEarlyExit()) {
10428 any_of(LVL.getCountableExitingBlocks(),
10440 getScalarEpilogueLowering(F, L, Hints, PSI, BFI, TTI, TLI, LVL, &IAI);
10506 if (!LVL.canVectorizeFPMath(AllowOrderedReductions)) {
10522 LoopVectorizationCostModel CM(SEL, L, PSE, LI, &LVL, *TTI, TLI, DB, AC, ORE,
10525 LoopVectorizationPlanner LVP(L, LI, DT, TLI, *TTI, &LVL, CM, IAI, PSE, Hints,
10552 Checks.create(L, *LVL.getLAI(), PSE.getPredicate(), VF.Width, SelectedIC);
10618 if (!VectorizeLoop && InterleaveLoop && LVL.hasHistograms()) {
10680 ElementCount::getFixed(1), IC, &LVL, &CM, BFI, PSI, Checks, BestPlan);
10708 EPI, &LVL, &CM, BFI, PSI, Checks,
10719 ORE, EPI, &LVL, &CM, BFI, PSI,
10732 VF.MinProfitableTripCount, IC, &LVL, &CM, BFI,