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.cpp119 Value *CASExpected, AtomicOrdering Ordering,
1901 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1923 if (CASExpected) { in expandAtomicOpToLibcall()
2012 if (CASExpected) { in expandAtomicOpToLibcall()
2013 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()
2016 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
2036 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()
2051 if (CASExpected) { in expandAtomicOpToLibcall()
2074 if (CASExpected) { in expandAtomicOpToLibcall()
2080 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()