Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDataPrefetch.cpp310 SCEVExpander SCEVE(*SE, I.getModule()->getDataLayout(), "prefaddr"); in runOnLoop() local
311 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI); in runOnLoop()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDHardwareLoops.cpp382 SCEVExpander SCEVE(SE, DL, "loopcnt"); in InitLoopCount() local
411 Value *Count = SCEVE.expandCodeFor(ExitCount, CountType, in InitLoopCount()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCLoopInstrFormPrep.cpp547 SCEVExpander SCEVE(*SE, Header->getModule()->getDataLayout(), "pistart"); in rewriteLoadStores() local
548 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores()