Lines Matching refs:LValue
285 LValue CodeGenFunction::EmitOMPSharedLValue(const Expr *E) { in EmitOMPSharedLValue()
345 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
350 LValue SrcLV = in GenerateOpenMPCapturedVars()
369 LValue AddrLV) { in castValueFromUintptr()
545 LValue ArgLVal = CGF.MakeAddrLValue(LocalAddr, Args[Cnt]->getType(), in emitOutlinedFunctionPrologue()
653 LValue LV = WrapperCGF.MakeAddrLValue( in GenerateOpenMPCapturedStmtFunction()
668 LValue LV = WrapperCGF.MakeAddrLValue(WrapperCGF.GetAddrOfLocalVar(Arg), in GenerateOpenMPCapturedStmtFunction()
753 LValue Dest = MakeAddrLValue(DestAddr, OriginalType); in EmitOMPCopy()
754 LValue Src = MakeAddrLValue(SrcAddr, OriginalType); in EmitOMPCopy()
842 LValue OriginalLVal; in EmitOMPFirstprivateClause()
873 LValue Dest = in EmitOMPFirstprivateClause()
1921 LValue CapStruct = ParentCGF.InitCapturedStruct(*S); in emitCapturedStmtFunc()
2011 LValue LCVal = EmitLValue(LoopVarRef); in EmitOMPCanonicalLoop()
2424 static LValue EmitOMPHelperVar(CodeGenFunction &CGF, in EmitOMPHelperVar()
2870 static std::pair<LValue, LValue>
2874 LValue LB = in emitDistributeParallelForInnerBounds()
2876 LValue UB = in emitDistributeParallelForInnerBounds()
2885 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()
2886 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()
2935 LValue LB = in emitDistributeParallelForDistributeInnerBoundParams()
2941 LValue UB = in emitDistributeParallelForDistributeInnerBoundParams()
3099 std::pair<LValue, LValue> Bounds = CodeGenLoopBounds(*this, S); in EmitOMPWorksharingLoop()
3100 LValue LB = Bounds.first; in EmitOMPWorksharingLoop()
3101 LValue UB = Bounds.second; in EmitOMPWorksharingLoop()
3102 LValue ST = in EmitOMPWorksharingLoop()
3104 LValue IL = in EmitOMPWorksharingLoop()
3286 static std::pair<LValue, LValue>
3289 LValue LB = in emitForLoopBounds()
3291 LValue UB = in emitForLoopBounds()
3640 static LValue createSectionLVal(CodeGenFunction &CGF, QualType Ty, in createSectionLVal()
3643 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); in createSectionLVal()
3659 LValue LB = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.lb.", in EmitSections()
3664 LValue UB = in EmitSections()
3666 LValue ST = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.st.", in EmitSections()
3668 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections()
3671 LValue IV = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.iv."); in EmitSections()
4814 LValue DOLVal = EmitLValue(DO->getDepobj()); in EmitOMPDepobjDirective()
4920 LValue DestLVal = EmitLValue(TempExpr); in EmitOMPScanDirective()
4921 LValue SrcLVal = EmitLValue(LHSs[I]); in EmitOMPScanDirective()
4934 LValue DestLVal; in EmitOMPScanDirective()
4935 LValue SrcLVal; in EmitOMPScanDirective()
4967 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
4979 LValue DestLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
4980 LValue SrcLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective()
4999 LValue IdxLVal = EmitLValue(IVExpr); in EmitOMPScanDirective()
5021 LValue SrcLVal = EmitLValue(CopyArrayElem); in EmitOMPScanDirective()
5022 LValue DestLVal = EmitLValue(OrigExpr); in EmitOMPScanDirective()
5083 LValue LB = EmitOMPHelperVar( in EmitOMPDistributeLoop()
5088 LValue UB = EmitOMPHelperVar( in EmitOMPDistributeLoop()
5093 LValue ST = in EmitOMPDistributeLoop()
5095 LValue IL = in EmitOMPDistributeLoop()
5355 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
5363 llvm::AtomicOrdering AO, LValue LVal, in emitSimpleAtomicLoad()
5372 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
5396 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicReadExpr()
5397 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicReadExpr()
5448 static std::pair<bool, RValue> emitOMPAtomicRMW(CodeGenFunction &CGF, LValue X, in emitOMPAtomicRMW()
5543 LValue X, RValue E, BinaryOperatorKind BO, bool IsXLHSInRHSPart, in EmitOMPAtomicSimpleUpdateExpr()
5580 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicUpdateExpr()
5640 LValue VLValue = CGF.EmitLValue(V); in emitOMPAtomicCaptureExpr()
5641 LValue XLValue = CGF.EmitLValue(X); in emitOMPAtomicCaptureExpr()
7102 LValue GlobLVal = CGF.EmitLValue(Ref); in EmitSimpleOMPExecutableDirective()
7118 LValue GlobLVal = CGF.EmitLValue(E); in EmitSimpleOMPExecutableDirective()