Searched refs:LValueIsSuitableForInlineAtomic (Results 1 – 5 of 5) sorted by relevance
260 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()1357 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()1376 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
461 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
1536 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
2056 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()2205 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
4251 bool LValueIsSuitableForInlineAtomic(LValue Src);