Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2062 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4059 Value *StoreBasePtr = SI->getPointerOperand(); in presplitLoadsAndStores() local
4073 getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores()
4075 PartPtrTy, StoreBasePtr->getName() + "."), in presplitLoadsAndStores()
4087 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) { in presplitLoadsAndStores()
4091 StoreBasePtr->stripInBoundsOffsets())) { in presplitLoadsAndStores()
4127 Instruction *StoreBasePtr = cast<Instruction>(SI->getPointerOperand()); in presplitLoadsAndStores() local
4170 getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores()
4172 StorePartPtrTy, StoreBasePtr->getName() + "."), in presplitLoadsAndStores()
H A DLoopIdiomRecognize.cpp1220 Value *StoreBasePtr = Expander.expandCodeFor( in processLoopStoreOfLoopLoad() local
1238 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount, in processLoopStoreOfLoopLoad()
1295 NewCall = Builder.CreateMemCpy(StoreBasePtr, StoreAlign, LoadBasePtr, in processLoopStoreOfLoopLoad()
1316 StoreBasePtr, StoreAlign.getValue(), LoadBasePtr, LoadAlign.getValue(), in processLoopStoreOfLoopLoad()