Home
last modified time | relevance | path

Searched refs:isImpossibleToMatch (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DPatternApplicator.cpp65 if (pattern->getBenefit().isImpossibleToMatch()) in applyCostModel()
74 if (pattern.getBenefit().isImpossibleToMatch()) in applyCostModel()
88 if (model(*list.front()).isImpossibleToMatch()) { in applyCostModel()
103 while (!list.empty() && benefits[list.back()].isImpossibleToMatch()) { in applyCostModel()
H A DByteCode.cpp1881 if (benefit.isImpossibleToMatch()) { in executeRecordMatch()
/llvm-project-15.0.7/mlir/lib/IR/
H A DPatternMatch.cpp24 assert(!isImpossibleToMatch() && "Pattern doesn't match"); in getBenefit()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h42 bool isImpossibleToMatch() const { return *this == impossibleToMatch(); } in isImpossibleToMatch() function