Home
last modified time | relevance | path

Searched defs:typeID (Results 1 – 24 of 24) sorted by relevance

/llvm-project/mlir/include/mlir/Debug/
H A DBreakpointManager.h32 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 DAttributeSupport.h65 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 DTypeSupport.h66 TypeID typeID, StringRef name) { in get()
117 TypeID typeID, StringRef name) in AbstractType()
150 const TypeID typeID; variable
H A DOperationSupport.h152 Impl(StringAttr name, Dialect *dialect, TypeID typeID, in Impl() argument
173 TypeID typeID; variable
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.h35 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 DTypeDetail.h25 TypeID typeID; member
/llvm-project/mlir/lib/CAPI/IR/
H A DSupport.cpp51 size_t mlirTypeIDHashValue(MlirTypeID typeID) { in mlirTypeIDHashValue()
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp376 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 DSerializeOps.cpp87 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 DMLIRContext.cpp706 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 DDialect.cpp186 insert(TypeID typeID,StringRef name,const DialectAllocatorFunction & ctor) insert() argument
202 TypeID typeID = TypeID::get<void>(); insertDynamic() local
H A DExtensibleDialect.cpp384 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 DSupport.h163 static inline bool mlirTypeIDIsNull(MlirTypeID typeID) { return !typeID.ptr; } in mlirTypeIDIsNull()
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformDialect.cpp48 TypeID typeID, MLIRContext *context) { in checkImplementsTransformHandleTypeInterface() argument
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h149 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 DInterop.h348 static inline PyObject *mlirPythonTypeIDToCapsule(MlirTypeID typeID) { in mlirPythonTypeIDToCapsule()
359 MlirTypeID typeID = {ptr}; in mlirPythonCapsuleToTypeID() local
/llvm-project/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h84 GenericProgramPoint(TypeID typeID) GenericProgramPoint() argument
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h236 StackFrame(TypeID typeID) StackFrame() argument
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp352 void *TestDialect::getRegisteredInterfaceForOp(TypeID typeID, in getRegisteredInterfaceForOp()
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp306 TypeID typeID) { in filterEntriesForType() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h906 PyTypeID(MlirTypeID typeID) PyTypeID() argument
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp1259 fromRealTypeID(mlir::MLIRContext * context,llvm::Type::TypeID typeID,fir::KindTy kind) fromRealTypeID() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp884 for (const auto &typeID : Index.typeIdCompatibleVtableMap()) { getVisibleToRegularObjVtableGUIDs() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp2248 TargetOptions(TypeID typeID,StringRef toolkitPath,ArrayRef<std::string> linkFiles,StringRef cmdOptions,CompilationTarget compilationTarget,function_ref<SymbolTable * ()> getSymbolTableCallback) TargetOptions() argument