Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp112 return !isNativeCodeCall() && !isReplaceWithValue() && !isLocationDirective(); in isOperation()
166 bool DagNode::isLocationDirective() const { in isLocationDirective() function in DagNode
684 hasLocDirective = lastArg.isLocationDirective(); in collectBoundSymbols()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h172 bool isLocationDirective() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp787 if (resultTree.isLocationDirective()) { in handleResultPattern()
827 assert(tree.isLocationDirective()); in handleLocationDirective()
963 if (lastArg.isLocationDirective()) { in getLocation()