Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp39 bool UseLibcall; member in __anon5e56f1450111::AtomicInfo
45 EvaluationKind(TEK_Scalar), UseLibcall(true) { in AtomicInfo()
128 UseLibcall = !C.getTargetInfo().hasBuiltinAtomic( in AtomicInfo()
138 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall()
1026 bool UseLibcall = !PowerOf2Size || (Size > 16); in EmitAtomicExpr() local
1037 if (UseLibcall) { in EmitAtomicExpr()