Lines Matching refs:LValue
970 static LValue EmitOMPHelperVar(CodeGenFunction &CGF, in EmitOMPHelperVar()
1007 LValue LB = in EmitOMPWorksharingLoop()
1009 LValue UB = in EmitOMPWorksharingLoop()
1011 LValue ST = in EmitOMPWorksharingLoop()
1013 LValue IL = in EmitOMPWorksharingLoop()
1101 static LValue createSectionLVal(CodeGenFunction &CGF, QualType Ty, in createSectionLVal()
1119 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in emitSections()
1122 LValue UB = in emitSections()
1124 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in emitSections()
1126 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in emitSections()
1129 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in emitSections()
1421 LValue XLValue = CGF.EmitLValue(X); in EmitOMPAtomicReadExpr()
1422 LValue VLValue = CGF.EmitLValue(V); in EmitOMPAtomicReadExpr()
1455 LValue XLValue = CGF.EmitLValue(X); in EmitOMPAtomicWriteExpr()
1472 bool emitOMPAtomicRMW(CodeGenFunction &CGF, LValue X, RValue Update, in emitOMPAtomicRMW()
1560 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart, in EmitOMPAtomicSimpleUpdateExpr()
1595 LValue XLValue = CGF.EmitLValue(X); in EmitOMPAtomicUpdateExpr()