Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp41 bool UseLibcall; member in __anon87b451740111::AtomicInfo
47 EvaluationKind(TEK_Scalar), UseLibcall(true) { in AtomicInfo()
129 UseLibcall = !C.getTargetInfo().hasBuiltinAtomic( in AtomicInfo()
140 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall()
771 bool UseLibcall = Misaligned | Oversized; in EmitAtomicExpr() local
773 if (UseLibcall) { in EmitAtomicExpr()
893 if (UseLibcall) { in EmitAtomicExpr()