Home
last modified time | relevance | path

Searched refs:EmitLoadOfLValue (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp74 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 DCGExprScalar.cpp251 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 DCGNonTrivialStruct.cpp577 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 DCGStmt.cpp2058 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 DCGAtomic.cpp1458 return CGF.EmitLoadOfLValue( in convertAtomicTempToRValue()
1806 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
H A DCodeGenFunction.cpp1122 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction()
1127 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
H A DCGObjC.cpp1268 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 DCGExpr.cpp1592 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 DCGException.cpp1971 CXXThisValue = EmitLoadOfLValue(ThisFieldLValue, SourceLocation()) in EmitCapturedLocals()
H A DCGStmtOpenMP.cpp5366 return CGF.EmitLoadOfLValue(LVal, Loc); in emitSimpleAtomicLoad()
5557 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
H A DCodeGenFunction.h3806 RValue EmitLoadOfLValue(LValue V, SourceLocation Loc);
H A DCGCall.cpp3912 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation()); in emitWritebackArg()
H A DCGOpenMPRuntime.cpp653 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation()); in emitInitWithReductionInitializer()
8834 RValue VarRVal = CGF.EmitLoadOfLValue(VarLVal, RD->getLocation()); in generateInfoForLambdaCaptures()