Home
last modified time | relevance | path

Searched refs:setSourceAlignment (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h830 void setSourceAlignment(unsigned Alignment) { in setSourceAlignment() function
831 setSourceAlignment(MaybeAlign(Alignment)); in setSourceAlignment()
833 void setSourceAlignment(MaybeAlign Alignment) { in setSourceAlignment() function
839 void setSourceAlignment(Align Alignment) { in setSourceAlignment() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp301 MTI->setSourceAlignment(NewSrcAlignment); in processAssumption()
H A DSROA.cpp2910 II.setSourceAlignment(SliceAlign); in visitMemTransferInst()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp242 MCI->setSourceAlignment(*SrcAlign); in CreateMemTransferInst()
280 MCI->setSourceAlignment(*SrcAlign); in CreateMemCpyInline()
321 AMCI->setSourceAlignment(SrcAlign); in CreateElementUnorderedAtomicMemCpy()
359 MMI->setSourceAlignment(*SrcAlign); in CreateMemMove()
H A DAutoUpgrade.cpp4109 MTI->setSourceAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2750 MTI->setSourceAlignment(DFSF.getShadowAlign(I.getSourceAlign().valueOrOne())); in visitMemTransferInst()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp131 MI->setSourceAlignment(SrcAlign); in SimplifyAnyMemTransfer()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2170 MTI->setSourceAlignment(SrcAlign); in optimizeCallInst()