Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp111 Value *CASExpected, AtomicOrdering Ordering,
1655 Value *ValueOperand, Value *CASExpected, AtomicOrdering Ordering, in expandAtomicOpToLibcall() argument
1677 if (CASExpected) { in expandAtomicOpToLibcall()
1761 if (CASExpected) { in expandAtomicOpToLibcall()
1762 AllocaCASExpected = AllocaBuilder.CreateAlloca(CASExpected->getType()); in expandAtomicOpToLibcall()
1770 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()
1792 if (!CASExpected && HasResult && !UseSizedLibcall) { in expandAtomicOpToLibcall()
1810 if (CASExpected) { in expandAtomicOpToLibcall()
1833 if (CASExpected) { in expandAtomicOpToLibcall()
1839 CASExpected->getType(), AllocaCASExpected, AllocaAlignment); in expandAtomicOpToLibcall()