/llvm-project/mlir/docs/DefiningDialects/ |
H A D | _index.md | 70 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 D | TargetLLVMIR.md | 51 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 D | Quantization.md | 213 ### Quantized type 220 ### Quantized type conversion operations 226 ### Instrumentation and constraint operations
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | DialectGenUtilities.h | 16 class Dialect; variable
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Attribute.h | 28 class Dialect; variable
|
H A D | AttrOrTypeDef.h | 29 class Dialect; global() variable
|
H A D | Property.h | 28 class Dialect; variable
|
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/ |
H A D | Context.h | 27 class Dialect; variable
|
H A D | Operation.h | 25 class Dialect; variable 203 friend class Dialect; variable
|
/llvm-project/mlir/lib/Tools/PDLL/ODS/ |
H A D | Dialect.cpp | 21 Dialect::Dialect(StringRef name) : name(name.str()) {} in Dialect() function in Dialect
|
/llvm-project/mlir/unittests/IR/ |
H A D | DialectTest.cpp | 73 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 D | Dialect.cpp | 19 Dialect::Dialect(const llvm::Record *def) : def(def) { in Dialect() function in Dialect [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | MLIRContext.h | 28 class Dialect; variable [all...] |
H A D | DialectInterface.h | 17 class Dialect; global() variable
|
H A D | DialectRegistry.h | 25 class Dialect; variable [all...] |
H A D | TypeSupport.h | 21 class Dialect; variable
|
H A D | OperationSupport.h | 41 class Dialect; variable [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 49 AsmDialect Dialect; variable 456 AsmDialect Dialect = in getExtraInfoNames() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Dialect.cpp | 32 Dialect::Dialect(StringRef name, MLIRContext *context, TypeID id) Dialect() function in Dialect [all...] |
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1527 unsigned Dialect = getMAIAssemblerDialect(); MatchAndEmitInstruction() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 497 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
|