Searched refs:LValueIsSuitableForInlineAtomic (Results 1 – 5 of 5) sorted by relevance
219 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()1135 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()1154 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
373 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
1458 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
1654 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()1734 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
3358 bool LValueIsSuitableForInlineAtomic(LValue Src);