Lines Matching full:instrs
39 // (instrs a, b, ...) Evaluate and union all arguments. Identical to AddOp.
50 // instruction names using lower_bound. Note that the predefined instrs must be
93 Sets.addFieldExpander("InstRW", "Instrs");
96 // (instrs Op1, Op1...)
97 Sets.addOperator("instrs", new InstrsOp);
679 // ClassInstrs will hold an entry for each subset of Instrs in InstRWDef that
680 // intersects with an existing class via a previous InstRWDef. Instrs that do
684 // Sort Instrs into sets.
705 // For each set of Instrs, create a new class if necessary, and map or remap
706 // the Instrs to it.
711 // If the all instrs in the current class are accounted for, then leave
748 // Note that InstDefs may be a smaller list than InstRWDef's "Instrs".
760 (*RI)->getValue("Instrs")->getValue()->getAsString());