Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp445 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr()
462 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr()
465 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr()
1103 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp()
1563 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue()
1581 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
H A DCGObjC.cpp177 EmitStoreThroughLValue(RValue::get(value), LV, true); in EmitObjCCollectionLiteral()
187 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
194 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral()
2001 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
2003 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()
2069 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()
3273 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
H A DCGDecl.cpp799 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit()
1980 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit()
2006 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
H A DCGAtomic.cpp1961 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
2053 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
H A DCGNonTrivialStruct.cpp568 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
H A DCGExprScalar.cpp2851 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec()
3378 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue()
4516 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
H A DCodeGenFunction.h2297 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV);
3992 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
H A DCGExpr.cpp263 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem()
2349 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction
5575 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
H A DCGStmtOpenMP.cpp359 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
3972 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal()
6022 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore()
6228 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
H A DCGStmt.cpp2430 CGF.EmitStoreThroughLValue(RValue::get(Tmp), Dest); in EmitAsmStores()
H A DCGCall.cpp1081 EmitStoreThroughLValue(RValue::get(Arg), LV); in ExpandTypeFromArgs()
4165 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
H A DCGClass.cpp692 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
H A DCGOpenMPRuntime.cpp3076 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()