Home
last modified time | relevance | path

Searched refs:setDestAlignment (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp152 cast<MemSetInst>(CI)->setDestAlignment(*Align); in CreateMemSet()
181 cast<MemSetInlineInst>(CI)->setDestAlignment(*DstAlign); in CreateMemSetInline()
209 cast<AtomicMemSetInst>(CI)->setDestAlignment(Alignment); in CreateElementUnorderedAtomicMemSet()
240 MCI->setDestAlignment(*DstAlign); in CreateMemTransferInst()
278 MCI->setDestAlignment(*DstAlign); in CreateMemCpyInline()
320 AMCI->setDestAlignment(DstAlign); in CreateElementUnorderedAtomicMemCpy()
357 MMI->setDestAlignment(*DstAlign); in CreateMemMove()
H A DAutoUpgrade.cpp4106 MemCI->setDestAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp287 MI->setDestAlignment(NewDestAlignment); in processAssumption()
H A DDeadStoreElimination.cpp545 DeadIntrinsic->setDestAlignment(PrefAlign); in tryToShorten()
H A DSROA.cpp2767 II.setDestAlignment(getSliceAlign()); in visitMemSetInst()
2906 II.setDestAlignment(SliceAlign); in visitMemTransferInst()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h766 void setDestAlignment(MaybeAlign Alignment) { in setDestAlignment() function
772 void setDestAlignment(Align Alignment) { in setDestAlignment() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp124 MI->setDestAlignment(DstAlign); in SimplifyAnyMemTransfer()
248 MI->setDestAlignment(KnownAlignment); in SimplifyAnyMemSet()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2749 MTI->setDestAlignment(DFSF.getShadowAlign(I.getDestAlign().valueOrOne())); in visitMemTransferInst()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2165 MI->setDestAlignment(DestAlign); in optimizeCallInst()