Home
last modified time | relevance | path

Searched refs:HasTraitFn (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h90 using HasTraitFn = bool (*)(TypeID); variable
189 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait);
197 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait);
208 HasTraitFn hasTraitFn;
DOpDefinition.h1682 static AbstractOperation::HasTraitFn getHasTraitFn() { in getHasTraitFn()
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp640 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait) { in insert()
662 detail::InterfaceMap &&interfaceMap, HasTraitFn hasTrait) in AbstractOperation()