Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp415 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr()
432 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr()
435 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr()
1029 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp()
1332 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue()
1351 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
H A DCGObjC.cpp168 EmitStoreThroughLValue(RValue::get(value), LV, true); in EmitObjCCollectionLiteral()
179 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
187 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
1773 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1775 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()
1841 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()
2992 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
H A DCGDecl.cpp748 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit()
1745 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit()
1774 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
H A DCGStmt.cpp2240 EmitStoreThroughLValue(RValue::get(Tmp), ResultRegDests[i]); in EmitAsmStmt()
2259 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
H A DCGStmtOpenMP.cpp286 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
319 CGF.EmitStoreThroughLValue(RValue::get(RefVal), TmpLVal, /*isInit=*/true); in castValueFromUintptr()
2513 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal()
3599 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore()
3760 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
H A DCGAtomic.cpp1727 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1819 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
H A DCGNonTrivialStruct.cpp566 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
H A DCGExprScalar.cpp2546 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec()
2903 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue()
3792 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
H A DCGExpr.cpp246 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem()
1914 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction
4487 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
H A DCGExprCXX.cpp2268 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
H A DCGCall.cpp1056 EmitStoreThroughLValue(RValue::get(*AI++), LV); in ExpandTypeFromArgs()
3196 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
H A DCGClass.cpp676 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
H A DCodeGenFunction.h3455 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
H A DCGOpenMPRuntime.cpp4465 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()