Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp138 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anone1dfd2bb0111::AtomicInfo
1706 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1731 if (shouldUseLibcall()) { in EmitAtomicLoad()
1889 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
2113 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2122 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2167 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()