Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1920 AllocaInst *AllocaCASExpected = nullptr; in expandAtomicOpToLibcall() local
1945 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()
1946 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
1947 Builder.CreateLifetimeStart(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()
1948 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1949 Args.push_back(AllocaCASExpected); in expandAtomicOpToLibcall()
2012 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
2013 Builder.CreateLifetimeEnd(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()