Home
last modified time | relevance | path

Searched refs:Ptr0 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp873 Value *Ptr0 = getLoadStorePointerOperand(&I0); in accessDiffIsPositive() local
875 if (!Ptr0 || !Ptr1) in accessDiffIsPositive()
878 const SCEV *SCEVPtr0 = SE.getSCEVAtScope(Ptr0, &L0); in accessDiffIsPositive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1112 Value *Ptr0 = VL[0]; in sortPtrAccesses() local
1113 const SCEV *Scev0 = SE.getSCEV(Ptr0); in sortPtrAccesses()
1114 Value *Obj0 = GetUnderlyingObject(Ptr0, DL); in sortPtrAccesses()
1121 Ptr0->getType()->getPointerAddressSpace()) in sortPtrAccesses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2688 Value *Ptr0; in buildTree_rec() local
2691 Ptr0 = PointerOps.front(); in buildTree_rec()
2694 Ptr0 = PointerOps[CurrentOrder.front()]; in buildTree_rec()
2697 const SCEV *Scev0 = SE->getSCEV(Ptr0); in buildTree_rec()
2950 Value *Ptr0; in buildTree_rec() local
2953 Ptr0 = PointerOps.front(); in buildTree_rec()
2956 Ptr0 = PointerOps[CurrentOrder.front()]; in buildTree_rec()
2959 const SCEV *Scev0 = SE->getSCEV(Ptr0); in buildTree_rec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22631 SDValue Ptr0 = Store->getBasePtr(); in splitVectorStore() local
22632 SDValue Ptr1 = DAG.getMemBasePlusOffset(Ptr0, HalfAlign, DL); in splitVectorStore()
22635 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore()
41601 SDValue Ptr0 = St->getBasePtr(); in combineStore() local
41602 SDValue Ptr1 = DAG.getMemBasePlusOffset(Ptr0, 4, dl); in combineStore()
41605 DAG.getStore(St->getChain(), dl, Lo, Ptr0, St->getPointerInfo(), in combineStore()