Searched refs:EmitStoreThroughLValue (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 351 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()
|
D | CGDecl.cpp | 667 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()
|
D | CGObjC.cpp | 154 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()
|
D | CGStmt.cpp | 2146 EmitStoreThroughLValue(RValue::get(Tmp), ResultRegDests[i]); in EmitAsmStmt() 2165 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
|
D | CGAtomic.cpp | 1537 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue() 1630 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
|
D | CGExprScalar.cpp | 1845 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()
|
D | CGStmtOpenMP.cpp | 159 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars() 2835 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 2994 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
D | CGExpr.cpp | 191 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem() 1593 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction 3846 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
|
D | CGExprCXX.cpp | 1950 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
|
D | CGCall.cpp | 981 EmitStoreThroughLValue(RValue::get(*AI++), LV); in ExpandTypeFromArgs() 2968 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
|
D | CGClass.cpp | 762 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
|
D | CodeGenFunction.h | 2694 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
|
D | CGOpenMPRuntime.cpp | 3352 CGF.EmitStoreThroughLValue( in emitProxyTaskFunction()
|