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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2044 Value *StoreBasePtr = Expander.expandCodeFor(StoreEv->getStart(), local
2059 if (StoreBasePtr && (LoadBasePtr != StoreBasePtr)) {
2060 RecursivelyDeleteTriviallyDeadInstructions(StoreBasePtr, TLI);
2061 StoreBasePtr = nullptr;
2073 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount,
2077 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop,
2201 Value *SA = Builder.CreatePtrToInt(StoreBasePtr, IntPtrTy);
2270 Value *Op0 = (StoreBasePtr->getType() == Int32PtrTy)
2271 ? StoreBasePtr
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1082 Value *StoreBasePtr = Expander.expandCodeFor( local
1084 EVC.add(StoreBasePtr);
1088 if (mayLoopAccessLocation(StoreBasePtr, ModRefInfo::ModRef, CurLoop, BECount,
1126 NewCall = Builder.CreateMemCpy(StoreBasePtr, SI->getAlign(), LoadBasePtr,
1147 StoreBasePtr, StoreAlign, LoadBasePtr, LoadAlign, NumBytes,
H A DSROA.cpp4023 Value *StoreBasePtr = SI->getPointerOperand();
4037 getAdjustedPtr(IRB, DL, StoreBasePtr,
4039 PartPtrTy, StoreBasePtr->getName() + "."),
4051 if (AllocaInst *OtherAI = dyn_cast<AllocaInst>(StoreBasePtr)) {
4055 StoreBasePtr->stripInBoundsOffsets())) {
4091 Instruction *StoreBasePtr = cast<Instruction>(SI->getPointerOperand());
4134 getAdjustedPtr(IRB, DL, StoreBasePtr,
4136 StorePartPtrTy, StoreBasePtr->getName() + "."),

Completed in 113 milliseconds