Home
last modified time | relevance | path

Searched defs:getInterfaceID (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Support/
H A DInterfaceSupport.h90 static TypeID getInterfaceID() { return TypeID::get<ConcreteType>(); } in getInterfaceID() function
127 static TypeID getInterfaceID() { return TypeID::get<ConcreteType>(); } in getInterfaceID() function
/llvm-project/mlir/include/mlir/IR/
H A DDialectInterface.h33 static TypeID getInterfaceID() { return TypeID::get<ConcreteType>(); } getInterfaceID() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp256 constexpr static GetTypeIDFunctionTy getInterfaceID = global() member in mlir::python::PyInferTypeOpInterface
410 constexpr static GetTypeIDFunctionTy getInterfaceID = global() member in mlir::python::PyInferShapedTypeOpInterface
/llvm-project/mlir/include/mlir/Transforms/
H A DDialectConversion.h577 ConversionPattern(Pattern::MatchInterfaceOpTypeTag (),SourceOp::getInterfaceID (),benefit,context) ConversionPattern() argument
581 ConversionPattern(typeConverter,Pattern::MatchInterfaceOpTypeTag (),SourceOp::getInterfaceID (),benefit,context) ConversionPattern() argument