Searched refs:AllocaAlignment (Results 1 – 3 of 3) sorted by relevance
127 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in EmitAtomicLoadLibcall() local128 AllocaResult->setAlignment(AllocaAlignment); in EmitAtomicLoadLibcall()144 Builder->CreateAlignedLoad(Ty, AllocaResult, AllocaAlignment), in EmitAtomicLoadLibcall()
1914 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local2014 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()2016 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()2028 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()2030 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()2038 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()2080 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()2091 AllocaAlignment); in expandAtomicOpToLibcall()
123 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local127 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()