Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance
1718 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local1823 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1829 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1841 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1845 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1853 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1898 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1909 AllocaAlignment); in expandAtomicOpToLibcall()
102 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local106 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()