Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Predicates

345   // Emits code to check the Predicates member of an instruction are true.
795 ListInit *Predicates =
796 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
797 for (unsigned i = 0; i < Predicates->getSize(); ++i) {
798 Record *Pred = Predicates->getElementAsRecord(i);
819 return Predicates->getSize() > 0;