Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp219 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()
1135 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
1154 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
H A DCGExprComplex.cpp373 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
H A DCGAtomic.cpp1458 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
H A DCGExpr.cpp1654 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()
1734 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
H A DCodeGenFunction.h3358 bool LValueIsSuitableForInlineAtomic(LValue Src);