Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Rewrite/
DPatternApplicator.cpp46 if (pat.getBenefit().isImpossibleToMatch()) { in applyCostModel()
68 if (model(*list.front()).isImpossibleToMatch()) { in applyCostModel()
87 while (!list.empty() && benefits[list.back()].isImpossibleToMatch()) { in applyCostModel()
DByteCode.cpp1125 if (benefit.isImpossibleToMatch()) { in execute()
/external/llvm-project/mlir/lib/IR/
DPatternMatch.cpp24 assert(!isImpossibleToMatch() && "Pattern doesn't match"); in getBenefit()
/external/llvm-project/mlir/include/mlir/IR/
DPatternMatch.h40 bool isImpossibleToMatch() const { return *this == impossibleToMatch(); } in isImpossibleToMatch() function