Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Predicate

57     // Predicate checking.
61 CheckPredicate, // Fail if node predicate fails.
109 /// isSimplePredicateNode - Return true if this is a simple predicate that
134 /// a simple predicate.
157 // Since this predicate is reflexive, we canonicalize the ordering so that
391 /// CheckPatternPredicateMatcher - This checks the target-specific predicate
392 /// to see if the entire pattern is capable of matching. This predicate does
395 std::string Predicate;
397 CheckPatternPredicateMatcher(StringRef predicate)
398 : Matcher(CheckPatternPredicate), Predicate(predicate) {}
400 StringRef getPredicate() const { return Predicate; }
409 return cast<CheckPatternPredicateMatcher>(M)->getPredicate() == Predicate;
413 /// CheckPredicateMatcher - This checks the target-specific predicate to