Searched refs:Ptr0 (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMHazardRecognizer.cpp | 209 const Value *Ptr0, *Ptr1; in getHazardType() local 210 Ptr0 = GetPointerBaseWithConstantOffset(BaseVal0, Offset0, DL, true); in getHazardType() 212 if (Ptr0 == Ptr1 && Ptr0) in getHazardType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 243 Value *Ptr0 = S0->getPointerOperand(); in sinkStoresAndGEPs() local 266 if (Ptr0 != Ptr1) { in sinkStoresAndGEPs() 267 auto *GEP0 = cast<GetElementPtrInst>(Ptr0); in sinkStoresAndGEPs()
|
| H A D | LoopFuse.cpp | 1276 Value *Ptr0 = getLoadStorePointerOperand(&I0); in accessDiffIsPositive() local 1278 if (!Ptr0 || !Ptr1) in accessDiffIsPositive() 1281 const SCEV *SCEVPtr0 = SE.getSCEVAtScope(Ptr0, &L0); in accessDiffIsPositive()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 134 std::optional<int> calculatePointerDifference(Value *Ptr0, Value *Ptr1) const; 2287 auto HexagonVectorCombine::calculatePointerDifference(Value *Ptr0, in calculatePointerDifference() argument 2319 Ptr0 = StripBitCast(Ptr0); in calculatePointerDifference() 2321 if (!isa<GetElementPtrInst>(Ptr0) || !isa<GetElementPtrInst>(Ptr1)) in calculatePointerDifference() 2324 auto *Gep0 = cast<GetElementPtrInst>(Ptr0); in calculatePointerDifference()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1555 Value *Ptr0 = VL[0]; in sortPtrAccesses() local 1564 std::optional<int> Diff = getPointersDiff(ElemTy, Ptr0, ElemTy, Ptr, DL, SE, in sortPtrAccesses()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3740 Value *Ptr0; in canVectorizeLoads() local 3743 Ptr0 = PointerOps.front(); in canVectorizeLoads() 3746 Ptr0 = PointerOps[Order.front()]; in canVectorizeLoads() 3750 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, DL, SE); in canVectorizeLoads() 5760 Value *Ptr0; in buildTree_rec() local 5763 Ptr0 = PointerOps.front(); in buildTree_rec() 5766 Ptr0 = PointerOps[CurrentOrder.front()]; in buildTree_rec() 5770 getPointersDiff(ScalarTy, Ptr0, ScalarTy, PtrN, *DL, *SE); in buildTree_rec()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 26054 SDValue Ptr0 = Store->getBasePtr(); in splitVectorStore() local 26056 DAG.getMemBasePlusOffset(Ptr0, TypeSize::Fixed(HalfOffset), DL); in splitVectorStore() 26058 DAG.getStore(Store->getChain(), DL, Value0, Ptr0, Store->getPointerInfo(), in splitVectorStore() 50731 SDValue Ptr0 = St->getBasePtr(); in combineStore() local 50732 SDValue Ptr1 = DAG.getMemBasePlusOffset(Ptr0, TypeSize::Fixed(4), dl); in combineStore() 50735 DAG.getStore(St->getChain(), dl, Lo, Ptr0, St->getPointerInfo(), in combineStore()
|