Home
last modified time | relevance | path

Searched refs:BasePtrStartSCEV (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp188 const SCEV *BasePtrStartSCEV,
528 const SCEV *BasePtrStartSCEV = nullptr; in rewriteLoadStores() local
530 BasePtrStartSCEV = in rewriteLoadStores()
533 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores()
535 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores()
538 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) in rewriteLoadStores()
541 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteLoadStores()
553 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores()
734 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument
777 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared()
[all …]