Searched refs:SCEVE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LoopDataPrefetch.cpp | 310 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/ |
| HD | HardwareLoops.cpp | 382 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/ |
| HD | PPCLoopInstrFormPrep.cpp | 547 SCEVExpander SCEVE(*SE, Header->getModule()->getDataLayout(), "pistart"); in rewriteLoadStores() local 548 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy, in rewriteLoadStores()
|