Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1771 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1876 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1882 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1894 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1898 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1906 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1951 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1962 AllocaAlignment); in expandAtomicOpToLibcall()
/openbsd-src/gnu/llvm/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()