Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance
1467 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local1551 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1555 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1567 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()1579 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()1623 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()1633 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment); in expandAtomicOpToLibcall()
78 TEST(IceParseInstsTests, AllocaAlignment) { in TEST() argument