Home
last modified time | relevance | path

Searched refs:AllocaAlignment (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1467 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1551 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()
/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp78 TEST(IceParseInstsTests, AllocaAlignment) { in TEST() argument