Lines Matching defs:STIPredicateFunction
390 /// An STIPredicateFunction descriptor used by tablegen backends to
393 class STIPredicateFunction {
399 STIPredicateFunction(const STIPredicateFunction &Other) = delete;
400 STIPredicateFunction &operator=(const STIPredicateFunction &Other) = delete;
403 STIPredicateFunction(const Record *Rec) : FunctionDeclaration(Rec) {}
404 STIPredicateFunction(STIPredicateFunction &&Other) = default;
406 bool isCompatibleWith(const STIPredicateFunction &Other) const {
464 std::vector<STIPredicateFunction> STIPredicates;
593 ArrayRef<STIPredicateFunction> getSTIPredicates() const {