Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DAttribute.h99 bool isSymbolRefAttr() const;
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp55 bool Attribute::isSymbolRefAttr() const { in isSymbolRefAttr() function in Attribute
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1685 if (attr->attr.getBaseAttr().isSymbolRefAttr()) in genSideEffectInterfaceMethods()