Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp140 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon87b451740111::AtomicInfo
1463 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1488 if (shouldUseLibcall()) { in EmitAtomicLoad()
1655 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1879 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1888 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1933 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()