Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Atomic/
H A DAtomic.h41 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp137 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon5e56f1450111::AtomicInfo
1541 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic()
1566 if (shouldUseLibcall()) { in EmitAtomicLoad()
1727 if (shouldUseLibcall()) { in EmitAtomicCompareExchange()
1957 if (shouldUseLibcall()) { in EmitAtomicUpdate()
1966 if (shouldUseLibcall()) { in EmitAtomicUpdate()
2011 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp187 if (shouldUseLibcall()) in EmitAtomicCompareExchange()