Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp39 bool UseLibcall; member in __anonae26f3860111::AtomicInfo
45 EvaluationKind(TEK_Scalar), UseLibcall(true) { in AtomicInfo()
128 UseLibcall = !C.getTargetInfo().hasBuiltinAtomic( in AtomicInfo()
139 bool shouldUseLibcall() const { return UseLibcall; } in shouldUseLibcall()
670 bool UseLibcall = (sizeChars != alignChars || in EmitAtomicExpr() local
783 if (UseLibcall) { in EmitAtomicExpr()