Searched refs:getSourceAlignment (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 412 /* 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/ |
D | MemCpyOptimizer.cpp | 1065 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()
|
D | InferAddressSpaces.cpp | 805 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse() 812 Src, MTI->getSourceAlignment(), in handleMemIntrinsicPtrUse()
|
D | AlignmentFromAssumptions.cpp | 356 if (NewSrcAlignment > MTI->getSourceAlignment()) { in processAssumption()
|
D | SROA.cpp | 2905 IsDest ? II.getSourceAlignment() : II.getDestAlignment(); in visitMemTransferInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Lint.cpp | 328 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/ |
D | AMDGPUPromoteAlloca.cpp | 862 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca() 870 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 325 unsigned getSourceAlignment() const { in getSourceAlignment() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1476 MTI->setSourceAlignment(I.getSourceAlignment() * (DFSF.DFS.ShadowWidth / 8)); in visitMemTransferInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 4115 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/ |
D | SelectionDAGBuilder.cpp | 5079 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/ |
D | ARMFastISel.cpp | 2550 MTI.getSourceAlignment()); in SelectIntrinsicCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 118 unsigned CopySrcAlign = MI->getSourceAlignment(); in SimplifyAnyMemTransfer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1659 if (SrcAlign > MTI->getSourceAlignment()) in optimizeCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3461 MTI->getSourceAlignment()); in fastLowerIntrinsicCall()
|