Home
last modified time | relevance | path

Searched refs:getPatterns (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Rewrite/
H A DByteCode.h167 ArrayRef<PDLByteCodePattern> getPatterns() const { return patterns; } in getPatterns() function
256 ArrayRef<PDLByteCodePattern> getPatterns() const { return {}; } in getPatterns() function
H A DPatternApplicator.cpp60 for (const auto &it : llvm::enumerate(bytecode->getPatterns())) in applyCostModel()
125 for (const Pattern &it : bytecode->getPatterns()) in walkAllPatterns()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h551 static LVPatterns *getPatterns();
642 inline LVPatterns &patterns() { return *LVPatterns::getPatterns(); } in patterns()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp403 LVPatterns *LVPatterns::getPatterns() { in getPatterns() function in LVPatterns
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp541 if (!getPatterns().empty()) { in apply()
542 for (Operation &op : getPatterns().front()) { in apply()
635 if (!getPatterns().empty()) { in verify()
636 for (Operation &op : getPatterns().front()) { in verify()
662 if (!getPatterns().empty()) { in verify()
663 for (Operation &op : getPatterns().front()) { in verify()