Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1597 unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy); in expandAtomicOpToLibcall() local
1681 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1685 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1697 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1701 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1709 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1753 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1763 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment); in expandAtomicOpToLibcall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp409 if (unsigned AllocaAlignment = AI->getAlignment()) { in buildFrameType() local
412 if (auto PaddingTy = Padder.getPaddingType(Ty, AllocaAlignment)) { in buildFrameType()