Lines Matching refs:getAddress
94 return CGF.EmitLValue(&DRE).getAddress(CGF); in OMPLexicalScope()
271 return CGF.EmitLValue(&DRE).getAddress(CGF); in OMPSimdLexicalScope()
364 CapturedVars.push_back(EmitLValue(*I).getAddress(*this).getPointer()); in GenerateOpenMPCapturedVars()
375 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
379 .getAddress(CGF); in castValueFromUintptr()
566 Address ArgAddr = ArgLVal.getAddress(CGF); in emitOutlinedFunctionPrologue()
588 : ArgLVal.getAddress(CGF)}}); in emitOutlinedFunctionPrologue()
593 LocalAddrs.insert({Args[Cnt], {nullptr, ArgLVal.getAddress(CGF)}}); in emitOutlinedFunctionPrologue()
665 LV.getAddress(WrapperCGF), in GenerateOpenMPCapturedStmtFunction()
667 LV.getAddress(WrapperCGF).getAddressSpace()))); in GenerateOpenMPCapturedStmtFunction()
887 OriginalLVal.getAddress(*this), Type, in EmitOMPFirstprivateClause()
905 Address OriginalAddr = OriginalLVal.getAddress(*this); in EmitOMPFirstprivateClause()
1002 MasterAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPCopyinClause()
1011 Address PrivateAddr = EmitLValue(*IRef).getAddress(*this); in EmitOMPCopyinClause()
1081 return EmitLValue(&DRE).getAddress(*this); in EmitOMPLastprivateClauseInit()
1268 return RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
1277 return RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
1287 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(*this); in EmitOMPReductionClauseInit()
2020 Address LoopVarAddress = LCVal.getAddress(*this); in EmitOMPCanonicalLoop()
2160 Address OrigAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPLinearClauseFinal()
2230 return EmitLValue(&DRE).getAddress(*this); in EmitOMPPrivateLoopCounters()
2402 EmitLValue(CED->getInit()->IgnoreImpCasts()).getAddress(*this); in EmitOMPSimdFinal()
2407 OrigAddr = EmitLValue(&DRE).getAddress(*this); in EmitOMPSimdFinal()
2965 CGF.Builder.CreateIntCast(CGF.Builder.CreateLoad(LB.getAddress(CGF)), in emitDistributeParallelForDistributeInnerBoundParams()
2972 CGF.Builder.CreateIntCast(CGF.Builder.CreateLoad(UB.getAddress(CGF)), in emitDistributeParallelForDistributeInnerBoundParams()
3223 IVSize, IVSigned, Ordered, IL.getAddress(CGF), in EmitOMPWorksharingLoop()
3224 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF), in EmitOMPWorksharingLoop()
3268 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPWorksharingLoop()
3269 IL.getAddress(*this), Chunk, EUB); in EmitOMPWorksharingLoop()
3497 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3508 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress(CGF); in emitScanBasedDirective()
3767 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(CGF), in EmitSections()
3768 LB.getAddress(CGF), UB.getAddress(CGF), ST.getAddress(CGF)); in EmitSections()
4447 return CGF.EmitLValue(&DRE).getAddress(CGF); in EmitOMPTaskBasedDirective()
4948 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4949 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
4970 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
4971 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
5007 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5008 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
5049 EmitOMPCopy(PrivateExpr->getType(), DestLVal.getAddress(*this), in EmitOMPScanDirective()
5050 SrcLVal.getAddress(*this), in EmitOMPScanDirective()
5178 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(*this), in EmitOMPDistributeLoop()
5179 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPDistributeLoop()
5255 LB.getAddress(*this), UB.getAddress(*this), ST.getAddress(*this), in EmitOMPDistributeLoop()
5256 IL.getAddress(*this), Chunk}; in EmitOMPDistributeLoop()
5489 X.getAddress(CGF).getElementType())) || in emitOMPAtomicRMW()
5490 !X.getAddress(CGF).getElementType()->isIntegerTy() || in emitOMPAtomicRMW()
5562 IC, X.getAddress(CGF).getElementType(), in emitOMPAtomicRMW()
7137 VD, [&GlobLVal, &CGF]() { return GlobLVal.getAddress(CGF); }); in EmitSimpleOMPExecutableDirective()
7153 VD, [&GlobLVal, &CGF]() { return GlobLVal.getAddress(CGF); }); in EmitSimpleOMPExecutableDirective()