Lines Matching refs:LVal
2147 auto LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal() local
2149 CGF.EmitScalarInit(Init, LVal); in createSectionLVal()
2150 return LVal; in createSectionLVal()
2820 LValue LVal, RValue RVal) { in emitSimpleAtomicStore() argument
2821 if (LVal.isGlobalReg()) { in emitSimpleAtomicStore()
2822 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal); in emitSimpleAtomicStore()
2824 CGF.EmitAtomicStore(RVal, LVal, in emitSimpleAtomicStore()
2827 LVal.isVolatile(), /*IsInit=*/false); in emitSimpleAtomicStore()
2831 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore() argument
2833 switch (getEvaluationKind(LVal.getType())) { in emitOMPSimpleStore()
2836 *this, RVal, RValTy, LVal.getType(), Loc)), in emitOMPSimpleStore()
2837 LVal); in emitOMPSimpleStore()
2841 convertToComplexValue(*this, RVal, RValTy, LVal.getType(), Loc), LVal, in emitOMPSimpleStore()