Searched refs:BasePtrStartSCEV (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 321 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart(); in runOnLoop() local 322 if (!SE->isLoopInvariant(BasePtrStartSCEV, L)) in runOnLoop() 329 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV); in runOnLoop() 330 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in runOnLoop() 333 DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in runOnLoop() 340 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in runOnLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 190 const SCEV *BasePtrStartSCEV, 523 const SCEV *BasePtrStartSCEV = nullptr; in rewriteLoadStores() local 525 BasePtrStartSCEV = in rewriteLoadStores() 528 BasePtrStartSCEV = BasePtrSCEV->getStart(); in rewriteLoadStores() 530 if (!isSafeToExpand(BasePtrStartSCEV, *SE)) in rewriteLoadStores() 533 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) in rewriteLoadStores() 536 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n"); in rewriteLoadStores() 548 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores() 725 const SCEV *BasePtrStartSCEV, in alreadyPrepared() argument 768 PHIBasePtrSCEV->getStart() == BasePtrStartSCEV) { in alreadyPrepared() [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 188 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 …]
|