Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp220 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()
883 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
901 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
DCGExprComplex.cpp347 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
DCGAtomic.cpp1271 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
DCGExpr.cpp1296 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()
1408 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
DCodeGenFunction.h2614 bool LValueIsSuitableForInlineAtomic(LValue Src);