Searched refs:EmitLoadOfLValue (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp70 /// EmitLoadOfLValue - Given an expression with complex type that represents a
73 ComplexPairTy EmitLoadOfLValue(const Expr *E) { function in class:__anon361::ComplexExprEmitter
74 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
77 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
130 return EmitLoadOfLValue(Constant.getReferenceLValue(CGF, E),
142 return EmitLoadOfLValue(E);
145 return EmitLoadOfLValue(E);
150 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); }
157 return EmitLoadOfLValue(ME);
161 return EmitLoadOfLValue(CG
346 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, function in class:ComplexExprEmitter
[all...]
H A DCGExprScalar.cpp264 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:__anon366::ScalarExprEmitter
265 return CGF.EmitLoadOfLValue(LV, Loc).getScalarVal();
303 /// EmitLoadOfLValue - Given an expression with complex type that represents a
306 Value *EmitLoadOfLValue(const Expr *E) { function in class:__anon366::ScalarExprEmitter
307 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
499 return EmitLoadOfLValue(CGF.getOrCreateOpaqueLValueMapping(E),
510 return EmitLoadOfLValue(E);
520 return EmitLoadOfLValue(E);
525 return EmitLoadOfLValue(E);
531 Value *V = CGF.EmitLoadOfLValue(L
[all...]
H A DCGNonTrivialStruct.cpp563 RValue SrcVal = this->CGF->EmitLoadOfLValue(SrcLV, SourceLocation());
709 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal();
772 CGF->EmitLoadOfLValue(SrcLV, SourceLocation()).getScalarVal();
776 CGF->EmitLoadOfLValue(DstLV, SourceLocation()).getScalarVal();
H A DCGStmt.cpp1832 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal();
2443 EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc())
2454 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal();
H A DCGAtomic.cpp1433 return CGF.EmitLoadOfLValue(
1781 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation());
H A DCodeGenFunction.cpp1075 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal();
1080 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD),
H A DCGObjC.cpp1196 value = EmitLoadOfLValue(LV, SourceLocation()).getScalarVal();
2723 result = CGF.EmitLoadOfLValue(lvalue, SourceLocation()).getScalarVal();
2746 llvm::Value *result = CGF.EmitLoadOfLValue(lv,
H A DCGExpr.cpp1521 return EmitLoadOfLValue(Constant.getReferenceLValue(*this, E),
1774 /// EmitLoadOfLValue - Given an expression that represents a value lvalue, this
1777 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:CodeGenFunction
4575 return EmitLoadOfLValue(FieldLV, Loc);
H A DCGStmtOpenMP.cpp3960 ? CGF.EmitLoadOfLValue(XLValue, Loc)
4098 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X);
H A DCodeGenFunction.h3476 /// EmitLoadOfLValue - Given an expression that represents a value lvalue,
3479 RValue EmitLoadOfLValue(LValue V, SourceLocation Loc);
H A DCGCall.cpp3326 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation());
H A DCGOpenMPRuntime.cpp839 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation());
8202 RValue VarRVal = CGF.EmitLoadOfLValue(VarLVal, RD->getLocation());

Completed in 392 milliseconds