Lines Matching refs:getAddress

94           return CGF.EmitLValue(&DRE).getAddress(CGF);  in OMPLexicalScope()
269 return CGF.EmitLValue(&DRE).getAddress(CGF); in OMPSimdLexicalScope()
362 CapturedVars.push_back(EmitLValue(*I).getAddress(*this).getPointer()); in GenerateOpenMPCapturedVars()
373 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
377 .getAddress(CGF); in castValueFromUintptr()
560 Address ArgAddr = ArgLVal.getAddress(CGF); in emitOutlinedFunctionPrologue()
582 : ArgLVal.getAddress(CGF)}}); in emitOutlinedFunctionPrologue()
587 LocalAddrs.insert({Args[Cnt], {nullptr, ArgLVal.getAddress(CGF)}}); in emitOutlinedFunctionPrologue()
659 LV.getAddress(WrapperCGF), in GenerateOpenMPCapturedStmtFunction()
661 LV.getAddress(WrapperCGF).getAddressSpace()))); in GenerateOpenMPCapturedStmtFunction()
879 OriginalLVal.getAddress(*this), Type, in EmitOMPFirstprivateClause()
897 Address OriginalAddr = OriginalLVal.getAddress(*this); in EmitOMPFirstprivateClause()
994 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
1003 Address PrivateAddr = EmitLValue(*IRef).getAddress(*this); in EmitOMPCopyinClause()
1073 return EmitLValue(&DRE).getAddress(*this); in EmitOMPLastprivateClauseInit()
1260 return RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
1269 return RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
1279 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
2012 Address LoopVarAddress = LCVal.getAddress(*this); in EmitOMPCanonicalLoop()
2152 Address OrigAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPLinearClauseFinal()
2222 return EmitLValue(&DRE).getAddress(*this); in EmitOMPPrivateLoopCounters()
2397 EmitLValue(CED->getInit()->IgnoreImpCasts()).getAddress(*this); in EmitOMPSimdFinal()
2402 OrigAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPSimdFinal()
2938 CGF.Builder.CreateIntCast(CGF.Builder.CreateLoad(LB.getAddress(CGF)), in emitDistributeParallelForDistributeInnerBoundParams()
2945 CGF.Builder.CreateIntCast(CGF.Builder.CreateLoad(UB.getAddress(CGF)), in emitDistributeParallelForDistributeInnerBoundParams()
3197 IVSize, IVSigned, Ordered, IL.getAddress(CGF), in EmitOMPWorksharingLoop()
3198 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF), in EmitOMPWorksharingLoop()
3242 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPWorksharingLoop()
3243 IL.getAddress(*this), Chunk, EUB); in EmitOMPWorksharingLoop()
3471 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3482 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3741 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(CGF), in EmitSections()
3742 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF)); in EmitSections()
4421 return CGF.EmitLValue(&DRE).getAddress(CGF); in EmitOMPTaskBasedDirective()
4922 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4923 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
4944 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4945 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
4981 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4982 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
5023 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5024 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
5152 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(*this), in EmitOMPDistributeLoop()
5153 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPDistributeLoop()
5229 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPDistributeLoop()
5230 IL.getAddress(*this), Chunk}; in EmitOMPDistributeLoop()
5461 X.getAddress(CGF).getElementType())) || in emitOMPAtomicRMW()
5462 !X.getAddress(CGF).getElementType()->isIntegerTy() || in emitOMPAtomicRMW()
5534 IC, X.getAddress(CGF).getElementType(), in emitOMPAtomicRMW()
7104 VD, [&GlobLVal, &CGF]() { return GlobLVal.getAddress(CGF); }); in EmitSimpleOMPExecutableDirective()
7120 VD, [&GlobLVal, &CGF]() { return GlobLVal.getAddress(CGF); }); in EmitSimpleOMPExecutableDirective()