Searched refs:emitStoreThroughLValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprAggregate.cpp | 194 cgf.emitStoreThroughLValue(RValue::get(element), tmpLV); in emitArrayInit() 213 cgf.emitStoreThroughLValue(RValue::get(nextElement), tmpLV); in emitArrayInit() 261 cgf.emitStoreThroughLValue(RValue::get(cgf.emitScalarExpr(e)), lv); in emitInitializationToLValue()
|
| H A D | CIRGenDecl.cpp | 176 return emitStoreThroughLValue( in emitAutoVarInit() 477 emitStoreThroughLValue(RValue::get(value), lvalue, true); in emitScalarInit() 494 emitStoreThroughLValue(rvalue, lvalue); in emitExprAsInit()
|
| H A D | CIRGenExprScalar.cpp | 526 cgf.emitStoreThroughLValue(RValue::get(value), lv); in emitScalarPrePostIncDec() 963 cgf.emitStoreThroughLValue(RValue::get(rhs), lhs); in VISITCOMP() 1126 cgf.emitStoreThroughLValue(RValue::get(result), lhsLV); in emitCompoundAssignLValue()
|
| H A D | CIRGenExpr.cpp | 213 void CIRGenFunction::emitStoreThroughLValue(RValue src, LValue dst, in emitStoreThroughLValue() function in CIRGenFunction 1104 emitStoreThroughLValue(rv, lv); in emitBinaryOperatorLValue()
|
| H A D | CIRGenFunction.h | 1057 void emitStoreThroughLValue(RValue src, LValue dst, bool isInit = false);
|