Searched refs:emitLoadOfLValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 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() [all …]
|
| H A D | CIRGenExprScalar.cpp | 139 mlir::Value emitLoadOfLValue(const Expr *e) { in emitLoadOfLValue() function in __anon1373b7f80111::ScalarExprEmitter 142 return cgf.emitLoadOfLValue(lv, e->getExprLoc()).getValue(); in emitLoadOfLValue() 145 mlir::Value emitLoadOfLValue(LValue lv, SourceLocation loc) { in emitLoadOfLValue() function in __anon1373b7f80111::ScalarExprEmitter 146 return cgf.emitLoadOfLValue(lv, loc).getValue(); in emitLoadOfLValue() 154 return emitLoadOfLValue(e); in VisitDeclRefExpr() 194 return emitLoadOfLValue(e); in VisitArraySubscriptExpr() 414 value = cgf.emitLoadOfLValue(lv, e->getExprLoc()).getValue(); in emitScalarPrePostIncDec() 417 value = cgf.emitLoadOfLValue(lv, e->getExprLoc()).getValue(); in emitScalarPrePostIncDec() 566 return emitLoadOfLValue(e); in VisitUnaryDeref() 981 return emitLoadOfLValue(lhs, e->getExprLoc()); in VISITCOMP() [all …]
|
| H A D | CIRGenFunction.h | 986 RValue emitLoadOfLValue(LValue lv, SourceLocation loc);
|
| H A D | CIRGenExpr.cpp | 524 RValue CIRGenFunction::emitLoadOfLValue(LValue lv, SourceLocation loc) { in emitLoadOfLValue() function in CIRGenFunction
|