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

/freebsd-9.3-release/contrib/llvm/tools/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:__anon3091::ComplexExprEmitter
73 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
76 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
116 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E),
123 return EmitLoadOfLValue(E);
126 return EmitLoadOfLValue(E);
131 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); }
132 ComplexPairTy VisitMemberExpr(const Expr *E) { return EmitLoadOfLValue(E); }
135 return EmitLoadOfLValue(CG
295 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, function in class:ComplexExprEmitter
[all...]
H A DCGExprScalar.cpp90 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:__anon3094::ScalarExprEmitter
91 return CGF.EmitLoadOfLValue(LV, Loc).getScalarVal();
94 /// EmitLoadOfLValue - Given an expression with complex type that represents a
97 Value *EmitLoadOfLValue(const Expr *E) { function in class:__anon3094::ScalarExprEmitter
98 return EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
221 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
231 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E),
235 return EmitLoadOfLValue(E);
245 return EmitLoadOfLValue(E);
250 return EmitLoadOfLValue(
[all...]
H A DCGStmt.cpp1416 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal();
1855 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal();
H A DCGObjC.cpp953 value = EmitLoadOfLValue(LV, SourceLocation()).getScalarVal();
2357 return TryEmitResult(CGF.EmitLoadOfLValue(lvalue,
2384 llvm::Value *result = CGF.EmitLoadOfLValue(lv,
H A DCodeGenFunction.cpp612 CXXThisValue = EmitLoadOfLValue(ThisLValue,
H A DCGExpr.cpp1242 /// EmitLoadOfLValue - Given an expression that represents a value lvalue, this
1245 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:CodeGenFunction
2855 return EmitLoadOfLValue(FieldLV, Loc);
H A DCodeGenFunction.h1947 /// EmitLoadOfLValue - Given an expression that represents a value lvalue,
1950 RValue EmitLoadOfLValue(LValue V, SourceLocation Loc);
H A DCGCall.cpp1964 RValue srcRV = CGF.EmitLoadOfLValue(srcLV, SourceLocation());

Completed in 263 milliseconds