Lines Matching refs:LValue

265     LValue LV = MakeAddrLValue(Location, E->getType());  in EmitAnyExprToMem()
441 LValue CodeGenFunction::
472 LValue RefTempDst = MakeAddrLValue(Object, M->getType(), in EmitMaterializeTemporaryExpr()
595 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
618 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr()
1021 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
1164 LValue LV = EmitLValue(UO->getSubExpr()); in EmitPointerWithAlignment()
1218 LValue CodeGenFunction::EmitUnsupportedLValue(const Expr *E, in EmitUnsupportedLValue()
1249 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
1250 LValue LV; in EmitCheckedLValue()
1285 LValue CodeGenFunction::EmitLValue(const Expr *E) { in EmitLValue()
1354 LValue LV = EmitLValue(cleanups->getSubExpr()); in EmitLValue()
1360 return LValue::MakeAddr(Address(V, LV.getAlignment()), LV.getType(), in EmitLValue()
1598 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue, in EmitLoadOfScalar()
1739 LValue AtomicLValue = in EmitLoadOfScalar()
1740 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
1817 static void EmitStoreOfMatrixScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfMatrixScalar()
1851 LValue AtomicLValue = in EmitStoreOfScalar()
1852 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
1870 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfScalar()
1884 static RValue EmitLoadOfMatrixLValue(LValue LV, SourceLocation Loc, in EmitLoadOfMatrixLValue()
1895 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
1952 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV, in EmitLoadOfBitfieldLValue()
1989 RValue CodeGenFunction::EmitLoadOfExtVectorElementLValue(LValue LV) { in EmitLoadOfExtVectorElementLValue()
2016 Address CodeGenFunction::EmitExtVectorElementLValue(LValue LV) { in EmitExtVectorElementLValue()
2036 RValue CodeGenFunction::EmitLoadOfGlobalRegLValue(LValue LV) { in EmitLoadOfGlobalRegLValue()
2060 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue()
2167 void CodeGenFunction::EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst, in EmitStoreThroughBitfieldLValue()
2246 LValue Dst) { in EmitStoreThroughExtVectorComponentLValue()
2309 void CodeGenFunction::EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst) { in EmitStoreThroughGlobalRegLValue()
2335 LValue &LV, in setObjCGCLValueClass()
2439 static LValue EmitThreadPrivateVarDeclLValue( in EmitThreadPrivateVarDeclLValue()
2473 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference()
2486 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue()
2505 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue()
2513 static LValue EmitGlobalVarDeclLValue(CodeGenFunction &CGF, in EmitGlobalVarDeclLValue()
2541 LValue LV = VD->getType()->isReferenceType() ? in EmitGlobalVarDeclLValue()
2574 static LValue EmitFunctionDeclLValue(CodeGenFunction &CGF, const Expr *E, in EmitFunctionDeclLValue()
2583 static LValue EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, in EmitCapturedFieldLValue()
2586 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
2596 static LValue EmitGlobalNamedRegister(const VarDecl *VD, CodeGenModule &CGM) { in EmitGlobalNamedRegister()
2615 return LValue::MakeGlobalReg(Address(Ptr, Alignment), VD->getType()); in EmitGlobalNamedRegister()
2669 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { in EmitDeclRefLValue()
2726 LValue CapLVal; in EmitDeclRefLValue()
2739 LValue CapLVal = in EmitDeclRefLValue()
2813 LValue LV = VD->getType()->isReferenceType() ? in EmitDeclRefLValue()
2836 LValue LV = EmitFunctionDeclLValue(*this, E, FD); in EmitDeclRefLValue()
2870 LValue CodeGenFunction::EmitUnaryOpLValue(const UnaryOperator *E) { in EmitUnaryOpLValue()
2886 LValue LV = MakeAddrLValue(Addr, T, BaseInfo, TBAAInfo); in EmitUnaryOpLValue()
2901 LValue LV = EmitLValue(E->getSubExpr()); in EmitUnaryOpLValue()
2918 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue()
2925 LValue LV = EmitLValue(E->getSubExpr()); in EmitUnaryOpLValue()
2937 LValue CodeGenFunction::EmitStringLiteralLValue(const StringLiteral *E) { in EmitStringLiteralLValue()
2942 LValue CodeGenFunction::EmitObjCEncodeExprLValue(const ObjCEncodeExpr *E) { in EmitObjCEncodeExprLValue()
2947 LValue CodeGenFunction::EmitPredefinedLValue(const PredefinedExpr *E) { in EmitPredefinedLValue()
3538 LValue LV = EmitLValue(E); in EmitArrayToPointerDecay()
3706 LValue CodeGenFunction::EmitArraySubscriptExpr(const ArraySubscriptExpr *E, in EmitArraySubscriptExpr()
3740 LValue LHS = EmitLValue(E->getBase()); in EmitArraySubscriptExpr()
3743 return LValue::MakeVectorElt(LHS.getAddress(*this), Idx, in EmitArraySubscriptExpr()
3752 LValue LV = EmitLValue(E->getBase()); in EmitArraySubscriptExpr()
3828 LValue ArrayLV; in EmitArraySubscriptExpr()
3856 LValue LV = MakeAddrLValue(Addr, E->getType(), EltBaseInfo, EltTBAAInfo); in EmitArraySubscriptExpr()
3866 LValue CodeGenFunction::EmitMatrixSubscriptExpr(const MatrixSubscriptExpr *E) { in EmitMatrixSubscriptExpr()
3870 LValue Base = EmitLValue(E->getBase()); in EmitMatrixSubscriptExpr()
3878 return LValue::MakeMatrixElt( in EmitMatrixSubscriptExpr()
3888 LValue BaseLVal; in emitOMPArraySectionBase()
3922 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, in EmitOMPArraySectionExpr()
4052 LValue ArrayLV; in EmitOMPArraySectionExpr()
4079 LValue CodeGenFunction::
4082 LValue Base; in EmitExtVectorElementExpr()
4122 return LValue::MakeExtVectorElt(Base.getAddress(*this), CV, type, in EmitExtVectorElementExpr()
4133 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()
4137 LValue CodeGenFunction::EmitMemberExpr(const MemberExpr *E) { in EmitMemberExpr()
4145 LValue BaseLV; in EmitMemberExpr()
4165 LValue LV = EmitLValueForField(BaseLV, Field); in EmitMemberExpr()
4187 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField()
4194 LValue LambdaLV = MakeNaturalAlignAddrLValue(CXXABIThisValue, LambdaTagType); in EmitLValueForLambdaField()
4244 static Address emitPreserveStructAccess(CodeGenFunction &CGF, LValue base, in emitPreserveStructAccess()
4276 LValue CodeGenFunction::EmitLValueForField(LValue base, in EmitLValueForField()
4323 return LValue::MakeBitfield(Addr, Info, fieldType, FieldBaseInfo, in EmitLValueForField()
4414 LValue RefLVal = in EmitLValueForField()
4435 LValue LV = MakeAddrLValue(addr, FieldType, FieldBaseInfo, FieldTBAAInfo); in EmitLValueForField()
4445 LValue
4446 CodeGenFunction::EmitLValueForFieldInitialization(LValue Base, in EmitLValueForFieldInitialization()
4469 LValue CodeGenFunction::EmitCompoundLiteralLValue(const CompoundLiteralExpr *E){ in EmitCompoundLiteralLValue()
4480 LValue Result = MakeAddrLValue(DeclPtr, E->getType(), AlignmentSource::Decl); in EmitCompoundLiteralLValue()
4496 LValue CodeGenFunction::EmitInitListLValue(const InitListExpr *E) { in EmitInitListLValue()
4509 static Optional<LValue> EmitLValueOrThrowExpression(CodeGenFunction &CGF, in EmitLValueOrThrowExpression()
4519 LValue CodeGenFunction::
4565 Optional<LValue> lhs = in EmitConditionalOperatorLValue()
4579 Optional<LValue> rhs = in EmitConditionalOperatorLValue()
4615 LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) { in EmitCastLValue()
4677 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
4697 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
4717 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
4743 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
4756 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
4766 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
4779 LValue CodeGenFunction::EmitOpaqueValueLValue(const OpaqueValueExpr *e) { in EmitOpaqueValueLValue()
4784 LValue
4788 llvm::DenseMap<const OpaqueValueExpr*,LValue>::iterator in getOrCreateOpaqueLValueMapping()
4812 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField()
4816 LValue FieldLV = EmitLValueForField(LV, FD); in EmitRValueForField()
4951 LValue CodeGenFunction::EmitBinaryOperatorLValue(const BinaryOperator *E) { in EmitBinaryOperatorLValue()
4985 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store); in EmitBinaryOperatorLValue()
5004 LValue CodeGenFunction::EmitCallExprLValue(const CallExpr *E) { in EmitCallExprLValue()
5018 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
5023 LValue CodeGenFunction::EmitCXXConstructLValue(const CXXConstructExpr *E) { in EmitCXXConstructLValue()
5031 LValue
5041 LValue CodeGenFunction::EmitCXXUuidofLValue(const CXXUuidofExpr *E) { in EmitCXXUuidofLValue()
5046 LValue
5055 LValue CodeGenFunction::EmitObjCMessageExprLValue(const ObjCMessageExpr *E) { in EmitObjCMessageExprLValue()
5069 LValue CodeGenFunction::EmitObjCSelectorLValue(const ObjCSelectorExpr *E) { in EmitObjCSelectorLValue()
5080 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar()
5088 LValue CodeGenFunction::EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E) { in EmitObjCIvarRefLValue()
5099 LValue BaseLV = EmitLValue(BaseExpr); in EmitObjCIvarRefLValue()
5105 LValue LV = in EmitObjCIvarRefLValue()
5112 LValue CodeGenFunction::EmitStmtExprLValue(const StmtExpr *E) { in EmitStmtExprLValue()
5317 LValue CodeGenFunction::
5343 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue()
5368 LValue LV;
5404 LValue LV = CGF.MakeAddrLValue(slot.getAddress(), ov->getType(), in emitPseudoObjectExpr()
5450 LValue CodeGenFunction::EmitPseudoObjectLValue(const PseudoObjectExpr *E) { in EmitPseudoObjectLValue()