Home
last modified time | relevance | path

Searched refs:getRawDest (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp413 /* 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/
DMemCpyOptimizer.cpp977 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()
DInferAddressSpaces.cpp370 PushPtrOperand(MI->getRawDest()); in collectFlatAddressExpressions()
800 Value *Dest = MTI->getRawDest(); in handleMemIntrinsicPtrUse()
DDeadStoreElimination.cpp965 EarlierIntrinsic->getRawDest()->getType()->getPointerElementType(), in tryToShorten()
966 EarlierIntrinsic->getRawDest(), Indices, "", EarlierWrite); in tryToShorten()
DSROA.cpp830 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/
DIntrinsicInst.h330 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/
DAMDGPUPromoteAlloca.cpp887 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()
DAMDGPUPerfHintAnalysis.cpp138 return MI->getRawDest(); in getMemoryInstrPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryLocation.cpp125 return MemoryLocation(MI->getRawDest(), Size, AATags); in getForDest()
DStackSafetyAnalysis.cpp267 if (MTI->getRawSource() != U && MTI->getRawDest() != U) in getMemIntrinsicAccessRange()
270 if (MI->getRawDest() != U) in getMemIntrinsicAccessRange()
DLazyValueInfo.cpp690 if (GetUnderlyingObject(MI->getRawDest(), in InstructionDereferencesPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp264 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/
DSelectionDAGBuilder.cpp5902 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/
DGlobalOpt.cpp344 if (MI->getRawDest() == V) { in CleanupConstantGlobalUsers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2368 if (MI->isVolatile() || MI->getRawDest() != PI) in isAllocSiteRemovable()
DInstCombineCalls.cpp117 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/
DARMFastISel.cpp2535 if (!ARMComputeAddress(MTI.getRawDest(), Dest) || in SelectIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp2736 if (!X86SelectAddress(MCI->getRawDest(), DestAM) || in fastLowerIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3540 if (!computeAddress(MTI->getRawDest(), Dest) || in fastLowerIntrinsicCall()