Home
last modified time | relevance | path

Searched refs:getSourceAlignment (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp412 /* SrcAlign */ Memcpy->getSourceAlignment(), in expandMemCpyAsLoop()
422 /* SrcAlign */ Memcpy->getSourceAlignment(), in expandMemCpyAsLoop()
435 /* SrcAlign */ Memmove->getSourceAlignment(), in expandMemMoveAsLoop()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1067 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1071 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1265 unsigned Align = MinAlign(M->getDestAlignment(), M->getSourceAlignment()); in processMemCpy()
1370 if (MDep->getSourceAlignment() < ByValAlign && in processByValArgument()
H A DInferAddressSpaces.cpp805 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse()
812 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse()
H A DAlignmentFromAssumptions.cpp356 if (NewSrcAlignment > MTI->getSourceAlignment()) { in processAssumption()
H A DSROA.cpp2904 IsDest ? II.getSourceAlignment() : II.getDestAlignment(); in visitMemTransferInst()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp883 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca()
891 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLint.cpp328 MCI->getSourceAlignment(), nullptr, MemRef::Read); in visitCallSite()
350 MMI->getSourceAlignment(), nullptr, MemRef::Read); in visitCallSite()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h347 unsigned getSourceAlignment() const { in getSourceAlignment() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1477 MTI->setSourceAlignment(I.getSourceAlignment() * (DFSF.DFS.ShadowWidth / 8)); in visitMemTransferInst()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp4210 Assert(IsValidAlignment(MTI->getSourceAlignment()), in visitIntrinsicCall()
4252 uint64_t SrcAlignment = AMT->getSourceAlignment(); in visitIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5127 unsigned SrcAlign = std::max<unsigned>(MCI.getSourceAlignment(), 1); in visitIntrinsicCall()
5161 unsigned SrcAlign = std::max<unsigned>(MMI.getSourceAlignment(), 1); in visitIntrinsicCall()
5180 unsigned SrcAlign = MI.getSourceAlignment(); in visitIntrinsicCall()
5198 unsigned SrcAlign = MI.getSourceAlignment(); in visitIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2550 MTI.getSourceAlignment()); in SelectIntrinsicCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp118 unsigned CopySrcAlign = MI->getSourceAlignment(); in SimplifyAnyMemTransfer()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1685 if (SrcAlign > MTI->getSourceAlignment()) in optimizeCallInst()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3492 MTI->getSourceAlignment()); in fastLowerIntrinsicCall()