| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 173 ScalarEvolution *SE = PSE.getSE(); in replaceSymbolicStrideSCEV() 211 ScalarEvolution *SE = PSE.getSE(); in getStartAndEndForAccess() 818 if (PSE.getSE()->isLoopInvariant(PtrScev, L)) in hasComputableBounds() 837 if (PSE.getSE()->isLoopInvariant(PtrScev, L)) in isNoWrap() 1045 ScalarEvolution *SE = PSE.getSE(); in findForkedPointer() 1463 if (PSE.getSE()->isLoopInvariant(PtrScev, Lp)) in getPtrStride() 1492 const SCEV *Step = AR->getStepRecurrence(*PSE.getSE()); in getPtrStride() 1904 auto &SE = *PSE.getSE(); in getDependenceDistanceStrideAndSize() 2031 ScalarEvolution &SE = *PSE.getSE(); in isDependent() 2629 Accesses.canCheckPtrAtRT(*PtrRtChecking, PSE->getSE(), TheLoop, in analyzeLoop() [all …]
|
| H A D | ScalarEvolutionAliasAnalysis.cpp | 175 new SCEVAAResult(getAnalysis<ScalarEvolutionWrapperPass>().getSE())); in runOnFunction()
|
| H A D | IVUsers.cpp | 317 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop()
|
| H A D | IVDescriptors.cpp | 1447 return isFPInductionPHI(Phi, TheLoop, PSE.getSE(), D); in isInductionPHI() 1471 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI() 1474 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR); in isInductionPHI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 578 auto *SE = PSE.getSE(); in isUniform() 829 DT, PSE.getSE())) { in canVectorizeInstrs() 933 auto *SE = PSE.getSE(); in canVectorizeInstrs() 1120 ScalarEvolution *SE = PSE.getSE(); in canVectorizeMemory() 1200 ScalarEvolution *SE = PSE.getSE(); in isInvariantAddressOfReduction() 1339 ScalarEvolution &SE = *PSE.getSE(); in canVectorizeWithIfConvert()
|
| H A D | LoopVectorize.cpp | 482 Builder(PSE.getSE()->getContext()), Legal(LVL), Cost(CM), BFI(BFI), in InnerLoopVectorizer() 933 ScalarEvolution &SE = *PSE.getSE(); in createTripCountSCEV() 1973 ScalarEvolution *SE = MemCheckExp.getSE(); in getCost() 2033 auto &SE = *MemCheckExp.getSE(); in ~GeneratedRTChecks() 2323 Cost->PSE.getSE()->getSmallConstantMaxTripCount(Cost->TheLoop)) { in isIndvarOverflowCheckKnownFalse() 2953 PSE.getSE()->forgetLoop(OrigLoop); in fixVectorizedLoop() 2954 PSE.getSE()->forgetBlockAndLoopDispositions(); in fixVectorizedLoop() 2963 PSE.getSE()->forgetLcssaPhiWithNewPredecessor(OrigLoop, &PN); in fixVectorizedLoop() 4010 unsigned TC = PSE.getSE()->getSmallConstantTripCount(TheLoop); in computeMaxVF() 4011 unsigned MaxTC = PSE.getSE()->getSmallConstantMaxTripCount(TheLoop); in computeMaxVF() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 130 PSE.getSE()->getMinusSCEV(StorePtrSCEV, LoadPtrSCEV)); in isDependenceDistanceOfOne() 603 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop() 620 SCEVExpander SEE(*PSE.getSE(), L->getHeader()->getDataLayout(), in processLoop()
|
| H A D | LoopSink.cpp | |
| H A D | LoopDataPrefetch.cpp | 201 ScalarEvolution *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
| H A D | PlaceSafepoints.cpp | 132 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
| H A D | NaryReassociate.cpp | 175 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
| H A D | StraightLineStrengthReduce.cpp | 677 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CanonicalizeFreezeInLoops.cpp | 250 auto &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop()
|
| H A D | LoopVersioning.cpp | 64 SCEVExpander Exp2(*RtPtrChecking.getSE(), in versionLoop()
|
| H A D | LCSSA.cpp | 514 SE = SEWP ? &SEWP->getSE() : nullptr; in runOnFunction()
|
| H A D | LoopSimplify.cpp | 799 ScalarEvolution *SE = SEWP ? &SEWP->getSE() : nullptr; in runOnFunction()
|
| H A D | LoopUtils.cpp | 1831 ScalarEvolution &SE = *Exp.getSE(); in expandBounds() 1964 auto &SE = *Expander.getSE(); in addDiffRuntimeChecks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 403 ScalarEvolution *getScalarEvolution() const { return PSE.getSE(); } in getScalarEvolution()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 133 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop()
|
| H A D | ARMParallelDSP.cpp | 260 SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 213 ScalarEvolution *getSE() { return &SE; }
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 567 ScalarEvolution *getSE() const { return SE; } in getSE() function
|
| H A D | ScalarEvolution.h | 2302 ScalarEvolution &getSE() { return *SE; } 2303 const ScalarEvolution &getSE() const { return *SE; } 2360 ScalarEvolution *getSE() const { return &SE; }
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 240 auto &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 128 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnFunction()
|