Home | History | Annotate | Download | only in TableGen

Lines Matching full:instrs

34 // (instrs a, b, ...) Evaluate and union all arguments. Identical to AddOp.
45 // instruction names using lower_bound. Note that the predefined instrs must be
86 Sets.addFieldExpander("InstRW", "Instrs");
89 // (instrs Op1, Op1...)
90 Sets.addOperator("instrs", llvm::make_unique<InstrsOp>());
673 // ClassInstrs will hold an entry for each subset of Instrs in InstRWDef that
674 // intersects with an existing class via a previous InstRWDef. Instrs that do
678 // Sort Instrs into sets.
699 // For each set of Instrs, create a new class if necessary, and map or remap
700 // the Instrs to it.
705 // If the all instrs in the current class are accounted for, then leave
742 // Note that InstDefs may be a smaller list than InstRWDef's "Instrs".
754 (*RI)->getValue("Instrs")->getValue()->getAsString());