Lines Matching refs:getAddress
81 return CGF.EmitLValue(&DRE).getAddress(); in OMPLexicalScope()
201 return CGF.EmitLValue(&DRE).getAddress(); in OMPSimdLexicalScope()
294 CapturedVars.push_back(EmitLValue(*I).getAddress().getPointer()); in GenerateOpenMPCapturedVars()
306 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
310 .getAddress(); in castValueFromUintptr()
508 Address ArgAddr = ArgLVal.getAddress(); in emitOutlinedFunctionPrologue()
535 : ArgLVal.getAddress()}}); in emitOutlinedFunctionPrologue()
540 LocalAddrs.insert({Args[Cnt], {nullptr, ArgLVal.getAddress()}}); in emitOutlinedFunctionPrologue()
787 Emission.getAllocatedAddress(), OriginalLVal.getAddress(), in EmitOMPFirstprivateClause()
806 Address OriginalAddr = OriginalLVal.getAddress(); in EmitOMPFirstprivateClause()
883 MasterAddr = EmitLValue(&DRE).getAddress(); in EmitOMPCopyinClause()
892 Address PrivateAddr = EmitLValue(*IRef).getAddress(); in EmitOMPCopyinClause()
960 return EmitLValue(&DRE).getAddress(); in EmitOMPLastprivateClauseInit()
1118 return RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
1127 return RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
1137 Address OriginalAddr = RedCG.getSharedLValue(Count).getAddress(); in EmitOMPReductionClauseInit()
1434 Address OrigAddr = EmitLValue(&DRE).getAddress(); in EmitOMPLinearClauseFinal()
1503 return EmitLValue(&DRE).getAddress(); in EmitOMPPrivateLoopCounters()
1646 OrigAddr = EmitLValue(CED->getInit()->IgnoreImpCasts()).getAddress(); in EmitOMPSimdFinal()
1651 OrigAddr = EmitLValue(&DRE).getAddress(); in EmitOMPSimdFinal()
2118 CGF.Builder.CreateLoad(LB.getAddress()), CGF.SizeTy, /*isSigned=*/false); in emitDistributeParallelForDistributeInnerBoundParams()
2124 CGF.Builder.CreateLoad(UB.getAddress()), CGF.SizeTy, /*isSigned=*/false); in emitDistributeParallelForDistributeInnerBoundParams()
2352 IVSize, IVSigned, Ordered, IL.getAddress(), LB.getAddress(), in EmitOMPWorksharingLoop()
2353 UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
2400 const OMPLoopArguments LoopArguments(LB.getAddress(), UB.getAddress(), in EmitOMPWorksharingLoop()
2401 ST.getAddress(), IL.getAddress(), in EmitOMPWorksharingLoop()
2606 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(), in EmitSections()
2607 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
2939 return CGF.EmitLValue(&DRE).getAddress(); in EmitOMPTaskBasedDirective()
3393 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(), in EmitOMPDistributeLoop()
3394 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPDistributeLoop()
3460 LB.getAddress(), UB.getAddress(), ST.getAddress(), IL.getAddress(), in EmitOMPDistributeLoop()
3664 X.getAddress().getElementType())) || in emitOMPAtomicRMW()
3665 !X.getAddress().getElementType()->isIntegerTy() || in emitOMPAtomicRMW()
3737 IC, X.getAddress().getElementType(), in emitOMPAtomicRMW()
5047 VD, [&GlobLVal]() { return GlobLVal.getAddress(); }); in EmitSimpleOMPExecutableDirective()