Searched refs:EmitStoreThroughLValue (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 424 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr() 441 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr() 444 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr() 1082 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp() 1542 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue() 1560 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
|
| H A D | CGObjC.cpp | 175 EmitStoreThroughLValue(RValue::get(value), LV, true); in EmitObjCCollectionLiteral() 185 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral() 192 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral() 1960 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt() 1962 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt() 2028 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt() 3245 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
|
| H A D | CGDecl.cpp | 782 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit() 1915 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit() 1941 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
|
| H A D | CGAtomic.cpp | 1860 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue() 1952 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
|
| H A D | CGNonTrivialStruct.cpp | 575 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
|
| H A D | CGExprScalar.cpp | 2813 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec() 3188 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue() 4295 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
|
| H A D | CGExpr.cpp | 264 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem() 2128 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction 5182 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
|
| H A D | CodeGenFunction.h | 2226 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); 3880 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
|
| H A D | CGStmtOpenMP.cpp | 358 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars() 3914 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal() 5908 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 6114 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
| H A D | CGStmt.cpp | 2800 EmitStoreThroughLValue(RValue::get(Tmp), Dest); in EmitAsmStmt()
|
| H A D | CGCall.cpp | 1071 EmitStoreThroughLValue(RValue::get(Arg), LV); in ExpandTypeFromArgs() 3883 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
|
| H A D | CGClass.cpp | 699 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
|
| H A D | CGOpenMPRuntime.cpp | 3593 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()
|