Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp151 cast<MemSetInst>(CI)->setDestAlignment(*Align); in CreateMemSet()
180 cast<MemSetInlineInst>(CI)->setDestAlignment(*DstAlign); in CreateMemSetInline()
208 cast<AtomicMemSetInst>(CI)->setDestAlignment(Alignment); in CreateElementUnorderedAtomicMemSet()
239 MCI->setDestAlignment(*DstAlign); in CreateMemTransferInst()
277 MCI->setDestAlignment(*DstAlign); in CreateMemCpyInline()
319 AMCI->setDestAlignment(DstAlign); in CreateElementUnorderedAtomicMemCpy()
356 MMI->setDestAlignment(*DstAlign); in CreateMemMove()
H A DAutoUpgrade.cpp4389 MemCI->setDestAlignment(Align->getMaybeAlignValue()); in UpgradeIntrinsicCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp287 MI->setDestAlignment(NewDestAlignment); in processAssumption()
H A DDeadStoreElimination.cpp597 DeadIntrinsic->setDestAlignment(PrefAlign); in tryToShorten()
H A DSROA.cpp3064 II.setDestAlignment(getSliceAlign()); in visitMemSetInst()
3222 II.setDestAlignment(SliceAlign); in visitMemTransferInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h856 void setDestAlignment(MaybeAlign Alignment) { in setDestAlignment() function
862 void setDestAlignment(Align Alignment) { in setDestAlignment() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp124 MI->setDestAlignment(DstAlign); in SimplifyAnyMemTransfer()
249 MI->setDestAlignment(KnownAlignment); in SimplifyAnyMemSet()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2941 MTI->setDestAlignment(DFSF.getShadowAlign(I.getDestAlign().valueOrOne())); in visitMemTransferInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2263 MI->setDestAlignment(DestAlign); in optimizeCallInst()