Home
last modified time | relevance | path

Searched defs:traitID (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DStorageUniquerSupport.h75 bool hasTrait(TypeID traitID) { in hasTrait() argument
85 inline bool hasTrait(TypeID traitID) { in hasTrait() argument
H A DTypeSupport.h95 bool hasTrait(TypeID traitID) const { return hasTraitFn(traitID); } in hasTrait()
H A DAttributeSupport.h95 bool hasTrait(TypeID traitID) const { return hasTraitFn(traitID); } in hasTrait()
H A DOperationSupport.h282 hasTrait(TypeID traitID) hasTrait() argument
291 mightHaveTrait(TypeID traitID) mightHaveTrait() argument
/llvm-project/mlir/lib/Rewrite/
H A DFrozenRewritePatternSet.cpp119 if (std::optional<TypeID> traitID = pat->getRootTraitID()) { in FrozenRewritePatternSet() local
/llvm-project/mlir/lib/IR/
H A DPatternMatch.cpp63 Pattern::Pattern(MatchTraitOpTypeTag tag, TypeID traitID, in Pattern()