Searched refs:LValueIsSuitableForInlineAtomic (Results 1 – 5 of 5) sorted by relevance
252 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()1209 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()1228 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
405 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
1701 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
1995 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()2132 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
3895 bool LValueIsSuitableForInlineAtomic(LValue Src);