Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp138 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anondd1f4e750111::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()