Home
last modified time | relevance | path

Searched defs:getDialect (Results 1 – 17 of 17) sorted by relevance

/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h92 LLVM::LLVMDialect *getDialect() const { return llvmDialect; } getDialect() function
/llvm-project/mlir/lib/TableGen/
H A DType.cpp80 Dialect Type::getDialect() const { getDialect() function in Type
H A DAttribute.cpp126 Dialect Attribute::getDialect() const { getDialect() function in Attribute
H A DAttrOrTypeDef.cpp113 Dialect AttrOrTypeDef::getDialect() const { getDialect() function in AttrOrTypeDef
/llvm-project/mlir/include/mlir/IR/
H A DDialectInterface.h51 Dialect *getDialect() const { return dialect; } getDialect() function
H A DTypes.h123 Dialect &getDialect() const { return impl->getAbstractType().getDialect(); } in getDialect() function
H A DAttributes.h76 Dialect &getDialect() const { in getDialect() function
H A DTypeSupport.h73 Dialect &getDialect() const { return const_cast<Dialect &>(dialect); } in getDialect() function
H A DExtensibleDialect.h99 ExtensibleDialect *getDialect() const { return dialect; } in getDialect() function
255 ExtensibleDialect *getDialect() const { return dialect; } in getDialect() function
H A DAttributeSupport.h72 Dialect &getDialect() const { return const_cast<Dialect &>(dialect); } in getDialect() function
H A DOperationSupport.h160 Dialect *getDialect() const { return dialect; } in getDialect() function
460 Dialect *getDialect() const { getDialect() function
696 Dialect &getDialect() const { return *getImpl()->getDialect(); } getDialect() function
H A DOpImplementation.h49 Dialect *getDialect() const { return dialect; } in getDialect() function
86 DialectT *getDialect() const { in getDialect() function
H A DOperation.h220 Dialect *getDialect() { return getName().getDialect(); } in getDialect() function
/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h312 const Dialect &getDialect() const { return dialect; } getDialect() function
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp32 LLVM::LLVMDialect &ConvertToLLVMPattern::getDialect() const { in getDialect() function in ConvertToLLVMPattern
/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h73 AsmDialect getDialect() const { return Dialect; } in getDialect() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp389 const Dialect &getDialect() const { return ops.front().getDialect(); } getDialect() function