Lines Matching refs:AllInstructions
360 const std::vector<const CodeGenInstruction*> &AllInstructions; member in ARMFilterChooser
382 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), in ARMFilterChooser()
389 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(NULL), in ARMFilterChooser()
401 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(&parent), in ARMFilterChooser()
425 if (AllInstructions[Opcode]->isPseudo) in insnWithID()
428 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
434 Record *R = AllInstructions[Opcode]->TheDef; in insnWithID()
442 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
618 new ARMFilterChooser(Owner->AllInstructions, in recurse()
650 new ARMFilterChooser(Owner->AllInstructions, in recurse()
740 for (unsigned i = 0, e = AllInstructions.size(); i != e; ++i) { in emitTopHook()
741 const Record &Def = *(AllInstructions[i]->TheDef); in emitTopHook()
924 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists()
1483 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emit()