Home
last modified time | relevance | path

Searched refs:EmitStoreThroughLValue (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp351 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr()
368 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr()
371 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr()
1077 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue()
1095 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
DCGDecl.cpp667 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit()
772 return EmitStoreThroughLValue(RValue::get(init), lvalue, true); in EmitScalarInit()
1229 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit()
1295 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
DCGObjC.cpp154 EmitStoreThroughLValue(RValue::get(value), LV, true); in EmitObjCCollectionLiteral()
165 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
173 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
1663 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1731 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()
2755 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
DCGStmt.cpp2146 EmitStoreThroughLValue(RValue::get(Tmp), ResultRegDests[i]); in EmitAsmStmt()
2165 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
DCGAtomic.cpp1537 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1630 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
DCGExprScalar.cpp1845 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec()
2202 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue()
3009 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
DCGStmtOpenMP.cpp159 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
2835 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore()
2994 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
DCGExpr.cpp191 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem()
1593 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction
3846 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
DCGExprCXX.cpp1950 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
DCGCall.cpp981 EmitStoreThroughLValue(RValue::get(*AI++), LV); in ExpandTypeFromArgs()
2968 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
DCGClass.cpp762 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
DCodeGenFunction.h2694 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
DCGOpenMPRuntime.cpp3352 CGF.EmitStoreThroughLValue( in emitProxyTaskFunction()