Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp139 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon41f132f00111::AtomicInfo
1547 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1572 if (shouldUseLibcall()) { in EmitAtomicLoad()
1739 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1963 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1972 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2017 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()