Lines Matching refs:MLIRContext
256 MLIRContext::MLIRContext(Threading setting) in MLIRContext() function in MLIRContext
257 : MLIRContext(DialectRegistry(), setting) {} in MLIRContext()
259 MLIRContext::MLIRContext(const DialectRegistry ®istry, Threading setting) in MLIRContext() function in MLIRContext
326 MLIRContext::~MLIRContext() = default;
342 DebugActionManager &MLIRContext::getDebugActionManager() { in getDebugActionManager()
351 DiagnosticEngine &MLIRContext::getDiagEngine() { return getImpl().diagEngine; } in getDiagEngine()
357 void MLIRContext::appendDialectRegistry(const DialectRegistry ®istry) { in appendDialectRegistry()
370 const DialectRegistry &MLIRContext::getDialectRegistry() { in getDialectRegistry()
375 std::vector<Dialect *> MLIRContext::getLoadedDialects() { in getLoadedDialects()
386 std::vector<StringRef> MLIRContext::getAvailableDialects() { in getAvailableDialects()
395 Dialect *MLIRContext::getLoadedDialect(StringRef name) { in getLoadedDialect()
401 Dialect *MLIRContext::getOrLoadDialect(StringRef name) { in getOrLoadDialect()
414 MLIRContext::getOrLoadDialect(StringRef dialectNamespace, TypeID dialectID, in getOrLoadDialect()
459 void MLIRContext::loadAllAvailableDialects() { in loadAllAvailableDialects()
464 llvm::hash_code MLIRContext::getRegistryHash() { in getRegistryHash()
474 bool MLIRContext::allowsUnregisteredDialects() { in allowsUnregisteredDialects()
478 void MLIRContext::allowUnregisteredDialects(bool allowing) { in allowUnregisteredDialects()
486 bool MLIRContext::isMultithreadingEnabled() { in isMultithreadingEnabled()
491 void MLIRContext::disableMultithreading(bool disable) { in disableMultithreading()
526 void MLIRContext::setThreadPool(llvm::ThreadPool &pool) { in setThreadPool()
534 unsigned MLIRContext::getNumThreads() { in getNumThreads()
544 llvm::ThreadPool &MLIRContext::getThreadPool() { in getThreadPool()
552 void MLIRContext::enterMultiThreadedExecution() { in enterMultiThreadedExecution()
557 void MLIRContext::exitMultiThreadedExecution() { in exitMultiThreadedExecution()
565 bool MLIRContext::shouldPrintOpOnDiagnostic() { in shouldPrintOpOnDiagnostic()
571 void MLIRContext::printOpOnDiagnostic(bool enable) { in printOpOnDiagnostic()
580 bool MLIRContext::shouldPrintStackTraceOnDiagnostic() { in shouldPrintStackTraceOnDiagnostic()
586 void MLIRContext::printStackTraceOnDiagnostic(bool enable) { in printStackTraceOnDiagnostic()
594 ArrayRef<RegisteredOperationName> MLIRContext::getRegisteredOperations() { in getRegisteredOperations()
598 bool MLIRContext::isOperationRegistered(StringRef name) { in isOperationRegistered()
632 MLIRContext *context) { in lookup()
641 MLIRContext *context) { in lookupMutable()
653 OperationName::OperationName(StringRef name, MLIRContext *context) { in OperationName()
696 RegisteredOperationName::lookup(StringRef name, MLIRContext *ctx) { in lookup()
723 MLIRContext *ctx = dialect.getContext(); in insert()
784 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()
792 AbstractType *AbstractType::lookupMutable(TypeID typeID, MLIRContext *context) { in lookupMutable()
806 StorageUniquer &MLIRContext::getTypeUniquer() { return getImpl().typeUniquer; } in getTypeUniquer()
808 BFloat16Type BFloat16Type::get(MLIRContext *context) { in get()
811 Float16Type Float16Type::get(MLIRContext *context) { in get()
814 Float32Type Float32Type::get(MLIRContext *context) { in get()
817 Float64Type Float64Type::get(MLIRContext *context) { in get()
820 Float80Type Float80Type::get(MLIRContext *context) { in get()
823 Float128Type Float128Type::get(MLIRContext *context) { in get()
828 IndexType IndexType::get(MLIRContext *context) { in get()
837 MLIRContext *context) { in getCachedIntegerType()
859 IntegerType IntegerType::get(MLIRContext *context, unsigned width, in get()
868 MLIRContext *context, unsigned width, in getChecked()
876 NoneType NoneType::get(MLIRContext *context) { in get()
890 StorageUniquer &MLIRContext::getAttributeUniquer() { in getAttributeUniquer()
896 MLIRContext *ctx, in initializeAttributeStorage()
905 BoolAttr BoolAttr::get(MLIRContext *context, bool value) { in get()
909 UnitAttr UnitAttr::get(MLIRContext *context) { in get()
913 UnknownLoc UnknownLoc::get(MLIRContext *context) { in get()
918 DictionaryAttr DictionaryAttr::getEmpty(MLIRContext *context) { in getEmpty()
922 void StringAttrStorage::initialize(MLIRContext *context) { in initialize()
941 StringAttr StringAttr::get(MLIRContext *context) { in get()
949 StorageUniquer &MLIRContext::getAffineUniquer() { in getAffineUniquer()
955 MLIRContext *context) { in getImpl()
986 AffineMap AffineMap::get(MLIRContext *context) { in get()
991 MLIRContext *context) { in get()
1002 ArrayRef<AffineExpr> results, MLIRContext *context) { in get()
1033 mlir::detail::getDefaultDiagnosticEmitFn(MLIRContext *ctx) { in getDefaultDiagnosticEmitFn()