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 __anond5645c670111::AtomicInfo
1289 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1321 if (shouldUseLibcall()) { in EmitAtomicLoad()
1485 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1709 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1718 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1763 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()