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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp418 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start);
435 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength);
438 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
1046 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true);
1393 return CGF.EmitStoreThroughLValue(RV, LV);
1411 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV);
H A DCGObjC.cpp172 EmitStoreThroughLValue(RValue::get(value), LV, true);
182 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true);
189 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true);
1848 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue);
1850 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue,
1916 EmitStoreThroughLValue(RValue::get(null), elementLValue);
3080 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)),
H A DCGDecl.cpp751 EmitStoreThroughLValue(RValue::get(value), lvalue, true);
1849 return EmitStoreThroughLValue(RValue::get(constant), lv, true);
1878 EmitStoreThroughLValue(rvalue, lvalue, true);
H A DCGAtomic.cpp1786 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal);
1878 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal);
H A DCGStmt.cpp1093 // EmitStoreThroughLValue, and EmitAnyExpr.
2352 EmitStoreThroughLValue(RValue::get(Tmp), Dest);
2371 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV);
H A DCGNonTrivialStruct.cpp564 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV);
H A DCGStmtOpenMP.cpp324 EmitStoreThroughLValue(RValue::get(CV), SrcLV);
2801 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true);
3937 EmitStoreThroughLValue(RValue::get(convertToScalarValue(
4098 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X);
H A DCodeGenFunction.h1871 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV);
3484 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
3487 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
3492 /// as EmitStoreThroughLValue.
H A DCGExpr.cpp246 EmitStoreThroughLValue(RV, LV);
1926 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
1929 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, function in class:CodeGenFunction
4728 EmitStoreThroughLValue(RV, LV);
H A DCGExprScalar.cpp2652 CGF.EmitStoreThroughLValue(RValue::get(value), LV);
3022 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV);
4030 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS);
H A DCGCall.cpp1055 EmitStoreThroughLValue(RValue::get(*AI++), LV);
3205 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV);
H A DCGClass.cpp678 EmitStoreThroughLValue(RHS, LHS);
H A DCGOpenMPRuntime.cpp4570 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)),

Completed in 477 milliseconds