Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance
1846 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local1946 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1948 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1960 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1962 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1970 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()2012 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()2023 AllocaAlignment); in expandAtomicOpToLibcall()
109 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local113 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()