Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1846 const Align AllocaAlignment = DL.getPrefTypeAlign(SizedIntTy); in expandAtomicOpToLibcall() local
1946 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1948 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1960 AllocaValue->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1962 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment); in expandAtomicOpToLibcall()
1970 AllocaResult->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
2012 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
2023 AllocaAlignment); in expandAtomicOpToLibcall()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp109 auto AllocaAlignment = DL.getPrefTypeAlign(Type::getX86_AMXTy(Ctx)); in createAllocaInstAtEntry() local
113 AllocaRes->setAlignment(AllocaAlignment); in createAllocaInstAtEntry()