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

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp69 /// EmitLoadOfLValue - Given an expression with complex type that represents a
72 ComplexPairTy EmitLoadOfLValue(const Expr *E) { function in class:__anon16116::ComplexExprEmitter
73 return EmitLoadOfLValue(CGF.EmitLValue(E));
76 ComplexPairTy EmitLoadOfLValue(LValue LV);
116 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E));
122 return EmitLoadOfLValue(E);
125 return EmitLoadOfLValue(E);
130 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); }
131 ComplexPairTy VisitMemberExpr(const Expr *E) { return EmitLoadOfLValue(E); }
134 return EmitLoadOfLValue(CG
294 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue) { function in class:ComplexExprEmitter
[all...]
H A DCGExprScalar.cpp90 Value *EmitLoadOfLValue(LValue LV) { function in class:__anon16119::ScalarExprEmitter
91 return CGF.EmitLoadOfLValue(LV).getScalarVal();
94 /// EmitLoadOfLValue - Given an expression with complex type that represents a
97 Value *EmitLoadOfLValue(const Expr *E) { function in class:__anon16119::ScalarExprEmitter
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(
[all...]
H A DCGStmt.cpp1415 Arg = EmitLoadOfLValue(InputValue).getScalarVal();
1855 CXXThisValue = EmitLoadOfLValue(ThisLValue).getScalarVal();
H A DCodeGenFunction.cpp596 CXXThisValue = EmitLoadOfLValue(ThisLValue).getScalarVal();
H A DCGObjC.cpp952 value = EmitLoadOfLValue(LV).getScalarVal();
2358 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue).getScalarVal(),
2384 llvm::Value *result = CGF.EmitLoadOfLValue(lv).getScalarVal();
H A DCGExpr.cpp1235 /// EmitLoadOfLValue - Given an expression that represents a value lvalue, this
1238 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV) { function in class:CodeGenFunction
2819 return EmitLoadOfLValue(FieldLV);
H A DCodeGenFunction.h1941 /// EmitLoadOfLValue - Given an expression that represents a value lvalue,
1944 RValue EmitLoadOfLValue(LValue V);
H A DCGCall.cpp1970 RValue srcRV = CGF.EmitLoadOfLValue(srcLV);

Completed in 135 milliseconds