Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1762 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1862 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1864 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1876 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1878 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1886 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1928 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1939 AllocaAlignment); in expandAtomicOpToLibcall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp102 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
106 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()