Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp112 return !isNativeCodeCall() && !isReplaceWithValue() && !isLocationDirective(); in isOperation()
134 int count = isReplaceWithValue() ? 0 : 1; in getNumOps()
161 bool DagNode::isReplaceWithValue() const { in isReplaceWithValue() function in DagNode
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h169 bool isReplaceWithValue() const;
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp798 if (resultTree.isReplaceWithValue()) in handleResultPattern()
812 assert(tree.isReplaceWithValue()); in handleReplaceWithValue()