Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp138 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon5e56f1450111::AtomicInfo
1497 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1522 if (shouldUseLibcall()) { in EmitAtomicLoad()
1683 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1913 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1922 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1967 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()