Home
last modified time | relevance | path

Searched defs:Dialect (Results 1 – 21 of 21) sorted by relevance

/llvm-project/mlir/docs/DefiningDialects/
H A D_index.md70 InitializationDefining Dialects""Defining a Dialect global() argument
83 DocumentationDefining Dialects""Defining a Dialect global() argument
91 Class NameDefining Dialects""Defining a Dialect global() argument
98 C++ NamespaceDefining Dialects""Defining a Dialect global() argument
111 C++ Accessor GenerationDefining Dialects""Defining a Dialect global() argument
134 Dependent DialectsDefining Dialects""Defining a Dialect global() argument
154 Extra declarationsDefining Dialects""Defining a Dialect global() argument
165 `hasConstantMaterializer`: Materializing Constants from AttributesDefining Dialects""Defining a Dialect global() argument
191 `hasNonDefaultDestructor`: Providing a custom destructorDefining Dialects""Defining a Dialect global() argument
197 Discardable Attribute VerificationDefining Dialects""Defining a Dialect global() argument
258 Operation Interface FallbackDefining Dialects""Defining a Dialect global() argument
275 Default Attribute/Type Parsers and PrintersDefining Dialects""Defining a Dialect global() argument
287 Dialect-wide Canonicalization PatternsDefining Dialects""Defining a Dialect global() argument
305 Defining bytecode format for dialect attributes and typesDefining Dialects""Defining a Dialect global() argument
[all...]
/llvm-project/mlir/docs/
H A DTargetLLVMIR.md51 Conversion of Built-in TypesLLVM IR Target""Conversion to the LLVM Dialect global() argument
293 Conversion of LLVM Container Types with Non-Compatible Element TypesLLVM IR Target""Conversion to the LLVM Dialect global() argument
308 Calling ConventionsLLVM IR Target""Conversion to the LLVM Dialect global() argument
570 Generic alloction and deallocation functionsLLVM IR Target""Conversion to the LLVM Dialect global() argument
582 C-compatible wrapper emissionLLVM IR Target""Conversion to the LLVM Dialect global() argument
788 Address ComputationLLVM IR Target""Conversion to the LLVM Dialect global() argument
853 Utility ClassesLLVM IR Target""Conversion to the LLVM Dialect global() argument
H A DQuantization.md213 ### Quantized type
220 ### Quantized type conversion operations
226 ### Instrumentation and constraint operations
/llvm-project/mlir/tools/mlir-tblgen/
H A DDialectGenUtilities.h16 class Dialect; variable
/llvm-project/mlir/include/mlir/TableGen/
H A DAttribute.h28 class Dialect; variable
H A DAttrOrTypeDef.h29 class Dialect; global() variable
H A DProperty.h28 class Dialect; variable
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DContext.h27 class Dialect; variable
H A DOperation.h25 class Dialect; variable
203 friend class Dialect; variable
/llvm-project/mlir/lib/Tools/PDLL/ODS/
H A DDialect.cpp21 Dialect::Dialect(StringRef name) : name(name.str()) {} in Dialect() function in Dialect
/llvm-project/mlir/unittests/IR/
H A DDialectTest.cpp73 TEST(Dialect,DelayedInterfaceRegistration) TEST() argument
112 TEST(Dialect,RepeatedDelayedRegistration) TEST() argument
163 TEST(Dialect,NestedDialectExtension) TEST() argument
[all...]
/llvm-project/mlir/lib/TableGen/
H A DDialect.cpp19 Dialect::Dialect(const llvm::Record *def) : def(def) { in Dialect() function in Dialect
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DMLIRContext.h28 class Dialect; variable
[all...]
H A DDialectInterface.h17 class Dialect; global() variable
H A DDialectRegistry.h25 class Dialect; variable
[all...]
H A DTypeSupport.h21 class Dialect; variable
H A DOperationSupport.h41 class Dialect; variable
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h49 AsmDialect Dialect; variable
456 AsmDialect Dialect = in getExtraInfoNames() local
/llvm-project/mlir/lib/IR/
H A DDialect.cpp32 Dialect::Dialect(StringRef name, MLIRContext *context, TypeID id) Dialect() function in Dialect
[all...]
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1527 unsigned Dialect = getMAIAssemblerDialect(); MatchAndEmitInstruction() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp497 LLVMGetInlineAsm(LLVMTypeRef Ty,const char * AsmString,size_t AsmStringSize,const char * Constraints,size_t ConstraintsSize,LLVMBool HasSideEffects,LLVMBool IsAlignStack,LLVMInlineAsmDialect Dialect,LLVMBool CanThrow) LLVMGetInlineAsm() argument
535 InlineAsm::AsmDialect Dialect = cast<InlineAsm>(Val)->getDialect(); LLVMGetInlineAsmDialect() local