Searched refs:EmitStoreThroughLValue (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 422 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr() 439 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr() 442 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr() 1079 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp() 1539 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue() 1557 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
|
| H A D | CGObjC.cpp | 174 EmitStoreThroughLValue(RValue::get(value), LV, true); in EmitObjCCollectionLiteral() 184 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true); in EmitObjCCollectionLiteral() 191 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true); in EmitObjCCollectionLiteral() 1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt() 1957 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt() 2023 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt() 3249 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
|
| H A D | CGDecl.cpp | 771 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit() 1902 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit() 1929 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
|
| H A D | CGAtomic.cpp | 1806 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue() 1898 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
|
| H A D | CGNonTrivialStruct.cpp | 574 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
|
| H A D | CGExpr.cpp | 266 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem() 2060 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction 4988 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
|
| H A D | CGExprScalar.cpp | 2750 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec() 3125 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue() 4232 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
|
| H A D | CGStmtOpenMP.cpp | 356 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars() 3671 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal() 5404 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 5585 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
| H A D | CodeGenFunction.h | 2168 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); 3815 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
|
| H A D | CGStmt.cpp | 2696 EmitStoreThroughLValue(RValue::get(Tmp), Dest); in EmitAsmStmt()
|
| H A D | CGCall.cpp | 1060 EmitStoreThroughLValue(RValue::get(&*AI++), LV); in ExpandTypeFromArgs() 3798 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
|
| H A D | CGClass.cpp | 698 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
|
| H A D | CGOpenMPRuntime.cpp | 3662 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()
|