Lines Matching refs:LValue

262     LValue LV = MakeAddrLValue(Location, E->getType());  in EmitAnyExprToMem()
438 LValue CodeGenFunction::
467 LValue RefTempDst = MakeAddrLValue(Object, M->getType(), in EmitMaterializeTemporaryExpr()
591 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr()
614 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr()
1112 LValue LV = EmitMemberExpr(ME); in EmitCountedByFieldExpr()
1212 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
1360 LValue LV = CGF.EmitLValue(UO->getSubExpr(), IsKnownNonNull); in EmitPointerWithAlignment()
1375 LValue LV = CGF.EmitLValue(Call->getArg(0), IsKnownNonNull); in EmitPointerWithAlignment()
1443 LValue CodeGenFunction::EmitUnsupportedLValue(const Expr *E, in EmitUnsupportedLValue()
1475 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
1476 LValue LV; in EmitCheckedLValue()
1511 LValue CodeGenFunction::EmitLValue(const Expr *E, in EmitLValue()
1513 LValue LV = EmitLValueHelper(E, IsKnownNonNull); in EmitLValue()
1527 LValue CodeGenFunction::EmitLValueHelper(const Expr *E, in EmitLValueHelper()
1598 LValue LV = EmitLValue(cleanups->getSubExpr(), IsKnownNonNull); in EmitLValueHelper()
1605 return LValue::MakeAddr(Addr.withPointer(V, Addr.isKnownNonNull()), in EmitLValueHelper()
1847 llvm::Value *CodeGenFunction::EmitLoadOfScalar(LValue lvalue, in EmitLoadOfScalar()
1993 LValue AtomicLValue = in EmitLoadOfScalar()
1994 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
2083 static void EmitStoreOfMatrixScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfMatrixScalar()
2129 LValue AtomicLValue = in EmitStoreOfScalar()
2130 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
2148 void CodeGenFunction::EmitStoreOfScalar(llvm::Value *value, LValue lvalue, in EmitStoreOfScalar()
2162 static RValue EmitLoadOfMatrixLValue(LValue LV, SourceLocation Loc, in EmitLoadOfMatrixLValue()
2173 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
2235 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV, in EmitLoadOfBitfieldLValue()
2272 RValue CodeGenFunction::EmitLoadOfExtVectorElementLValue(LValue LV) { in EmitLoadOfExtVectorElementLValue()
2307 Address CodeGenFunction::EmitExtVectorElementLValue(LValue LV) { in EmitExtVectorElementLValue()
2325 RValue CodeGenFunction::EmitLoadOfGlobalRegLValue(LValue LV) { in EmitLoadOfGlobalRegLValue()
2349 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue()
2473 void CodeGenFunction::EmitStoreThroughBitfieldLValue(RValue Src, LValue Dst, in EmitStoreThroughBitfieldLValue()
2552 LValue Dst) { in EmitStoreThroughExtVectorComponentLValue()
2626 void CodeGenFunction::EmitStoreThroughGlobalRegLValue(RValue Src, LValue Dst) { in EmitStoreThroughGlobalRegLValue()
2652 LValue &LV, in setObjCGCLValueClass()
2748 static LValue EmitThreadPrivateVarDeclLValue( in EmitThreadPrivateVarDeclLValue()
2784 CodeGenFunction::EmitLoadOfReference(LValue RefLVal, in EmitLoadOfReference()
2798 LValue CodeGenFunction::EmitLoadOfReferenceLValue(LValue RefLVal) { in EmitLoadOfReferenceLValue()
2818 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue()
2826 static LValue EmitGlobalVarDeclLValue(CodeGenFunction &CGF, in EmitGlobalVarDeclLValue()
2857 LValue LV = VD->getType()->isReferenceType() ? in EmitGlobalVarDeclLValue()
2877 static LValue EmitFunctionDeclLValue(CodeGenFunction &CGF, const Expr *E, in EmitFunctionDeclLValue()
2886 static LValue EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, in EmitCapturedFieldLValue()
2898 static LValue EmitGlobalNamedRegister(const VarDecl *VD, CodeGenModule &CGM) { in EmitGlobalNamedRegister()
2917 return LValue::MakeGlobalReg(Ptr, Alignment, VD->getType()); in EmitGlobalNamedRegister()
2970 LValue CodeGenFunction::EmitDeclRefLValue(const DeclRefExpr *E) { in EmitDeclRefLValue()
3026 LValue CapLVal; in EmitDeclRefLValue()
3039 LValue CapLVal = in EmitDeclRefLValue()
3120 LValue LV = VD->getType()->isReferenceType() ? in EmitDeclRefLValue()
3143 LValue LV = EmitFunctionDeclLValue(*this, E, FD); in EmitDeclRefLValue()
3193 LValue CodeGenFunction::EmitUnaryOpLValue(const UnaryOperator *E) { in EmitUnaryOpLValue()
3209 LValue LV = MakeAddrLValue(Addr, T, BaseInfo, TBAAInfo); in EmitUnaryOpLValue()
3224 LValue LV = EmitLValue(E->getSubExpr()); in EmitUnaryOpLValue()
3241 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue()
3248 LValue LV = EmitLValue(E->getSubExpr()); in EmitUnaryOpLValue()
3260 LValue CodeGenFunction::EmitStringLiteralLValue(const StringLiteral *E) { in EmitStringLiteralLValue()
3265 LValue CodeGenFunction::EmitObjCEncodeExprLValue(const ObjCEncodeExpr *E) { in EmitObjCEncodeExprLValue()
3270 LValue CodeGenFunction::EmitPredefinedLValue(const PredefinedExpr *E) { in EmitPredefinedLValue()
3866 LValue LV = EmitLValue(E); in EmitArrayToPointerDecay()
4119 LValue CodeGenFunction::EmitArraySubscriptExpr(const ArraySubscriptExpr *E, in EmitArraySubscriptExpr()
4153 LValue LHS = EmitLValue(E->getBase()); in EmitArraySubscriptExpr()
4156 return LValue::MakeVectorElt(LHS.getAddress(*this), Idx, in EmitArraySubscriptExpr()
4165 LValue LV = EmitLValue(E->getBase()); in EmitArraySubscriptExpr()
4237 LValue ArrayLV; in EmitArraySubscriptExpr()
4306 LValue LV = MakeAddrLValue(Addr, E->getType(), EltBaseInfo, EltTBAAInfo); in EmitArraySubscriptExpr()
4316 LValue CodeGenFunction::EmitMatrixSubscriptExpr(const MatrixSubscriptExpr *E) { in EmitMatrixSubscriptExpr()
4320 LValue Base = EmitLValue(E->getBase()); in EmitMatrixSubscriptExpr()
4328 return LValue::MakeMatrixElt( in EmitMatrixSubscriptExpr()
4338 LValue BaseLVal; in emitOMPArraySectionBase()
4372 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E, in EmitOMPArraySectionExpr()
4504 LValue ArrayLV; in EmitOMPArraySectionExpr()
4531 LValue CodeGenFunction::
4534 LValue Base; in EmitExtVectorElementExpr()
4574 return LValue::MakeExtVectorElt(Base.getAddress(*this), CV, type, in EmitExtVectorElementExpr()
4585 return LValue::MakeExtVectorElt(Base.getExtVectorAddress(), CV, type, in EmitExtVectorElementExpr()
4589 LValue CodeGenFunction::EmitMemberExpr(const MemberExpr *E) { in EmitMemberExpr()
4597 LValue BaseLV; in EmitMemberExpr()
4617 LValue LV = EmitLValueForField(BaseLV, Field); in EmitMemberExpr()
4640 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field, in EmitLValueForLambdaField()
4648 LValue LambdaLV; in EmitLValueForLambdaField()
4667 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField()
4717 static Address emitPreserveStructAccess(CodeGenFunction &CGF, LValue base, in emitPreserveStructAccess()
4749 LValue CodeGenFunction::EmitLValueForField(LValue base, in EmitLValueForField()
4797 return LValue::MakeBitfield(Addr, Info, fieldType, FieldBaseInfo, in EmitLValueForField()
4888 LValue RefLVal = in EmitLValueForField()
4906 LValue LV = MakeAddrLValue(addr, FieldType, FieldBaseInfo, FieldTBAAInfo); in EmitLValueForField()
4916 LValue
4917 CodeGenFunction::EmitLValueForFieldInitialization(LValue Base, in EmitLValueForFieldInitialization()
4940 LValue CodeGenFunction::EmitCompoundLiteralLValue(const CompoundLiteralExpr *E){ in EmitCompoundLiteralLValue()
4951 LValue Result = MakeAddrLValue(DeclPtr, E->getType(), AlignmentSource::Decl); in EmitCompoundLiteralLValue()
4967 LValue CodeGenFunction::EmitInitListLValue(const InitListExpr *E) { in EmitInitListLValue()
4980 static std::optional<LValue> EmitLValueOrThrowExpression(CodeGenFunction &CGF, in EmitLValueOrThrowExpression()
4993 std::optional<LValue> HandleConditionalOperatorLValueSimpleCase( in HandleConditionalOperatorLValueSimpleCase()
5023 std::optional<LValue> LHS, RHS;
5079 return LValue{}; in EmitIgnoredConditionalOperator()
5082 LValue CodeGenFunction::EmitConditionalOperatorLValue( in EmitConditionalOperatorLValue()
5092 if (std::optional<LValue> Res = in EmitConditionalOperatorLValue()
5134 LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) { in EmitCastLValue()
5195 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5212 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5233 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5253 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5279 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5292 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5303 LValue LV = EmitLValue(E->getSubExpr()); in EmitCastLValue()
5322 LValue CodeGenFunction::EmitOpaqueValueLValue(const OpaqueValueExpr *e) { in EmitOpaqueValueLValue()
5327 LValue
5331 llvm::DenseMap<const OpaqueValueExpr*,LValue>::iterator in getOrCreateOpaqueLValueMapping()
5355 RValue CodeGenFunction::EmitRValueForField(LValue LV, in EmitRValueForField()
5359 LValue FieldLV = EmitLValueForField(LV, FD); in EmitRValueForField()
5538 LValue CodeGenFunction::EmitBinaryOperatorLValue(const BinaryOperator *E) { in EmitBinaryOperatorLValue()
5572 LValue LV = EmitCheckedLValue(E->getLHS(), TCK_Store); in EmitBinaryOperatorLValue()
5591 LValue CodeGenFunction::EmitCallExprLValue(const CallExpr *E) { in EmitCallExprLValue()
5605 LValue CodeGenFunction::EmitVAArgExprLValue(const VAArgExpr *E) { in EmitVAArgExprLValue()
5610 LValue CodeGenFunction::EmitCXXConstructLValue(const CXXConstructExpr *E) { in EmitCXXConstructLValue()
5618 LValue
5628 LValue CodeGenFunction::EmitCXXUuidofLValue(const CXXUuidofExpr *E) { in EmitCXXUuidofLValue()
5633 LValue
5642 LValue CodeGenFunction::EmitObjCMessageExprLValue(const ObjCMessageExpr *E) { in EmitObjCMessageExprLValue()
5656 LValue CodeGenFunction::EmitObjCSelectorLValue(const ObjCSelectorExpr *E) { in EmitObjCSelectorLValue()
5676 LValue CodeGenFunction::EmitLValueForIvar(QualType ObjectTy, in EmitLValueForIvar()
5684 LValue CodeGenFunction::EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E) { in EmitObjCIvarRefLValue()
5695 LValue BaseLV = EmitLValue(BaseExpr); in EmitObjCIvarRefLValue()
5701 LValue LV = in EmitObjCIvarRefLValue()
5708 LValue CodeGenFunction::EmitStmtExprLValue(const StmtExpr *E) { in EmitStmtExprLValue()
5947 LValue CodeGenFunction::
5973 LValue lvalue = MakeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue()
6040 LValue LV;
6076 LValue LV = CGF.MakeAddrLValue(slot.getAddress(), ov->getType(), in emitPseudoObjectExpr()
6122 LValue CodeGenFunction::EmitPseudoObjectLValue(const PseudoObjectExpr *E) { in EmitPseudoObjectLValue()