/llvm-project/mlir/include/mlir/Debug/ |
H A D | BreakpointManager.h | 32 Breakpoint(TypeID typeID) : enableStatus(true), typeID(typeID) {} in Breakpoint() 38 TypeID typeID; variable 75 BreakpointManager(TypeID typeID) : typeID(typeID) {} in BreakpointManager() 77 TypeID typeID; variable
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | AttributeSupport.h | 65 TypeID typeID, StringRef name) { in get() 118 TypeID typeID, StringRef name) in AbstractAttribute() 151 const TypeID typeID; variable 230 getWithTypeID(MLIRContext *ctx, TypeID typeID, Args &&...args) { in getWithTypeID() 255 getWithTypeID(MLIRContext *ctx, TypeID typeID) { in getWithTypeID() 287 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute() 297 registerAttribute(MLIRContext *ctx, TypeID typeID) { in registerAttribute()
|
H A D | TypeSupport.h | 66 TypeID typeID, StringRef name) { in get() 117 TypeID typeID, StringRef name) in AbstractType() 150 const TypeID typeID; variable
|
H A D | OperationSupport.h | 152 Impl(StringAttr name, Dialect *dialect, TypeID typeID, in Impl() argument 173 TypeID typeID; variable
|
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/ |
H A D | TransformDialect.h | 35 explicit TransformDialectDataBase(TypeID typeID, MLIRContext *ctx) in TransformDialectDataBase() argument 300 TypeID typeID = TypeID::get<DataTy>(); in getOrCreateExtraData() local
|
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | TypeDetail.h | 25 TypeID typeID; member
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | Support.cpp | 51 size_t mlirTypeIDHashValue(MlirTypeID typeID) { in mlirTypeIDHashValue()
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 376 processType(Location loc,Type type,uint32_t & typeID) processType() argument 384 processTypeImpl(Location loc,Type type,uint32_t & typeID,SetVector<StringRef> & serializationCtx) processTypeImpl() argument 730 uint32_t typeID = 0; prepareConstant() local 756 uint32_t typeID = 0; prepareArrayConstant() local 799 uint32_t typeID = 0; prepareDenseElementsConstant() local 848 uint32_t typeID = 0; prepareConstantBool() local 877 uint32_t typeID = 0; prepareConstantInt() local 948 uint32_t typeID = 0; prepareConstantFp() local [all...] |
H A D | SerializeOps.cpp | 87 uint32_t typeID = 0; in processSpecConstantCompositeOp() local 123 uint32_t typeID = 0; in processSpecConstantOperationOp() local 169 uint32_t typeID = 0; in processUndefOp() local
|
/llvm-project/mlir/lib/IR/ |
H A D | MLIRContext.cpp | 706 addType(TypeID typeID,AbstractType && typeInfo) addType() argument 721 addAttribute(TypeID typeID,AbstractAttribute && attrInfo) addAttribute() argument 741 lookup(TypeID typeID,MLIRContext * context) lookup() argument 750 lookupMutable(TypeID typeID,MLIRContext * context) lookupMutable() argument 770 Impl(StringRef name,Dialect * dialect,TypeID typeID,detail::InterfaceMap interfaceMap) Impl() argument 913 lookup(TypeID typeID,MLIRContext * ctx) lookup() argument 981 lookup(TypeID typeID,MLIRContext * context) lookup() argument 989 lookupMutable(TypeID typeID,MLIRContext * context) lookupMutable() argument [all...] |
H A D | Dialect.cpp | 186 insert(TypeID typeID,StringRef name,const DialectAllocatorFunction & ctor) insert() argument 202 TypeID typeID = TypeID::get<void>(); insertDynamic() local
|
H A D | ExtensibleDialect.cpp | 384 TypeID typeID) in ExtensibleDialect() 392 TypeID typeID = type->getTypeID(); in registerDynamicType() local 428 auto typeID = attr->getTypeID(); in registerDynamicAttr() local
|
/llvm-project/mlir/include/mlir-c/ |
H A D | Support.h | 163 static inline bool mlirTypeIDIsNull(MlirTypeID typeID) { return !typeID.ptr; } in mlirTypeIDIsNull()
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformDialect.cpp | 48 TypeID typeID, MLIRContext *context) { in checkImplementsTransformHandleTypeInterface() argument
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 149 Node(TypeID typeID, SMRange loc) : typeID(typeID), loc(loc) {} in Node() 240 OpRewriteStmt(TypeID typeID, SMRange loc, Expr *rootOp) in OpRewriteStmt() 354 Expr(TypeID typeID, SMRange loc, Type type) : Stmt(typeID, loc), type(type) {} in Expr() 686 : Node(typeID, loc), name(name) {} in Node() argument 711 : Decl(typeID, loc, name) {} in Decl() argument 740 : ConstraintDecl(typeID, loc, name) {} in ConstraintDecl() argument
|
/llvm-project/mlir/include/mlir-c/Bindings/Python/ |
H A D | Interop.h | 348 static inline PyObject *mlirPythonTypeIDToCapsule(MlirTypeID typeID) { in mlirPythonTypeIDToCapsule() 359 MlirTypeID typeID = {ptr}; in mlirPythonCapsuleToTypeID() local
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | DataFlowFramework.h | 84 GenericProgramPoint(TypeID typeID) GenericProgramPoint() argument
|
/llvm-project/mlir/include/mlir/Target/LLVMIR/ |
H A D | ModuleTranslation.h | 236 StackFrame(TypeID typeID) StackFrame() argument
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestDialect.cpp | 352 void *TestDialect::getRegisteredInterfaceForOp(TypeID typeID, in getRegisteredInterfaceForOp()
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 306 TypeID typeID) { in filterEntriesForType() argument
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRModule.h | 906 PyTypeID(MlirTypeID typeID) PyTypeID() argument
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRType.cpp | 1259 fromRealTypeID(mlir::MLIRContext * context,llvm::Type::TypeID typeID,fir::KindTy kind) fromRealTypeID() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 884 for (const auto &typeID : Index.typeIdCompatibleVtableMap()) { getVisibleToRegularObjVtableGUIDs() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 2248 TargetOptions(TypeID typeID,StringRef toolkitPath,ArrayRef<std::string> linkFiles,StringRef cmdOptions,CompilationTarget compilationTarget,function_ref<SymbolTable * ()> getSymbolTableCallback) TargetOptions() argument
|