Lines Matching refs:LValue
290 LValue CodeGenFunction::EmitOMPSharedLValue(const Expr *E) { in EmitOMPSharedLValue()
350 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
355 LValue SrcLV = in GenerateOpenMPCapturedVars()
374 LValue AddrLV) { in castValueFromUintptr()
559 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue()
665 LValue LV = WrapperCGF.MakeAddrLValue( in GenerateOpenMPCapturedStmtFunction()
681 LValue LV = in GenerateOpenMPCapturedStmtFunction()
770 LValue Dest = MakeAddrLValue(DestAddr, OriginalType); in EmitOMPCopy()
771 LValue Src = MakeAddrLValue(SrcAddr, OriginalType); in EmitOMPCopy()
858 LValue OriginalLVal; in EmitOMPFirstprivateClause()
886 LValue Dest = MakeAddrLValue(Emission.getAllocatedAddress(), Type); in EmitOMPFirstprivateClause()
1955 LValue CapStruct = ParentCGF.InitCapturedStruct(*S); in emitCapturedStmtFunc()
2061 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop()
2464 static LValue EmitOMPHelperVar(CodeGenFunction &CGF, in EmitOMPHelperVar()
3089 static std::pair<LValue, LValue>
3093 LValue LB = in emitDistributeParallelForInnerBounds()
3095 LValue UB = in emitDistributeParallelForInnerBounds()
3104 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()
3105 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()
3154 LValue LB = in emitDistributeParallelForDistributeInnerBoundParams()
3160 LValue UB = in emitDistributeParallelForDistributeInnerBoundParams()
3318 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop()
3319 LValue LB = Bounds.first; in EmitOMPWorksharingLoop()
3320 LValue UB = Bounds.second; in EmitOMPWorksharingLoop()
3321 LValue ST = in EmitOMPWorksharingLoop()
3323 LValue IL = in EmitOMPWorksharingLoop()
3507 static std::pair<LValue, LValue>
3510 LValue LB = in emitForLoopBounds()
3512 LValue UB = in emitForLoopBounds()
3627 LValue DestLVal = CGF.EmitLValue(OrigExpr); in emitScanBasedDirectiveFinals()
3628 LValue SrcLVal = CGF.EmitLValue(CopyArrayElem); in emitScanBasedDirectiveFinals()
3967 static LValue createSectionLVal(CodeGenFunction &CGF, QualType Ty, in createSectionLVal()
3970 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal()
3986 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections()
3991 LValue UB = in EmitSections()
3993 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections()
3995 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections()
3998 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections()
5341 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
5447 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
5448 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()
5461 LValue DestLVal; in EmitOMPScanDirective()
5462 LValue SrcLVal; in EmitOMPScanDirective()
5494 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5506 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5507 LValue SrcLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective()
5526 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5548 LValue SrcLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5549 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective()
5610 LValue LB = EmitOMPHelperVar( in EmitOMPDistributeLoop()
5615 LValue UB = EmitOMPHelperVar( in EmitOMPDistributeLoop()
5620 LValue ST = in EmitOMPDistributeLoop()
5622 LValue IL = in EmitOMPDistributeLoop()
5951 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
5959 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad()
5968 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
5992 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr()
5993 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicReadExpr()
6044 static std::pair<bool, RValue> emitOMPAtomicRMW(CodeGenFunction &CGF, LValue X, in emitOMPAtomicRMW()
6164 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart, in EmitOMPAtomicSimpleUpdateExpr()
6201 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr()
6261 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicCaptureExpr()
6262 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr()
6385 LValue XLVal = CGF.EmitLValue(X); in emitOMPAtomicCompareExpr()
6416 LValue LV = CGF.EmitLValue(V); in emitOMPAtomicCompareExpr()
6423 LValue LV = CGF.EmitLValue(R); in emitOMPAtomicCompareExpr()
7813 LValue GlobLVal = CGF.EmitLValue(Ref); in EmitSimpleOMPExecutableDirective()
7828 LValue GlobLVal = CGF.EmitLValue(E); in EmitSimpleOMPExecutableDirective()