Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp115 Value *CASExpected, AtomicOrdering Ordering,
1705 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1727 if (CASExpected) { in expandAtomicOpToLibcall()
1821 if (CASExpected) { in expandAtomicOpToLibcall()
1822 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()
1829 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1851 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()
1869 if (CASExpected) { in expandAtomicOpToLibcall()
1892 if (CASExpected) { in expandAtomicOpToLibcall()
1898 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()