Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1668 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1763 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1770 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1782 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1786 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1794 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1839 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1850 AllocaAlignment); in expandAtomicOpToLibcall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp73 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
77 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()