Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp139 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anonae26f3860111::AtomicInfo
1276 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1301 if (shouldUseLibcall()) { in EmitAtomicLoad()
1466 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1690 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1699 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1744 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()