Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp110 Value *CASExpected, AtomicOrdering Ordering,
1833 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1855 if (CASExpected) { in expandAtomicOpToLibcall()
1944 if (CASExpected) { in expandAtomicOpToLibcall()
1945 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()
1948 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1968 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()
1983 if (CASExpected) { in expandAtomicOpToLibcall()
2006 if (CASExpected) { in expandAtomicOpToLibcall()
2012 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()