Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1471 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1555 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1559 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1571 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1575 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1583 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1627 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1637 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment); in expandAtomicOpToLibcall()
/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/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp409 if (unsigned AllocaAlignment = AI->getAlignment()) { in buildFrameType() local
412 if (auto PaddingTy = Padder.getPaddingType(Ty, AllocaAlignment)) { in buildFrameType()
/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp78 TEST(IceParseInstsTests, AllocaAlignment) { in TEST() argument