Lines Matching refs:AlignmentSource

445         return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl);  in EmitMaterializeTemporaryExpr()
450 AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
572 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
589 return MakeAddrLValue(Object, M->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
1070 if (InnerBaseInfo.getAlignmentSource() != AlignmentSource::Decl) { in EmitPointerWithAlignment()
2284 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitThreadPrivateVarDeclLValue()
2353 return CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitGlobalVarDeclLValue()
2370 AlignmentSource::Decl) : in EmitGlobalVarDeclLValue()
2371 CGF.MakeAddrLValue(Addr, T, AlignmentSource::Decl); in EmitGlobalVarDeclLValue()
2405 AlignmentSource::Decl); in EmitFunctionDeclLValue()
2479 return MakeAddrLValue(Address(Val, Alignment), T, AlignmentSource::Decl); in EmitDeclRefLValue()
2492 AlignmentSource::Decl); in EmitDeclRefLValue()
2500 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()
2506 return MakeAddrLValue(addr, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2520 return MakeAddrLValue(Aliasee, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2564 EmitLoadOfReferenceLValue(addr, VD->getType(), AlignmentSource::Decl) : in EmitDeclRefLValue()
2565 MakeAddrLValue(addr, T, AlignmentSource::Decl); in EmitDeclRefLValue()
2666 E->getType(), AlignmentSource::Decl); in EmitStringLiteralLValue()
2671 E->getType(), AlignmentSource::Decl); in EmitObjCEncodeExprLValue()
2691 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl); in EmitPredefinedLValue()
2694 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl); in EmitPredefinedLValue()
2698 return MakeAddrLValue(C, E->getType(), AlignmentSource::Decl); in EmitPredefinedLValue()
3733 AlignmentSource::Decl); in EmitExtVectorElementExpr()
3890 AlignmentSource BaseAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForField()
4002 AlignmentSource FieldAlignSource = BaseInfo.getAlignmentSource(); in EmitLValueForFieldInitialization()
4011 return MakeAddrLValue(GlobalPtr, E->getType(), AlignmentSource::Decl); in EmitCompoundLiteralLValue()
4019 LValue Result = MakeAddrLValue(DeclPtr, E->getType(), AlignmentSource::Decl); in EmitCompoundLiteralLValue()
4115 AlignmentSource alignSource = in EmitConditionalOperatorLValue()
4505 AlignmentSource::Decl); in EmitCallExprLValue()
4524 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl); in EmitCXXConstructLValue()
4539 AlignmentSource::Decl); in EmitCXXUuidofLValue()
4548 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl); in EmitCXXBindTemporaryLValue()
4555 return MakeAddrLValue(Slot.getAddress(), E->getType(), AlignmentSource::Decl); in EmitLambdaLValue()
4563 AlignmentSource::Decl); in EmitObjCMessageExprLValue()
4575 return MakeAddrLValue(V, E->getType(), AlignmentSource::Decl); in EmitObjCSelectorLValue()
4619 AlignmentSource::Decl); in EmitStmtExprLValue()
4833 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue()
4895 AlignmentSource::Decl); in emitPseudoObjectExpr()