Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DInterfaceSupport.h90 static TypeID getInterfaceID() { return TypeID::get<ConcreteType>(); } in getInterfaceID() function
117 static TypeID getInterfaceID() { return TypeID::get<ConcreteType>(); } in getInterfaceID() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectInterface.h33 static TypeID getInterfaceID() { return TypeID::get<ConcreteType>(); } in getInterfaceID() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp164 constexpr static GetTypeIDFunctionTy getInterfaceID = member in mlir::python::PyInferTypeOpInterface
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DDialectConversion.h458 SourceOp::getInterfaceID(), benefit, context) {} in ConversionPattern()
462 SourceOp::getInterfaceID(), benefit, context) {} in ConversionPattern()