Lines Matching refs:emitLoadOfLValue
32 mlir::Value emitLoadOfLValue(const Expr *e) { in emitLoadOfLValue() function in __anonb9062a7a0111::ComplexExprEmitter
33 return emitLoadOfLValue(cgf.emitLValue(e), e->getExprLoc()); in emitLoadOfLValue()
36 mlir::Value emitLoadOfLValue(LValue lv, SourceLocation loc);
155 return emitLoadOfLValue(constant.getReferenceLValue(cgf, e), in emitConstant()
162 mlir::Value ComplexExprEmitter::emitLoadOfLValue(LValue lv, in emitLoadOfLValue() function in ComplexExprEmitter
206 return emitLoadOfLValue(e); in VisitArraySubscriptExpr()
222 return emitLoadOfLValue(lv, e->getExprLoc()); in VisitBinAssign()
232 return emitLoadOfLValue(e); in VisitCallExpr()
247 return emitLoadOfLValue(e); in VisitCastExpr()
266 return emitLoadOfLValue(e); in VisitDeclRefExpr()
278 return emitLoadOfLValue(e); in VisitImplicitCastExpr()
338 return emitLoadOfLValue(e); in VisitUnaryDeref()