Searched refs:LValueIsSuitableForInlineAtomic (Results 1 – 5 of 5) sorted by relevance
254 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()1223 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()1242 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
468 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
1492 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
1989 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()2134 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
4141 bool LValueIsSuitableForInlineAtomic(LValue Src);