Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp78 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall() function in __anon6ced58580111::AtomicInfo
963 if (atomics.shouldUseLibcall()) { in EmitAtomicLoad()
1106 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()
1165 if (Atomics.shouldUseLibcall()) { in EmitAtomicCompareExchange()