Searched refs:StorePtr (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 428 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts(); in FindAvailablePtrLoadStore() local 432 if (AreEquivalentAddressValues(StorePtr, StrippedPtr) && in FindAvailablePtrLoadStore() 450 (isa<AllocaInst>(StorePtr) || isa<GlobalVariable>(StorePtr)) && in FindAvailablePtrLoadStore() 451 StrippedPtr != StorePtr) in FindAvailablePtrLoadStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 101 Value *StorePtr = Store->getPointerOperand(); in isDependenceDistanceOfOne() local 106 StorePtr->getType()->getPointerAddressSpace() && in isDependenceDistanceOfOne() 107 LoadType == StorePtr->getType()->getPointerElementType() && in isDependenceDistanceOfOne() 114 getPtrStride(PSE, StorePtr, L) != 1) in isDependenceDistanceOfOne() 121 auto *StorePtrSCEV = cast<SCEVAddRecExpr>(PSE.getSCEV(StorePtr)); in isDependenceDistanceOfOne()
|
D | LoopIdiomRecognize.cpp | 430 Value *StorePtr = SI->getPointerOperand(); in isLegalStore() local 441 dyn_cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in isLegalStore() 471 StorePtr->getType()->getPointerAddressSpace() == 0 && in isLegalStore() 723 Value *StorePtr = HeadStore->getPointerOperand(); in processLoopStores() local 724 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStores() 734 if (processLoopStridedStore(StorePtr, StoreSize, in processLoopStores() 1000 Value *StorePtr = SI->getPointerOperand(); in processLoopStoreOfLoopLoad() local 1001 const SCEVAddRecExpr *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processLoopStoreOfLoopLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 1173 Register StorePtr = in optimizeMemcpy() local 1175 MIB.buildStore(LdVal, StorePtr, *StoreMMO); in optimizeMemcpy() 1278 Register StorePtr = Dst; in optimizeMemmove() local 1282 StorePtr = MIB.buildPtrAdd(PtrTy, Dst, Offset).getReg(0); in optimizeMemmove() 1284 MIB.buildStore(LoadVals[I], StorePtr, *StoreMMO); in optimizeMemmove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 236 Value *StorePtr = DepSI->getPointerOperand(); in analyzeLoadFromClobberingStore() local 239 return analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, StorePtr, StoreSize, in analyzeLoadFromClobberingStore()
|
D | SimplifyCFG.cpp | 1901 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore() local 1916 if (SI->getPointerOperand() == StorePtr) in isSafeToSpeculateStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 1921 Value *StorePtr = SI->getPointerOperand(); in isLegalStore() local 1931 auto *StoreEv = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in isLegalStore() 2015 Value *StorePtr = SI->getPointerOperand(); in processCopyingStore() local 2016 auto *StoreEv = cast<SCEVAddRecExpr>(SE->getSCEV(StorePtr)); in processCopyingStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1093 Value *StorePtr = II.getArgOperand(1); in simplifyMaskedStore() local 1096 return new StoreInst(II.getArgOperand(0), StorePtr, false, Alignment); in simplifyMaskedStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 4347 SDValue StorePtr = DAG.getNode(ISD::ADD, DL, PtrTy, FIN, in copyByValRegs() local 4350 StorePtr, MachinePointerInfo(FuncArg, Offset)); in copyByValRegs()
|