Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h32 using HasTraitFn = llvm::unique_function<bool(TypeID) const>;
51 HasTraitFn &&hasTrait, TypeID typeID) { in get()
86 HasTraitFn &&hasTrait, TypeID typeID) in AbstractType()
107 HasTraitFn hasTraitFn;
H A DAttributeSupport.h34 using HasTraitFn = llvm::unique_function<bool(TypeID) const>;
54 HasTraitFn &&hasTrait, TypeID typeID) { in get()
90 HasTraitFn &&hasTrait, TypeID typeID) in AbstractAttribute()
111 HasTraitFn hasTraitFn;
H A DStorageUniquerSupport.h101 using HasTraitFn = bool (*)(TypeID); variable
123 static HasTraitFn getHasTraitFn() { in getHasTraitFn()
H A DOperationSupport.h70 using HasTraitFn = llvm::unique_function<bool(TypeID) const>; variable
118 HasTraitFn hasTraitFn;
279 detail::InterfaceMap &&interfaceMap, HasTraitFn &&hasTrait,
H A DOpDefinition.h1843 static OperationName::HasTraitFn getHasTraitFn() {
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp720 detail::InterfaceMap &&interfaceMap, HasTraitFn &&hasTrait, in insert()