Searched refs:LValueIsSuitableForInlineAtomic (Results 1 – 5 of 5) sorted by relevance
220 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()883 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()901 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
347 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
1271 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
1296 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()1408 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
2614 bool LValueIsSuitableForInlineAtomic(LValue Src);