Searched refs:SCEVE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 319 SCEVExpander &SCEVE, SmallPtrSet<Value *, 16> &DeletedPtrs); 551 SCEVExpander SCEVE(*SE, Header->getDataLayout(), in rewriteLoadStoresForCommoningChains() local 563 if (!SCEVE.isSafeToExpand(BasePtrSCEV->getStart())) in rewriteLoadStoresForCommoningChains() 571 false /* CanPreInc */, ChainCommoning, SCEVE, DeletedPtrs); in rewriteLoadStoresForCommoningChains() 597 if (!SCEVE.isSafeToExpand(OffsetSCEV)) in rewriteLoadStoresForCommoningChains() 600 Value *OffsetValue = SCEVE.expandCodeFor( in rewriteLoadStoresForCommoningChains() 615 SCEVE.clear(); in rewriteLoadStoresForCommoningChains() 642 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase() argument 704 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteForBase() 1019 SCEVExpander SCEVE(*SE, Header->getDataLayout(), in rewriteLoadStores() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 393 SCEVExpander SCEVE(*SE, BB->getDataLayout(), "prefaddr"); in runOnLoop() local 397 if (!SCEVE.isSafeToExpand(NextLSCEV)) in runOnLoop() 402 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, P.InsertPt); in runOnLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | HardwareLoops.cpp | 447 SCEVExpander SCEVE(SE, DL, "loopcnt"); in InitLoopCount() local 472 if (!SCEVE.isSafeToExpandAt(ExitCount, Predecessor->getTerminator())) in InitLoopCount() 478 if (!SCEVE.isSafeToExpandAt(ExitCount, BB->getTerminator())) { in InitLoopCount() 484 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType, in InitLoopCount()
|