Searched refs:EmitStoreThroughLValue (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 415 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 D | CGObjC.cpp | 168 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 D | CGDecl.cpp | 748 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 D | CGStmt.cpp | 2240 EmitStoreThroughLValue(RValue::get(Tmp), ResultRegDests[i]); in EmitAsmStmt() 2259 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()
|
| H A D | CGStmtOpenMP.cpp | 286 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 D | CGAtomic.cpp | 1727 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue() 1819 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
|
| H A D | CGNonTrivialStruct.cpp | 566 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
|
| H A D | CGExprScalar.cpp | 2546 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 D | CGExpr.cpp | 246 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 D | CGExprCXX.cpp | 2268 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
|
| H A D | CGCall.cpp | 1056 EmitStoreThroughLValue(RValue::get(*AI++), LV); in ExpandTypeFromArgs() 3196 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
|
| H A D | CGClass.cpp | 676 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
|
| H A D | CodeGenFunction.h | 3455 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
|
| H A D | CGOpenMPRuntime.cpp | 4465 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()
|