Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Predicates

693   // Handle immediate predicates first.
701 // Handle arbitrary node predicates.
777 /// pattern's predicates concatenated with "&&" operators.
781 for (unsigned i = 0, e = Predicates->getSize(); i != e; ++i) {
782 if (DefInit *Pred = dyn_cast<DefInit>(Predicates->getElement(i))) {
1308 // Transfer in the old predicates.
2902 Instr->getValueAsListInit("Predicates"),
3281 CurPattern->getValueAsListInit("Predicates"),
3563 // Skip if the top level predicates do not match.