Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOps.h61 struct PropertiesWithCustomPrint { struct
68 bool operator==(const PropertiesWithCustomPrint &rhs) const { argument
74 PropertiesWithCustomPrint &prop, mlir::Attribute attr,
78 const PropertiesWithCustomPrint &prop);
79 llvm::hash_code computeHash(const PropertiesWithCustomPrint &prop);
81 const PropertiesWithCustomPrint &prop);
83 PropertiesWithCustomPrint &prop);
H A DTestDialect.cpp61 test::setPropertiesFromAttribute(PropertiesWithCustomPrint &prop, in setPropertiesFromAttribute()
87 const PropertiesWithCustomPrint &prop) { in getPropertiesAsAttribute()
95 llvm::hash_code test::computeHash(const PropertiesWithCustomPrint &prop) { in computeHash()
100 const PropertiesWithCustomPrint &prop) { in customPrintProperties()
106 PropertiesWithCustomPrint &prop) { in customParseProperties()
H A DTestOps.td3105 def PropertiesWithCustomPrint : Property<"PropertiesWithCustomPrint"> {
3120 PropertiesWithCustomPrint:$prop
3130 test::PropertiesWithCustomPrint &prop);
3133 const test::PropertiesWithCustomPrint &prop);
3138 test::PropertiesWithCustomPrint &prop) {
3149 const test::PropertiesWithCustomPrint &prop) {