Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp412 /* SrcAlign */ Memcpy->getSourceAlignment(), in expandMemCpyAsLoop()
422 /* SrcAlign */ Memcpy->getSourceAlignment(), in expandMemCpyAsLoop()
435 /* SrcAlign */ Memmove->getSourceAlignment(), in expandMemMoveAsLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1065 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1069 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1233 unsigned Align = MinAlign(M->getDestAlignment(), M->getSourceAlignment()); in processMemCpy()
1350 if (MDep->getSourceAlignment() < ByValAlign && in processByValArgument()
DInferAddressSpaces.cpp805 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse()
812 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse()
DAlignmentFromAssumptions.cpp356 if (NewSrcAlignment > MTI->getSourceAlignment()) { in processAssumption()
DSROA.cpp2905 IsDest ? II.getSourceAlignment() : II.getDestAlignment(); in visitMemTransferInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp328 MCI->getSourceAlignment(), nullptr, MemRef::Read); in visitCallSite()
350 MMI->getSourceAlignment(), nullptr, MemRef::Read); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp862 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca()
870 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h325 unsigned getSourceAlignment() const { in getSourceAlignment() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1476 MTI->setSourceAlignment(I.getSourceAlignment() * (DFSF.DFS.ShadowWidth / 8)); in visitMemTransferInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp4115 Assert(IsValidAlignment(MTI->getSourceAlignment()), in visitIntrinsicCallSite()
4157 uint64_t SrcAlignment = AMT->getSourceAlignment(); in visitIntrinsicCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5079 unsigned SrcAlign = std::max<unsigned>(MCI.getSourceAlignment(), 1); in visitIntrinsicCall()
5113 unsigned SrcAlign = std::max<unsigned>(MMI.getSourceAlignment(), 1); in visitIntrinsicCall()
5132 unsigned SrcAlign = MI.getSourceAlignment(); in visitIntrinsicCall()
5150 unsigned SrcAlign = MI.getSourceAlignment(); in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2550 MTI.getSourceAlignment()); in SelectIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp118 unsigned CopySrcAlign = MI->getSourceAlignment(); in SimplifyAnyMemTransfer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1659 if (SrcAlign > MTI->getSourceAlignment()) in optimizeCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3461 MTI->getSourceAlignment()); in fastLowerIntrinsicCall()