Home
last modified time | relevance | path

Searched refs:impossibleToMatch (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h41 static PatternBenefit impossibleToMatch() { return PatternBenefit(); } in impossibleToMatch() function
42 bool isImpossibleToMatch() const { return *this == impossibleToMatch(); } in isImpossibleToMatch()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp2241 return PatternBenefit::impossibleToMatch(); in computeLegalizationGraphBenefit()