Searched refs:getSourceAlignment (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LowerMemIntrinsics.cpp | 412 /* 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 D | MemCpyOptimizer.cpp | 1067 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 D | InferAddressSpaces.cpp | 805 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse() 812 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse()
|
| H A D | AlignmentFromAssumptions.cpp | 356 if (NewSrcAlignment > MTI->getSourceAlignment()) { in processAssumption()
|
| H A D | SROA.cpp | 2904 IsDest ? II.getSourceAlignment() : II.getDestAlignment(); in visitMemTransferInst()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 883 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca() 891 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 328 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 D | IntrinsicInst.h | 347 unsigned getSourceAlignment() const { in getSourceAlignment() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1477 MTI->setSourceAlignment(I.getSourceAlignment() * (DFSF.DFS.ShadowWidth / 8)); in visitMemTransferInst()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 4210 Assert(IsValidAlignment(MTI->getSourceAlignment()), in visitIntrinsicCall() 4252 uint64_t SrcAlignment = AMT->getSourceAlignment(); in visitIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5127 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 D | ARMFastISel.cpp | 2550 MTI.getSourceAlignment()); in SelectIntrinsicCall()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 118 unsigned CopySrcAlign = MI->getSourceAlignment(); in SimplifyAnyMemTransfer()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1685 if (SrcAlign > MTI->getSourceAlignment()) in optimizeCallInst()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 3492 MTI->getSourceAlignment()); in fastLowerIntrinsicCall()
|