Searched refs:UseSizedLibcall (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1652 bool UseSizedLibcall = canUseSizedAtomicCall(Size, Alignment, DL); local
1672 if (UseSizedLibcall) {
1711 // 'UseSizedLibcall', 'CASExpected', 'ValueOperand', and 'HasResult'
1726 if (!UseSizedLibcall) {
1758 if (UseSizedLibcall) {
1774 if (!CASExpected && HasResult && !UseSizedLibcall) {
1795 } else if (HasResult && UseSizedLibcall)
1812 if (ValueOperand && !UseSizedLibcall)
1828 if (UseSizedLibcall)

Completed in 135 milliseconds