Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp138 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anonce6b933c0111::AtomicInfo
1601 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1626 if (shouldUseLibcall()) { in EmitAtomicLoad()
1788 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
2012 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2021 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2066 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()