Searched refs:getMLIRContext (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | Bridge.h | 64 mlir::MLIRContext &getMLIRContext() { return context; } in getMLIRContext() function
|
| H A D | AbstractConverter.h | 222 virtual mlir::MLIRContext &getMLIRContext() = 0;
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CallInterface.cpp | 56 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 D | HostAssociations.cpp | 198 return fir::BoxCharType::get(&converter.getMLIRContext(), kind); in getType() 550 mlir::MLIRContext *ctxt = &converter.getMLIRContext(); in getArgumentType()
|
| H A D | Bridge.cpp | 413 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 D | ConvertType.cpp | 136 : converter{converter}, context{&converter.getMLIRContext()} {} in TypeBuilder()
|
| H A D | VectorSubscripts.cpp | 115 mlir::Type fldTy = fir::FieldType::get(&converter.getMLIRContext()); in gen()
|
| H A D | ConvertExpr.cpp | 1875 auto fldTy = fir::FieldType::get(&converter.getMLIRContext()); in genComponent()
|