/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 413 /* DstAddr */ Memcpy->getRawDest(), in expandMemCpyAsLoop() 423 /* DstAddr */ Memcpy->getRawDest(), in expandMemCpyAsLoop() 436 /* DstAddr */ Memmove->getRawDest(), in expandMemMoveAsLoop() 446 /* DstAddr */ Memset->getRawDest(), in expandMemSetAsLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 977 Builder.CreateMemMove(M->getRawDest(), M->getDestAlign(), in processMemCpyMemCpyDependence() 981 Builder.CreateMemCpy(M->getRawDest(), M->getDestAlign(), in processMemCpyMemCpyDependence() 1020 Value *Dest = MemCpy->getRawDest(); in processMemSetMemCpyDependence() 1094 if (!AA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn() 1120 Builder.CreateMemSet(MemCpy->getRawDest(), MemSet->getOperand(1), CopySize, in performMemCpyToMemSetOptzn() 1147 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(), in processMemCpy() 1235 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove()
|
D | InferAddressSpaces.cpp | 370 PushPtrOperand(MI->getRawDest()); in collectFlatAddressExpressions() 800 Value *Dest = MTI->getRawDest(); in handleMemIntrinsicPtrUse()
|
D | DeadStoreElimination.cpp | 965 EarlierIntrinsic->getRawDest()->getType()->getPointerElementType(), in tryToShorten() 966 EarlierIntrinsic->getRawDest(), Indices, "", EarlierWrite); in tryToShorten()
|
D | SROA.cpp | 830 assert(II.getRawDest() == *U && "Pointer use is not the destination?"); in visitMemSetInst() 889 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst() 2759 assert(II.getRawDest() == OldPtr); in visitMemSetInst() 2888 assert((IsDest && II.getRawDest() == OldPtr) || in visitMemTransferInst() 2947 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 330 Value *getRawDest() const { in getRawDest() function 345 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() 348 return cast<PointerType>(getRawDest()->getType())->getAddressSpace(); in getDestAddressSpace() 358 assert(getRawDest()->getType() == Ptr->getType() && in setDest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 887 Builder.CreateMemCpy(MemCpy->getRawDest(), MemCpy->getDestAlign(), in handleAlloca() 895 Builder.CreateMemMove(MemMove->getRawDest(), MemMove->getDestAlign(), in handleAlloca() 904 MemSet->getRawDest(), MemSet->getValue(), MemSet->getLength(), in handleAlloca()
|
D | AMDGPUPerfHintAnalysis.cpp | 138 return MI->getRawDest(); in getMemoryInstrPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryLocation.cpp | 125 return MemoryLocation(MI->getRawDest(), Size, AATags); in getForDest()
|
D | StackSafetyAnalysis.cpp | 267 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange() 270 if (MI->getRawDest() != U) in getMemIntrinsicAccessRange()
|
D | LazyValueInfo.cpp | 690 if (GetUnderlyingObject(MI->getRawDest(), in InstructionDereferencesPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 264 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in IsMemIntrinsicSafe() 267 if (MI->getRawDest() != U) in IsMemIntrinsicSafe()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5902 SDValue Dst = getValue(MI.getRawDest()); in visitIntrinsicCall() 5913 MachinePointerInfo(MI.getRawDest()), in visitIntrinsicCall() 5920 SDValue Dst = getValue(MI.getRawDest()); in visitIntrinsicCall() 5931 MachinePointerInfo(MI.getRawDest()), in visitIntrinsicCall() 5938 SDValue Dst = getValue(MI.getRawDest()); in visitIntrinsicCall() 5948 MachinePointerInfo(MI.getRawDest())); in visitIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 344 if (MI->getRawDest() == V) { in CleanupConstantGlobalUsers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2368 if (MI->isVolatile() || MI->getRawDest() != PI) in isAllocSiteRemovable()
|
D | InstCombineCalls.cpp | 117 unsigned DstAlign = getKnownAlignment(MI->getRawDest(), DL, MI, &AC, &DT); in SimplifyAnyMemTransfer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2535 if (!ARMComputeAddress(MTI.getRawDest(), Dest) || in SelectIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2736 if (!X86SelectAddress(MCI->getRawDest(), DestAM) || in fastLowerIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3540 if (!computeAddress(MTI->getRawDest(), Dest) || in fastLowerIntrinsicCall()
|