Lines Matching refs:Opcodes
192 /// This recursive scheme ends when the number of Opcodes assigned to the
195 /// Opcodes assigned.
313 const std::vector<unsigned> &Opcodes;
339 : AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes),
350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
363 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
510 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
514 Owner->insnWithID(Insn, Owner->Opcodes[i]);
523 LastOpcFiltered = Owner->Opcodes[i];
529 VariableInstructions.push_back(Owner->Opcodes[i]);
988 for (unsigned i = 0; i < Opcodes.size(); ++i) {
989 if (Opcodes[i] == Opc) continue;
990 errs() << nameWithID(Opcodes[i]) << ' ';
995 for (unsigned i = 0; i < Opcodes.size(); ++i) {
996 const std::string &Name = nameWithID(Opcodes[i]);
1000 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));
1410 unsigned numInstructions = Opcodes.size();
1423 for (unsigned i = 0; i < Opcodes.size(); ++i) {
1429 insnWithID(Insn, Opcodes[i]);
1473 insnWithID(insn, Opcodes[InsnIndex]);
1639 unsigned Num = Opcodes.size();
1665 if (Opcodes.size() == 1) {
1669 emitSingletonTableEntry(TableInfo, Opcodes[0]);
1691 for (unsigned i = 0; i < Opcodes.size(); ++i) {
1692 const std::string &Name = nameWithID(Opcodes[i]);
1696 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst"));