Lines Matching refs:genLoad
386 static fir::ExtendedValue genLoad(fir::FirOpBuilder &builder, in genLoad() function
398 return genLoad(builder, loc, in genLoad()
405 return genLoad(builder, loc, in genLoad()
429 mlir::Value val = fir::getBase(genLoad(builder, loc, exv)); in genOptionalValue()
835 ExtValue genLoad(const ExtValue &exv) { in genLoad() function in __anon67dfc8450c11::ScalarExprLowering
836 return ::genLoad(builder, getLoc(), exv); in genLoad()
855 return genLoad(addr); in genval()
1772 return genLoad(gen(x)); in genval()
1904 return genLoad(gen(cmpt)); in genval()
2116 return genLoad(gen(aref)); in genval()
2220 return genLoad(operands[i].first); in genIntrinsicRef()
3223 return genLoad(result); in genval()
4870 return genLoad(builder, loc, optionalArg); in genElementalIntrinsicProcRef()
7715 auto genLoad = [&](const auto *x) -> fir::ArrayLoadOp { in createArrayLoads() local
7720 auto load = std::visit(genLoad, base); in createArrayLoads()
7726 esp.bindLoad(base, std::visit(genLoad, base)); in createArrayLoads()