Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp422 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()
1075 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp()
1535 return CGF.EmitStoreThroughLValue(RV, LV); in EmitInitializationToLValue()
1553 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV); in EmitInitializationToLValue()
H A DCGObjC.cpp174 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()
1953 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()
2021 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()
3243 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
H A DCGDecl.cpp766 EmitStoreThroughLValue(RValue::get(value), lvalue, true); in EmitScalarInit()
1899 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit()
1926 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
H A DCGAtomic.cpp1811 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue()
1903 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
H A DCGNonTrivialStruct.cpp578 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
H A DCGExprScalar.cpp2740 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec()
3115 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue()
4219 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
H A DCGExpr.cpp266 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 DCGStmtOpenMP.cpp354 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars()
3645 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal()
5376 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore()
5557 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
H A DCodeGenFunction.h2168 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV);
3814 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
H A DCGStmt.cpp2647 EmitStoreThroughLValue(RValue::get(Tmp), Dest); in EmitAsmStmt()
H A DCGCall.cpp1059 EmitStoreThroughLValue(RValue::get(&*AI++), LV); in ExpandTypeFromArgs()
3791 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
H A DCGClass.cpp701 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
H A DCGOpenMPRuntime.cpp3657 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()