Searched refs:AllocaAlignment (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1655 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); local
1745 AllocaCASExpected->setAlignment(AllocaAlignment);
1752 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment);
1764 AllocaValue->setAlignment(AllocaAlignment);
1768 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment);
1776 AllocaResult->setAlignment(AllocaAlignment);
1821 CASExpected->getType(), AllocaCASExpected, AllocaAlignment);
1832 AllocaAlignment);

Completed in 127 milliseconds