Lines Matching refs:getAddress

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