Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance
1709 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local1804 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1811 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1823 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1827 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1835 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1880 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1891 AllocaAlignment); in expandAtomicOpToLibcall()
73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()