Searched refs:StoreBasePtr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2062 Value *StoreBasePtr = Expander.expandCodeFor(StoreEv->getStart(), in processCopyingStore() local 2077 if (StoreBasePtr && (LoadBasePtr != StoreBasePtr)) { in processCopyingStore() 2078 RecursivelyDeleteTriviallyDeadInstructions(StoreBasePtr, TLI); in processCopyingStore() 2079 StoreBasePtr = nullptr; in processCopyingStore() 2091 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount, in processCopyingStore() 2095 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, in processCopyingStore() 2219 Value *SA = Builder.CreatePtrToInt(StoreBasePtr, IntPtrTy); in processCopyingStore() 2288 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy) in processCopyingStore() 2289 ? StoreBasePtr in processCopyingStore() 2290 : CondBuilder.CreateBitCast(StoreBasePtr, Int32PtrTy); in processCopyingStore() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1228 Value *StoreBasePtr = Expander.expandCodeFor( in processLoopStoreOfLoopLoad() local 1247 mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount, in processLoopStoreOfLoopLoad() 1256 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, in processLoopStoreOfLoopLoad() 1305 StoreBasePtr->stripPointerCasts(), StoreOff, *DL); in processLoopStoreOfLoopLoad() 1332 NewCall = Builder.CreateMemMove(StoreBasePtr, StoreAlign, LoadBasePtr, in processLoopStoreOfLoopLoad() 1335 NewCall = Builder.CreateMemCpy(StoreBasePtr, StoreAlign, LoadBasePtr, in processLoopStoreOfLoopLoad() 1359 StoreBasePtr, StoreAlign.getValue(), LoadBasePtr, LoadAlign.getValue(), in processLoopStoreOfLoopLoad()
|
| H A D | SROA.cpp | 4075 Value *StoreBasePtr = SI->getPointerOperand(); in presplitLoadsAndStores() local 4089 getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores() 4091 PartPtrTy, StoreBasePtr->getName() + "."), in presplitLoadsAndStores() 4103 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores() 4107 StoreBasePtr->stripInBoundsOffsets())) { in presplitLoadsAndStores() 4144 Instruction *StoreBasePtr = cast<Instruction>(SI->getPointerOperand()); in presplitLoadsAndStores() local 4189 getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores() 4191 StorePartPtrTy, StoreBasePtr->getName() + "."), in presplitLoadsAndStores()
|