| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPassManager.cpp | 230 LoopStandardAnalysisResults LAR = {AM.getResult<AAManager>(F), in run() local 268 PI.pushBeforeNonSkippedPassCallback([&LAR, &LI](StringRef PassID, Any IR) { in run() 278 assert(L->isRecursivelyLCSSAForm(LAR.DT, LI) && in run() 302 PreservedAnalyses PassPA = Pass->run(*L, LAM, LAR, Updater); in run() 310 if (LAR.MSSA && !PassPA.getChecker<MemorySSAAnalysis>().preserved()) in run() 317 LAR.DT.verify(); in run() 319 LAR.LI.verify(LAR.DT); in run() 321 LAR.SE.verify(); in run() 322 if (LAR.MSSA && VerifyMemorySSA) in run() 323 LAR.MSSA->verifyMemorySSA(); in run()
|
| H A D | LoopVersioningLICM.cpp | 546 LoopStandardAnalysisResults &LAR, in run() argument 548 AliasAnalysis *AA = &LAR.AA; in run() 549 ScalarEvolution *SE = &LAR.SE; in run() 550 DominatorTree *DT = &LAR.DT; in run() 554 LoopAccessInfoManager LAIs(*SE, *AA, *DT, LAR.LI, nullptr, nullptr); in run() 555 if (!LoopVersioningLICM(AA, SE, &ORE, LAIs, LAR.LI, &L).run(DT)) in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopVersioningLICM.h | 22 LoopStandardAnalysisResults &LAR, LPMUpdater &U);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | EVLIndVarSimplify.cpp | 48 EVLIndVarSimplifyImpl(LoopStandardAnalysisResults &LAR, in EVLIndVarSimplifyImpl() 50 : SE(LAR.SE), ORE(ORE) {} in EVLIndVarSimplifyImpl()
|
| H A D | LoopVectorizationLegality.cpp | 1202 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory() local 1203 if (LAR) { in canVectorizeMemory() 1206 "loop not vectorized: ", *LAR); in canVectorizeMemory()
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmod.mk | 244 .if ${VAR:LAR=ALUE} != "VALUE"
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedSkylakeClient.td | 914 def: InstRW<[SKLWriteResGroup57], (instregex "LAR(16|32|64)rr")>; 1262 def: InstRW<[SKLWriteResGroup131], (instregex "LAR(16|32|64)rm",
|
| H A D | X86SchedBroadwell.td | 1188 def: InstRW<[BWWriteResGroup113], (instregex "LAR(16|32|64)rm", 1269 def: InstRW<[BWWriteResGroup144], (instregex "LAR(16|32|64)rr")>;
|
| H A D | X86SchedHaswell.td | 1370 def: InstRW<[HWWriteResGroup83], (instregex "LAR(16|32|64)rr")>; 1377 def: InstRW<[HWWriteResGroup87], (instregex "LAR(16|32|64)rm",
|
| H A D | X86SchedSkylakeServer.td | 1024 def: InstRW<[SKXWriteResGroup57], (instregex "LAR(16|32|64)rr")>; 1725 def: InstRW<[SKXWriteResGroup146], (instregex "LAR(16|32|64)rm",
|
| H A D | X86SchedIceLake.td | 1051 def: InstRW<[ICXWriteResGroup57], (instregex "LAR(16|32|64)rr")>; 1754 def: InstRW<[ICXWriteResGroup146], (instregex "LAR(16|32|64)rm",
|
| H A D | X86ScheduleBdVer2.td | 314 def : InstRW<[PdWriteLARrr], (instregex "LAR(16|32|64)rr",
|
| H A D | X86SchedAlderlakeP.td | 1156 def : InstRW<[ADLPWriteResGroup90], (instregex "^LAR(32|64)rr$")>;
|
| H A D | X86SchedSapphireRapids.td | 1426 def : InstRW<[SPRWriteResGroup100], (instregex "^LAR(32|64)rr$")>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 12094 const auto *LAR = cast<SCEVAddRecExpr>(Less); in computeConstantDifference() local 12097 if (LAR->getLoop() != MAR->getLoop()) in computeConstantDifference() 12102 if (!LAR->isAffine() || !MAR->isAffine()) in computeConstantDifference() 12105 if (LAR->getStepRecurrence(*this) != MAR->getStepRecurrence(*this)) in computeConstantDifference() 12108 Less = LAR->getStart(); in computeConstantDifference() 12525 const SCEVAddRecExpr *LAR = cast<SCEVAddRecExpr>(LHS); in IsKnownPredicateViaAddRecStart() local 12529 if (!LAR->getNoWrapFlags(NW) || !RAR->getNoWrapFlags(NW)) in IsKnownPredicateViaAddRecStart()
|