Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGAtomic.cpp138 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon28896c410111::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()