Home
last modified time | relevance | path

Searched refs:LValueIsSuitableForInlineAtomic (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp231 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()
1188 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
1207 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
H A DCGExprComplex.cpp378 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
H A DCGAtomic.cpp1596 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
H A DCGExpr.cpp1788 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()
1917 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
H A DCodeGenFunction.h3783 bool LValueIsSuitableForInlineAtomic(LValue Src);