Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Predicates

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