Searched refs:EmitStoreThroughLValue (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp346 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start);
363 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength);
366 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
1048 return CGF.EmitStoreThroughLValue(RV, LV);
1066 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV);
H A DCGDecl.cpp574 EmitStoreThroughLValue(RValue::get(value), lvalue, true);
676 return EmitStoreThroughLValue(RValue::get(init), lvalue, true);
1103 return EmitStoreThroughLValue(RValue::get(constant), lv, true);
1171 EmitStoreThroughLValue(rvalue, lvalue, true);
H A DCGObjC.cpp132 EmitStoreThroughLValue(RValue::get(value), LV, true);
144 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true);
153 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true);
1626 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue);
1694 EmitStoreThroughLValue(RValue::get(null), elementLValue);
H A DCGCall.cpp645 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
647 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
649 EmitStoreThroughLValue(RValue::get(AI), LV);
2070 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV);
H A DCGExpr.cpp169 EmitStoreThroughLValue(RV, LV);
1378 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1381 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, function in class:CodeGenFunction
3068 EmitStoreThroughLValue(RV, LV);
H A DCGExprScalar.cpp1752 CGF.EmitStoreThroughLValue(RValue::get(value), LV);
2099 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV);
2860 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS);
H A DCGClass.cpp603 EmitStoreThroughLValue(RHS, LHS);
H A DCGStmt.cpp999 // EmitStoreThroughLValue, and EmitAnyExpr.
2043 EmitStoreThroughLValue(RValue::get(Tmp), ResultRegDests[i]);
H A DCodeGenFunction.h2008 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
2011 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit=false);
2016 /// as EmitStoreThroughLValue.

Completed in 164 milliseconds