Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance
1771 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local1876 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1882 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1894 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1898 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1906 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1951 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1962 AllocaAlignment); in expandAtomicOpToLibcall()
102 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local106 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()