Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:alignSource

1265                                                AlignmentSource AlignSource,
1295 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo);
1376 AlignmentSource AlignSource,
1406 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo);
2224 AlignmentSource AlignSource;
2225 Address Addr = EmitPointerWithAlignment(E->getSubExpr(), &AlignSource);
2226 LValue LV = MakeAddrLValue(Addr, T, AlignSource);
2764 AlignmentSource *AlignSource) {
2771 if (AlignSource) *AlignSource = LV.getAlignmentSource();
2907 AlignmentSource AlignSource;
2914 Addr = EmitPointerWithAlignment(E->getBase(), &AlignSource);
2941 Addr = EmitPointerWithAlignment(E->getBase(), &AlignSource);
2979 AlignSource = ArrayLV.getAlignmentSource();
2982 Addr = EmitPointerWithAlignment(E->getBase(), &AlignSource);
2987 LValue LV = MakeAddrLValue(Addr, E->getType(), AlignSource);
3000 AlignmentSource &AlignSource,
3008 AlignSource = BaseLVal.getAlignmentSource();
3027 CharUnits Align = CGF.getNaturalTypeAlignment(ElTy, &AlignSource);
3030 return CGF.EmitPointerWithAlignment(Base, &AlignSource);
3134 AlignmentSource AlignSource;
3140 emitOMPArraySectionBase(*this, E->getBase(), AlignSource, BaseTy,
3174 AlignSource = ArrayLV.getAlignmentSource();
3176 Address Base = emitOMPArraySectionBase(*this, E->getBase(), AlignSource,
3182 return MakeAddrLValue(EltPtr, ResultExprTy, AlignSource);
3194 AlignmentSource AlignSource;
3195 Address Ptr = EmitPointerWithAlignment(E->getBase(), &AlignSource);
3197 Base = MakeAddrLValue(Ptr, PT->getPointeeType(), AlignSource);
3248 AlignmentSource AlignSource;
3249 Address Addr = EmitPointerWithAlignment(BaseExpr, &AlignSource);
3252 BaseLV = MakeAddrLValue(Addr, PtrTy, AlignSource);
3547 AlignmentSource alignSource =
3549 return MakeAddrLValue(result, expr->getType(), alignSource);
4146 AlignmentSource AlignSource;
4149 &AlignSource);
4151 return MakeAddrLValue(MemberAddr, MPT->getPointeeType(), AlignSource);