Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp118 !isLocationDirective() && !isReturnTypeDirective() && !isEither(); in isOperation()
181 bool DagNode::isLocationDirective() const { in isLocationDirective() function in DagNode
784 if (dagArg.isLocationDirective() || dagArg.isReturnTypeDirective()) in collectBoundSymbols()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h181 bool isLocationDirective() const;
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1111 if (resultTree.isLocationDirective()) { in handleResultPattern()
1148 assert(tree.isLocationDirective()); in handleLocationDirective()
1343 auto isLocation = dagArg.isLocationDirective(); in getTrailingDirectives()