Searched defs:EmitLoadOfLValue (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp73 /// EmitLoadOfLValue - Given an expression with complex type that represents a
76 ComplexPairTy EmitLoadOfLValue(const Expr *E) { function in class:__anon963::ComplexExprEmitter
77 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
80 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
121 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E),
128 return EmitLoadOfLValue(E);
131 return EmitLoadOfLValue(E);
136 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); }
137 ComplexPairTy VisitMemberExpr(const Expr *E) { return EmitLoadOfLValue(E); }
140 return EmitLoadOfLValue(CG
303 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, function in class:ComplexExprEmitter
[all...]
H A DCGExprScalar.cpp91 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:__anon968::ScalarExprEmitter
92 return CGF.EmitLoadOfLValue(LV, Loc).getScalarVal();
127 /// EmitLoadOfLValue - Given an expression with complex type that represents a
130 Value *EmitLoadOfLValue(const Expr *E) { function in class:__anon968::ScalarExprEmitter
131 Value *V = EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
258 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
268 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E),
272 return EmitLoadOfLValue(E);
282 return EmitLoadOfLValue(E);
287 return EmitLoadOfLValue(
[all...]
H A DCGExpr.cpp1312 /// EmitLoadOfLValue - Given an expression that represents a value lvalue, this
1315 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:CodeGenFunction
3084 return EmitLoadOfLValue(FieldLV, Loc);

Completed in 79 milliseconds