| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 443 CGF.EmitStoreThroughLValue(RValue::get(ArrayStart), Start); in VisitCXXStdInitializerListExpr() 452 CGF.EmitStoreThroughLValue(RValue::get(Size), EndOrLength); in VisitCXXStdInitializerListExpr() 465 CGF.EmitStoreThroughLValue(RValue::get(ArrayEnd), EndOrLength); in VisitCXXStdInitializerListExpr() 1250 CGF.EmitStoreThroughLValue(RValue::get(Select), FieldLV, /*IsInit*/ true); in VisitBinCmp() 1703 return CGF.EmitStoreThroughLValue(RV, 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() 2047 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt() 2049 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt() 2115 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt() 3317 CGF.EmitStoreThroughLValue(RValue::get(asImpl().getValueOfResult(result)), in visitBinAssignUnsafeUnretained()
|
| H A D | CGDecl.cpp | 794 EmitStoreThroughLValue(RValue::get(Value), lvalue, true); in EmitScalarInit() 2068 return EmitStoreThroughLValue(RValue::get(constant), lv, true); in EmitAutoVarInit() 2102 EmitStoreThroughLValue(rvalue, lvalue, true); in EmitExprAsInit()
|
| H A D | CGAtomic.cpp | 1800 CGF.EmitStoreThroughLValue(NewRVal, DesiredLVal); in EmitAtomicUpdateValue() 1897 CGF.EmitStoreThroughLValue(UpdateRVal, DesiredLVal); in EmitAtomicUpdateValue()
|
| H A D | CGExpr.cpp | 296 EmitStoreThroughLValue(RV, LV); in EmitAnyExprToMem() 320 EmitStoreThroughLValue(RValue::get(EmitScalarExpr(E)), LV); in EmitInitializationToLValue() 2460 void CodeGenFunction::EmitStoreThroughLValue(RValue Src, LValue Dst, in EmitStoreThroughLValue() function in CodeGenFunction 6063 EmitStoreThroughLValue(RValue::get(RV), CopiedLV); in EmitBinaryOperatorLValue() 6117 EmitStoreThroughLValue(RV, LV); in EmitBinaryOperatorLValue()
|
| H A D | CGNonTrivialStruct.cpp | 581 this->CGF->EmitStoreThroughLValue(SrcVal, DstLV); in visitVolatileTrivial()
|
| H A D | CGExprScalar.cpp | 3381 CGF.EmitStoreThroughLValue(RValue::get(value), LV); in EmitScalarPrePostIncDec() 3935 CGF.EmitStoreThroughLValue(RValue::get(Result), LHSLV); in EmitCompoundAssignLValue() 5127 CGF.EmitStoreThroughLValue(RValue::get(RV), LV); in VisitBinAssign() 5184 CGF.EmitStoreThroughLValue(RValue::get(RHS), LHS); in VisitBinAssign()
|
| H A D | CGStmtOpenMP.cpp | 416 EmitStoreThroughLValue(RValue::get(CV), SrcLV); in GenerateOpenMPCapturedVars() 4169 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); in createSectionLVal() 6295 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 6500 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
|
| H A D | CodeGenFunction.h | 2399 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); 4362 void EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit = false);
|
| H A D | CGClass.cpp | 697 EmitStoreThroughLValue(RHS, LHS); in EmitInitializerForField()
|
| H A D | CGStmt.cpp | 2783 CGF.EmitStoreThroughLValue(RValue::get(Tmp), Dest); in EmitAsmStores()
|
| H A D | CGCall.cpp | 1147 EmitStoreThroughLValue(RValue::get(Arg), LV); in ExpandTypeFromArgs() 4358 CGF.EmitStoreThroughLValue(RValue::get(value), srcLV); in emitWriteback()
|
| H A D | CGOpenMPRuntime.cpp | 3067 CGF.EmitStoreThroughLValue(RValue::get(CGF.Builder.getInt32(/*C=*/0)), in emitProxyTaskFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 3136 …ueENS0_6LValueENS_8QualTypeE", "clang::CodeGen::CodeGenFunction::EmitStoreThroughLValue(clang::Cod… 3250 …ng7CodeGen6LValueE", "(anonymous namespace)::ComplexExprEmitter::EmitStoreThroughLValue(std::pair<…
|