Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance
1762 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local1862 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1864 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1876 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1878 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1886 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1928 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1939 AllocaAlignment); in expandAtomicOpToLibcall()
102 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local106 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()