HomeSort by: relevance | last modified time | path
    Searched refs:EmitStoreThroughLValue (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 422 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start);
439 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength);
442 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength);
1075 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true);
1535 return CGF.EmitStoreThroughLValue(RV, LV);
1553 CGF.EmitStoreThroughLValue(RValue::get(CGF.EmitScalarExpr(E)), LV);
CGObjC.cpp 174 EmitStoreThroughLValue(RValue::get(value), LV, true);
184 EmitStoreThroughLValue(RValue::get(keyValue), KeyLV, /*isInit=*/true);
191 EmitStoreThroughLValue(RValue::get(valueValue), ValueLV, /*isInit=*/true);
1953 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue);
1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue,
2021 EmitStoreThroughLValue(RValue::get(null), elementLValue);
3243 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)),
CGAtomic.cpp 1811 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal);
1903 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal);
CGDecl.cpp 766 EmitStoreThroughLValue(RValue::get(value), lvalue, true);
1899 return EmitStoreThroughLValue(RValue::get(constant), lv, true);
1926 EmitStoreThroughLValue(rvalue, lvalue, true);
CGNonTrivialStruct.cpp 578 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV);
CGExpr.cpp 266 EmitStoreThroughLValue(RV, LV);
2057 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
2060 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst,
4988 EmitStoreThroughLValue(RV, LV);
CGExprScalar.cpp 2740 CGF.EmitStoreThroughLValue(RValue::get(value), LV);
3115 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV);
4219 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS);
CGStmt.cpp 1215 // EmitStoreThroughLValue, and EmitAnyExpr.
2647 EmitStoreThroughLValue(RValue::get(Tmp), Dest);
CGStmtOpenMP.cpp 354 EmitStoreThroughLValue(RValue::get(CV), SrcLV);
3645 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true);
5376 EmitStoreThroughLValue(RValue::get(convertToScalarValue(
5557 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X);
CodeGenFunction.h 2168 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV);
3811 /// EmitStoreThroughLValue - Store the specified rvalue into the specified
3814 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
3819 /// as EmitStoreThroughLValue.
CGCall.cpp 1059 EmitStoreThroughLValue(RValue::get(&*AI++), LV);
3791 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV);
CGClass.cpp 701 EmitStoreThroughLValue(RHS, LHS);
CGOpenMPRuntime.cpp 3657 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)),

Completed in 74 milliseconds