Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Predicates

400   /// Predicates - The required subtarget features to match this instruction.
655 std::vector<Record*> Predicates =TheDef->getValueAsListOfDefs("Predicates");
656 for (unsigned i = 0, e = Predicates.size(); i != e; ++i)
658 Info.getSubtargetFeature(Predicates[i]))
1144 // Ignore predicates that are not intended for the assembler.
1870 std::vector<Record*> ReqFeatures = R->getValueAsListOfDefs("Predicates");
1924 // are two instructions without predicates, emit an error. If there is one,