Home
last modified time | relevance | path

Searched refs:getMLIRContext (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBridge.h64 mlir::MLIRContext &getMLIRContext() { return context; } in getMLIRContext() function
H A DAbstractConverter.h222 virtual mlir::MLIRContext &getMLIRContext() = 0;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp56 auto *context = &converter.getMLIRContext(); in getProcedureDesignatorType()
441 addSymbolAttribute(func, *sym, converter.getMLIRContext()); in declare()
552 : interface(i), mlirContext{i.converter.getMLIRContext()} {} in CallInterfaceImpl()
1072 return mlir::FunctionType::get(&converter.getMLIRContext(), inputTys, in genFunctionType()
1207 addSymbolAttribute(newFunc, *symbol, converter.getMLIRContext()); in getOrDeclareFunction()
H A DHostAssociations.cpp198 return fir::BoxCharType::get(&converter.getMLIRContext(), kind); in getType()
550 mlir::MLIRContext *ctxt = &converter.getMLIRContext(); in getArgumentType()
H A DBridge.cpp413 return Fortran::lower::getFIRType(&getMLIRContext(), tc, kind, in genType()
422 &getMLIRContext(), tc, bridge.getDefaultKinds().GetDefaultKind(tc), in genType()
574 return mlir::UnknownLoc::get(&getMLIRContext()); in genUnknownLocation()
587 return mlir::FileLineColLoc::get(&getMLIRContext(), filePos.file.path(), in genLocation()
598 mlir::MLIRContext &getMLIRContext() override final { in getMLIRContext() function in __anon1d418ed20211::FirConverter
599 return bridge.getMLIRContext(); in getMLIRContext()
2872 mlir::MLIRContext *context = &getMLIRContext(); in createGlobalOutsideOfFunctionLowering()
H A DConvertType.cpp136 : converter{converter}, context{&converter.getMLIRContext()} {} in TypeBuilder()
H A DVectorSubscripts.cpp115 mlir::Type fldTy = fir::FieldType::get(&converter.getMLIRContext()); in gen()
H A DConvertExpr.cpp1875 auto fldTy = fir::FieldType::get(&converter.getMLIRContext()); in genComponent()