HomeSort by relevance Sort by last modified time
    Searched refs:EmitLoadOfLValue (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 68 /// EmitLoadOfLValue - Given an expression with complex type that represents a
71 ComplexPairTy EmitLoadOfLValue(const Expr *E) {
72 return EmitLoadOfLValue(CGF.EmitLValue(E));
75 ComplexPairTy EmitLoadOfLValue(LValue LV);
112 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E));
118 return EmitLoadOfLValue(E);
121 return EmitLoadOfLValue(E);
126 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); }
127 ComplexPairTy VisitMemberExpr(const Expr *E) { return EmitLoadOfLValue(E); }
130 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E))
    [all...]
CGExprScalar.cpp 90 Value *EmitLoadOfLValue(LValue LV) {
91 return CGF.EmitLoadOfLValue(LV).getScalarVal();
94 /// EmitLoadOfLValue - Given an expression with complex type that represents a
97 Value *EmitLoadOfLValue(const Expr *E) {
98 return EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load));
220 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E));
230 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E));
233 return EmitLoadOfLValue(E);
243 return EmitLoadOfLValue(E);
248 return EmitLoadOfLValue(E)
    [all...]
CGExpr.cpp 238 RV = CGF.EmitLoadOfLValue(LV);
360 CGF.EmitStoreThroughLValue(CGF.EmitLoadOfLValue(LV), TempLV);
    [all...]
CodeGenFunction.cpp 484 CXXThisValue = EmitLoadOfLValue(ThisLValue).getScalarVal();
    [all...]
CGObjC.cpp     [all...]
CGStmt.cpp     [all...]
CGCall.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 157 milliseconds