Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp39 bool UseLibcall; member in __anon7c18b1790111::AtomicInfo
45 EvaluationKind(TEK_Scalar), UseLibcall(true) { in AtomicInfo()
129 UseLibcall = !C.getTargetInfo().hasBuiltinAtomic( in AtomicInfo()
139 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall()
810 bool UseLibcall = Misaligned | Oversized; in EmitAtomicExpr() local
959 if (UseLibcall) { in EmitAtomicExpr()