Searched refs:EmitStoreThroughLValue (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 438 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr() 447 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr() 460 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr() 1117 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp() 1567 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue() 1585 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
|
| H A D | CGObjC.cpp | 177 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() 2002 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt() 2004 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt() 2070 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt() 3271 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
|
| H A D | CGDecl.cpp | 802 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit() 2011 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit() 2037 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
|
| H A D | CGAtomic.cpp | 1756 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue() 1853 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
|
| H A D | CGNonTrivialStruct.cpp | 568 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
|
| H A D | CGExprScalar.cpp | 3125 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec() 3664 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue() 4853 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
|
| H A D | CGExpr.cpp | 277 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem() 2366 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction 5668 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
|
| H A D | CGStmtOpenMP.cpp | 386 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars() 4017 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal() 6076 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 6281 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
| H A D | CodeGenFunction.h | 2392 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); 4243 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
|
| H A D | CGCall.cpp | 1084 EmitStoreThroughLValue(RValue::get(Arg), LV); in ExpandTypeFromArgs() 4177 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
|
| H A D | CGStmt.cpp | 2608 CGF.EmitStoreThroughLValue(RValue::get(Tmp), Dest); in EmitAsmStores()
|
| H A D | CGClass.cpp | 701 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
|
| H A D | CGOpenMPRuntime.cpp | 3091 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()
|