Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp139 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon7c18b1790111::AtomicInfo
1547 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1572 if (shouldUseLibcall()) { in EmitAtomicLoad()
1734 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1958 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1967 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2012 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()