Home
last modified time | relevance | path

Searched refs:Ptr1 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h71 Value *emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
106 Value *emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
110 Value *emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
114 Value *emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp313 Value *Ptr1 = in needsChecking() local
317 return ((PtrsWrittenOnFwdingPath.count(Ptr1) && CandLoadPtrs.count(Ptr2)) || in needsChecking()
318 (PtrsWrittenOnFwdingPath.count(Ptr2) && CandLoadPtrs.count(Ptr1))); in needsChecking()
DLoopFuse.cpp874 Value *Ptr1 = getLoadStorePointerOperand(&I1); in accessDiffIsPositive() local
875 if (!Ptr0 || !Ptr1) in accessDiffIsPositive()
879 const SCEV *SCEVPtr1 = SE.getSCEVAtScope(Ptr1, &L1); in accessDiffIsPositive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp868 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitStrNCmp() argument
874 {castToCStr(Ptr1, B), castToCStr(Ptr2, B), Len}, B, TLI); in emitStrNCmp()
938 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitMemCmp() argument
944 {castToCStr(Ptr1, B), castToCStr(Ptr2, B), Len}, B, TLI); in emitMemCmp()
947 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitBCmp() argument
953 {castToCStr(Ptr1, B), castToCStr(Ptr2, B), Len}, B, TLI); in emitBCmp()
956 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy() argument
961 {Ptr1, Ptr2, Val, Len}, B, TLI); in emitMemCCpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h686 Optional<int64_t> isPointerOffset(const Value *Ptr1, const Value *Ptr2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp5922 Optional<int64_t> llvm::isPointerOffset(const Value *Ptr1, const Value *Ptr2, in isPointerOffset() argument
5924 Ptr1 = Ptr1->stripPointerCasts(); in isPointerOffset()
5928 if (Ptr1 == Ptr2) { in isPointerOffset()
5932 const GEPOperator *GEP1 = dyn_cast<GEPOperator>(Ptr1); in isPointerOffset()
5973 auto Offset = getOffsetFromBase(GEP2, Ptr1); in isPointerOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22632 SDValue Ptr1 = DAG.getMemBasePlusOffset(Ptr0, HalfAlign, DL); in splitVectorStore() local
22637 SDValue Ch1 = DAG.getStore(Store->getChain(), DL, Value1, Ptr1, in splitVectorStore()
41280 SDValue Ptr1 = Ld->getBasePtr(); in combineLoad() local
41281 SDValue Ptr2 = DAG.getMemBasePlusOffset(Ptr1, HalfAlign, dl); in combineLoad()
41285 DAG.getLoad(HalfVT, dl, Ld->getChain(), Ptr1, Ld->getPointerInfo(), in combineLoad()
41602 SDValue Ptr1 = DAG.getMemBasePlusOffset(Ptr0, 4, dl); in combineStore() local
41608 DAG.getStore(St->getChain(), dl, Hi, Ptr1, in combineStore()