| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 74 ComplexPairTy EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anon7a4d3f6a0111::ComplexExprEmitter 75 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc()); in EmitLoadOfLValue() 78 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc); 134 return EmitLoadOfLValue(Constant.getReferenceLValue(CGF, E), in emitConstant() 146 return EmitLoadOfLValue(E); in VisitDeclRefExpr() 149 return EmitLoadOfLValue(E); in VisitObjCIvarRefExpr() 154 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); } in VisitArraySubscriptExpr() 161 return EmitLoadOfLValue(ME); in VisitMemberExpr() 165 return EmitLoadOfLValue(CGF.getOrCreateOpaqueLValueMapping(E), in VisitOpaqueValueExpr() 208 ComplexPairTy VisitUnaryDeref(const Expr *E) { return EmitLoadOfLValue(E); } in VisitUnaryDeref() [all …]
|
| H A D | CGExprScalar.cpp | 251 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in __anonacb3eee80111::ScalarExprEmitter 252 return CGF.EmitLoadOfLValue(LV, Loc).getScalarVal(); in EmitLoadOfLValue() 293 Value *EmitLoadOfLValue(const Expr *E) { in EmitLoadOfLValue() function in __anonacb3eee80111::ScalarExprEmitter 294 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load), in EmitLoadOfLValue() 491 return EmitLoadOfLValue(CGF.getOrCreateOpaqueLValueMapping(E), in VisitOpaqueValueExpr() 502 return EmitLoadOfLValue(E); in VisitDeclRefExpr() 512 return EmitLoadOfLValue(E); in VisitObjCIvarRefExpr() 517 return EmitLoadOfLValue(E); in VisitObjCMessageExpr() 523 Value *V = CGF.EmitLoadOfLValue(LV, E->getExprLoc()).getScalarVal(); in VisitObjCIsaExpr() 543 Value *VisitExtVectorElementExpr(Expr *E) { return EmitLoadOfLValue(E); } in VisitExtVectorElementExpr() [all …]
|
| H A D | CGNonTrivialStruct.cpp | 577 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation()); in visitVolatileTrivial() 723 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal(); in visitARCStrong() 786 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal(); in visitARCStrong() 790 CGF->EmitLoadOfLValue(DstLV, SourceLocation()).getScalarVal(); in visitARCStrong()
|
| H A D | CGStmt.cpp | 2058 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal(); in EmitAsmInputLValue() 2737 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc()) in GenerateCapturedStmtFunction() 2748 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal(); in GenerateCapturedStmtFunction()
|
| H A D | CGAtomic.cpp | 1458 return CGF.EmitLoadOfLValue( in convertAtomicTempToRValue() 1806 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
|
| H A D | CodeGenFunction.cpp | 1122 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction() 1127 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
|
| H A D | CGObjC.cpp | 1268 value = EmitLoadOfLValue(LV, SourceLocation()).getScalarVal(); in generateObjCGetterBody() 2874 result = CGF.EmitLoadOfLValue(lvalue, SourceLocation()).getScalarVal(); in tryEmitARCRetainLoadOfScalar() 2897 llvm::Value *result = CGF.EmitLoadOfLValue(lv, in tryEmitARCRetainLoadOfScalar()
|
| H A D | CGExpr.cpp | 1592 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E), in emitScalarConstant() 1895 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() function in CodeGenFunction 4830 return EmitLoadOfLValue(FieldLV, Loc); in EmitRValueForField()
|
| H A D | CGException.cpp | 1971 CXXThisValue = EmitLoadOfLValue(ThisFieldLValue, SourceLocation()) in EmitCapturedLocals()
|
| H A D | CGStmtOpenMP.cpp | 5366 return CGF.EmitLoadOfLValue(LVal, Loc); in emitSimpleAtomicLoad() 5557 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
| H A D | CodeGenFunction.h | 3806 RValue EmitLoadOfLValue(LValue V, SourceLocation Loc);
|
| H A D | CGCall.cpp | 3912 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation()); in emitWritebackArg()
|
| H A D | CGOpenMPRuntime.cpp | 653 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer() 8834 RValue VarRVal = CGF.EmitLoadOfLValue(VarLVal, RD->getLocation()); in generateInfoForLambdaCaptures()
|