Searched refs:DestPtr (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 174 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize, 882 Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, in processLoopStridedStore() argument 898 unsigned DestAS = DestPtr->getType()->getPointerAddressSpace(); in processLoopStridedStore() 904 Type *IntIdxTy = DL->getIndexType(DestPtr->getType()); in processLoopStridedStore()
|
D | SROA.cpp | 2976 Value *DestPtr, *SrcPtr; in visitMemTransferInst() local 2980 DestPtr = OurPtr; in visitMemTransferInst() 2985 DestPtr = OtherPtr; in visitMemTransferInst() 2990 CallInst *New = IRB.CreateMemCpy(DestPtr, DestAlign, SrcPtr, SrcAlign, in visitMemTransferInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 457 uint64_t *DestPtr = Result.isSingleWord() ? &Result.U.VAL : Result.U.pVal; in extractBits() local 462 DestPtr[word] = (w0 >> loBit) | (w1 << (APINT_BITS_PER_WORD - loBit)); in extractBits()
|