Lines Matching defs:getMLIRContext
195 mlir::MLIRContext *mlirContext = &converter.getMLIRContext();
695 return Fortran::lower::getFIRType(&getMLIRContext(), tc, kind,
704 &getMLIRContext(), tc, bridge.getDefaultKinds().GetDefaultKind(tc),
968 return mlir::UnknownLoc::get(&getMLIRContext());
989 mainLocation = genLocation(*filePos, getMLIRContext());
995 locAttrs.push_back(fir::LocationKindAttr::get(&getMLIRContext(),
1005 locs.push_back(genLocation(*incPos, getMLIRContext()));
1007 &getMLIRContext(), fir::LocationKind::Inclusion));
1018 &getMLIRContext(), locs,
1019 fir::LocationKindArrayAttr::get(&getMLIRContext(), locAttrs));
1034 mlir::MLIRContext &getMLIRContext() override final {
1035 return bridge.getMLIRContext();
5620 mlir::MLIRContext *context = &getMLIRContext();