Home | History | Annotate | Download | only in TableGen

Lines Matching full:fails

59     CheckPredicate,       // Fail if node predicate fails.
184 /// one that successfully matches. If one child fails, it tries the next child.
185 /// If none of the children match then this check fails. It never has a 'next'.
446 /// specified opcode, if not it fails to match.
470 fails. This is semantically equivalent to a Scope node where
496 /// specified type at the specified result, if not it fails to match.
524 /// then the match fails. This is semantically equivalent to a Scope node where
551 /// specified type, if not it fails to match.
580 /// ConstantSDNode with the specified integer value, if not it fails to match.
605 /// CondCodeSDNode with the specified condition, if not it fails to match.
629 /// VTSDNode with the specified type, if not it fails to match.