Searched refs:SrcPtr (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 608 auto *SrcPtr = CE->getOperand(0); in ConstantFoldLoadThroughBitcastExpr() local 609 auto *SrcPtrTy = dyn_cast<PointerType>(SrcPtr->getType()); in ConstantFoldLoadThroughBitcastExpr() 614 Constant *C = ConstantFoldLoadFromConstPtr(SrcPtr, SrcTy, DL); in ConstantFoldLoadThroughBitcastExpr() 1341 Constant *SrcPtr = CE->getOperand(0); in ConstantFoldCastOperand() local 1342 unsigned SrcPtrSize = DL.getPointerTypeSizeInBits(SrcPtr->getType()); in ConstantFoldCastOperand() 1346 unsigned SrcAS = SrcPtr->getType()->getPointerAddressSpace(); in ConstantFoldCastOperand() 2403 auto *SrcPtr = Operands[0]; in ConstantFoldVectorCall() local 2407 Constant *VecData = ConstantFoldLoadFromConstPtr(SrcPtr, VTy, DL); in ConstantFoldVectorCall()
|
D | DependenceAnalysis.cpp | 3265 Value *SrcPtr = getLoadStorePointerOperand(Src); in tryDelinearize() local 3273 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize() 3326 if (!isKnownNonNegative(SrcSubscripts[i], SrcPtr)) in tryDelinearize() 3419 Value *SrcPtr = getLoadStorePointerOperand(Src); in depends() local 3448 const SCEV *SrcSCEV = SE->getSCEV(SrcPtr); in depends() 3836 Value *SrcPtr = getLoadStorePointerOperand(Src); in getSplitIteration() local 3849 const SCEV *SrcSCEV = SE->getSCEV(SrcPtr); in getSplitIteration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2976 Value *DestPtr, *SrcPtr; in visitMemTransferInst() local 2982 SrcPtr = OtherPtr; in visitMemTransferInst() 2987 SrcPtr = OurPtr; in visitMemTransferInst() 2990 CallInst *New = IRB.CreateMemCpy(DestPtr, DestAlign, SrcPtr, SrcAlign, in visitMemTransferInst() 3022 Value *SrcPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy, in visitMemTransferInst() local 3028 std::swap(SrcPtr, DstPtr); in visitMemTransferInst() 3044 LoadInst *Load = IRB.CreateAlignedLoad(OtherTy, SrcPtr, SrcAlign, in visitMemTransferInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 4039 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation() local 4041 IRB.CreateMemCpy(OverflowArgAreaShadowPtr, Alignment, SrcPtr, Alignment, in finalizeInstrumentation() 4044 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in finalizeInstrumentation() 4046 IRB.CreateMemCpy(OverflowArgAreaOriginPtr, Alignment, SrcPtr, Alignment, in finalizeInstrumentation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3352 SDValue SrcPtr = Op.getOperand(2); in lowerVACOPY() local 3357 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr, DAG.getIntPtrConstant(32, DL), in lowerVACOPY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 23193 SDValue SrcPtr = Op.getOperand(1); in LowerVAARG() local 23225 SDValue InstOps[] = {Chain, SrcPtr, DAG.getConstant(ArgSize, dl, MVT::i32), in LowerVAARG() 23253 SDValue SrcPtr = Op.getOperand(2); in LowerVACOPY() local 23258 return DAG.getMemcpy(Chain, DL, DstPtr, SrcPtr, in LowerVACOPY()
|