Lines Matching refs:getAddress

372           VD, [&CGF, &DRE]() { return CGF.EmitLValue(&DRE).getAddress(CGF); });
788 DRD, SharedLVal.getAddress(CGF));
894 CGF.Builder.CreateElementBitCast(SharedLVal.getAddress(CGF),
905 PrivateAddr, SharedLVal.getAddress(CGF),
942 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy);
944 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy);
950 CGF.Builder.CreateElementBitCast(BaseLV.getAddress(CGF),
1018 SharedAddresses[N].first.getAddress(CGF).getType());
1022 OriginalBaseLValue.getAddress(CGF).getType(),
1148 .getAddress(CGF);
1153 .getAddress(CGF);
2152 return OMPRegionInfo->getThreadIDVariableLValue(CGF).getAddress(CGF);
3036 (PerLine->second.getAddress() || PerLine->second.getID()))
3072 if (Entry.getAddress() && hasDeviceGlobalVarEntryInfo(VarName)) {
3249 if (!CE->getID() || !CE->getAddress()) {
3261 createOffloadEntry(CE->getID(), CE->getAddress(), /*Size=*/0,
3274 if (!CE->getAddress()) {
3288 assert(((CGM.getLangOpts().OpenMPIsDevice && !CE->getAddress()) ||
3289 (!CGM.getLangOpts().OpenMPIsDevice && CE->getAddress())) &&
3293 if (!CE->getAddress()) {
3303 createOffloadEntry(CE->getAddress(), CE->getAddress(),
3627 TDBase.getAddress(CGF), CGF.VoidPtrTy)
3705 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(CGF), Field->getType());
3813 RefLVal.getAddress(CGF), RefLVal.getType()->castAs<PointerType>());
3908 PrivateLValue.getAddress(CGF), SharedRefLValue.getAddress(CGF),
3928 return SharedRefLValue.getAddress(CGF);
4093 llvm::ConstantInt::get(CLVal.getAddress(CGF).getElementType(), 0),
4633 DepobjLVal.getAddress(CGF),
4637 Base.getAddress(CGF), CGF.ConvertTypeForMem(KmpDependInfoPtrTy));
4734 DepobjLVal.getAddress(CGF),
4737 Base.getAddress(CGF), KmpDependInfoPtrT);
4754 CGF.InitTempAlloca(NumLVal.getAddress(CGF),
4793 DepobjLVal.getAddress(CGF),
4796 Base.getAddress(CGF), KmpDependInfoPtrT);
4821 CGF.Builder.CreateMemCpy(DepAddr, Base.getAddress(CGF), Size);
5041 DepobjLVal.getAddress(CGF),
5045 Base.getAddress(CGF), CGF.ConvertTypeForMem(KmpDependInfoPtrTy));
5075 Address Begin = Base.getAddress(CGF);
5256 CGF.EmitAnyExprToMem(LBVar->getInit(), LBLVal.getAddress(CGF),
5264 CGF.EmitAnyExprToMem(UBVar->getInit(), UBLVal.getAddress(CGF),
5272 CGF.EmitAnyExprToMem(StVar->getInit(), StLVal.getAddress(CGF),
5282 CGF.EmitNullInitialization(RedLVal.getAddress(CGF),
6142 CGF.EmitNullInitialization(FlagsLVal.getAddress(CGF),
6432 AllocatorTraitsLVal.getAddress(CGF), CGF.VoidPtrPtrTy);
7645 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(CGF);
7654 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(CGF);
7827 .getAddress(CGF);
7829 .getAddress(CGF);
7833 .getAddress(CGF);
7891 .getAddress(CGF);
7895 .getAddress(CGF);
7987 .getAddress(CGF);
9164 CGF.MakeNaturalAlignAddrLValue(Addr, ElementType).getAddress(CGF),
12316 return CGF.EmitLValueForField(BaseLVal, VDField).getAddress(CGF);
12501 PrivLVal.getAddress(CGF),