Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPredicate.h57 OperandCountQuestion, enumerator
365 struct OperandCountQuestion struct
366 : public PredicateBase<OperandCountQuestion, Qualifier, void,
367 Predicates::OperandCountQuestion> {};
411 registerSingletonStorageType<OperandCountQuestion>(); in PredicateUniquer()
496 return {OperandCountQuestion::get(uniquer), in getOperandCount()
DPDLToPDLInterp.cpp299 case Predicates::OperandCountQuestion: { in generatePredicate()
353 case Predicates::OperandCountQuestion: in generateSwitch()