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()
677 LValue LV = in GenerateOpenMPCapturedStmtFunction()
766 LValue Dest = MakeAddrLValue(DestAddr, OriginalType); in EmitOMPCopy()
767 LValue Src = MakeAddrLValue(SrcAddr, OriginalType); in EmitOMPCopy()
854 LValue OriginalLVal; in EmitOMPFirstprivateClause()
882 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()
5375 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
5481 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
5482 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()
5495 LValue DestLVal; in EmitOMPScanDirective()
5496 LValue SrcLVal; in EmitOMPScanDirective()
5528 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5540 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5541 LValue SrcLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective()
5560 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5582 LValue SrcLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5583 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective()
5644 LValue LB = EmitOMPHelperVar( in EmitOMPDistributeLoop()
5649 LValue UB = EmitOMPHelperVar( in EmitOMPDistributeLoop()
5654 LValue ST = in EmitOMPDistributeLoop()
5656 LValue IL = in EmitOMPDistributeLoop()
6001 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
6009 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad()
6018 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
6042 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr()
6043 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicReadExpr()
6094 static std::pair<bool, RValue> emitOMPAtomicRMW(CodeGenFunction &CGF, LValue X, in emitOMPAtomicRMW()
6214 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart, in EmitOMPAtomicSimpleUpdateExpr()
6251 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr()
6311 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicCaptureExpr()
6312 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr()
6433 LValue XLVal = CGF.EmitLValue(X); in emitOMPAtomicCompareExpr()
6464 LValue LV = CGF.EmitLValue(V); in emitOMPAtomicCompareExpr()
6471 LValue LV = CGF.EmitLValue(R); in emitOMPAtomicCompareExpr()
8035 LValue GlobLVal = CGF.EmitLValue(Ref); in EmitSimpleOMPExecutableDirective()
8050 LValue GlobLVal = CGF.EmitLValue(E); in EmitSimpleOMPExecutableDirective()