Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp254 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()
1223 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
1242 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
H A DCGExprComplex.cpp468 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
H A DCGAtomic.cpp1492 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
H A DCGExpr.cpp1989 if (Ty->isAtomicType() || LValueIsSuitableForInlineAtomic(AtomicLValue)) { in EmitLoadOfScalar()
2134 (!isInit && LValueIsSuitableForInlineAtomic(AtomicLValue))) { in EmitStoreOfScalar()
H A DCodeGenFunction.h4141 bool LValueIsSuitableForInlineAtomic(LValue Src);