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 __anon0925a2070111::AtomicInfo
1170 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1202 if (shouldUseLibcall()) { in EmitAtomicLoad()
1377 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1427 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()