Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.h63 OperandCountAtLeastQuestion, enumerator
483 struct OperandCountAtLeastQuestion struct
484 : public PredicateBase<OperandCountAtLeastQuestion, Qualifier, void,
485 Predicates::OperandCountAtLeastQuestion> {};
540 registerSingletonStorageType<OperandCountAtLeastQuestion>(); in PredicateUniquer()
680 return {OperandCountAtLeastQuestion::get(uniquer), in getOperandCountAtLeast()
H A DPDLToPDLInterp.cpp412 case Predicates::OperandCountAtLeastQuestion: in generate()
416 /*compareAtLeast=*/kind == Predicates::OperandCountAtLeastQuestion, in generate()
467 if (kind == Predicates::OperandCountAtLeastQuestion || in generate()
503 case Predicates::OperandCountAtLeastQuestion: in generate()