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.cpp1988 AllocaInst *AllocaCASExpected = nullptr; in expandAtomicOpToLibcall() local
2013 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()
2014 AllocaCASExpected->setAlignment(AllocaAlignment); in expandAtomicOpToLibcall()
2015 Builder.CreateLifetimeStart(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()
2016 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
2017 Args.push_back(AllocaCASExpected); in expandAtomicOpToLibcall()
2080 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
2081 Builder.CreateLifetimeEnd(AllocaCASExpected, SizeVal64); in expandAtomicOpToLibcall()