| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 74 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon73c2560f0111::ComplexExprEmitter 75 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc()); in EmitLoadOfLValue() 146 return EmitLoadOfLValue(E); in VisitDeclRefExpr() 149 return EmitLoadOfLValue(E); in VisitObjCIvarRefExpr() 161 return EmitLoadOfLValue(ME); in VisitMemberExpr() 322 return EmitLoadOfLValue(E); in VisitCompoundLiteralExpr() 412 return EmitLoadOfLValue(E); in VisitCallExpr() 483 return EmitLoadOfLValue(DestLV, Op->getExprLoc()); in EmitCast() 934 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() 983 return EmitLoadOfLValue(LV, E->getExprLoc()); in EmitCompoundAssign() [all …]
|
| H A D | CGExprScalar.cpp | 289 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon20de44ed0111::ScalarExprEmitter 506 return EmitLoadOfLValue(E); in VisitDeclRefExpr() 516 return EmitLoadOfLValue(E); in VisitObjCIvarRefExpr() 521 return EmitLoadOfLValue(E); in VisitObjCMessageExpr() 554 return EmitLoadOfLValue(E); in VisitCompoundLiteralExpr() 576 return EmitLoadOfLValue(E); in VisitCallExpr() 621 return EmitLoadOfLValue(E); in VisitUnaryDeref() 639 return EmitLoadOfLValue(E); in VisitMaterializeTemporaryExpr() 1760 return EmitLoadOfLValue(E); in VisitMemberExpr() 1772 return EmitLoadOfLValue(E); in VisitArraySubscriptExpr() [all …]
|
| H A D | CGNonTrivialStruct.cpp | 574 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation()); in visitVolatileTrivial() 720 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal(); in visitARCStrong() 783 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal(); in visitARCStrong() 787 CGF->EmitLoadOfLValue(DstLV, SourceLocation()).getScalarVal(); in visitARCStrong()
|
| H A D | CGStmt.cpp | 2175 return {EmitLoadOfLValue(InputValue, Loc).getScalarVal(), nullptr}; in EmitAsmInputLValue() 2890 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc()) in GenerateCapturedStmtFunction() 2901 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal(); in GenerateCapturedStmtFunction()
|
| H A D | CGAtomic.cpp | 1512 return CGF.EmitLoadOfLValue( in convertAtomicTempToRValue() 1855 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
|
| H A D | CGObjC.cpp | 1269 value = EmitLoadOfLValue(LV, SourceLocation()).getScalarVal(); in generateObjCGetterBody() 2872 result = CGF.EmitLoadOfLValue(lvalue, SourceLocation()).getScalarVal(); in tryEmitARCRetainLoadOfScalar() 2895 llvm::Value *result = CGF.EmitLoadOfLValue(lv, in tryEmitARCRetainLoadOfScalar()
|
| H A D | CodeGenFunction.cpp | 1157 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction() 1162 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
|
| H A D | CGExpr.cpp | 1624 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E), in emitScalarConstant() 1958 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in CodeGenFunction 4985 return EmitLoadOfLValue(FieldLV, Loc); in EmitRValueForField()
|
| H A D | CGException.cpp | 1978 CXXThisValue = EmitLoadOfLValue(ThisFieldLValue, SourceLocation()) in EmitCapturedLocals()
|
| H A D | CodeGenFunction.h | 3872 RValue EmitLoadOfLValue(LValue V, SourceLocation Loc);
|
| H A D | CGStmtOpenMP.cpp | 5898 return CGF.EmitLoadOfLValue(LVal, Loc); in emitSimpleAtomicLoad() 6114 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
| H A D | CGCall.cpp | 4004 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation()); in emitWritebackArg()
|
| H A D | CGOpenMPRuntime.cpp | 653 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer() 8990 RValue VarRVal = CGF.EmitLoadOfLValue(VarLVal, RD->getLocation()); in generateInfoForLambdaCaptures()
|