Lines Matching refs:AllInstructions
310 const std::vector<const CodeGenInstruction*> &AllInstructions; member in __anon214b46220711::FilterChooser
339 : AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), in FilterChooser()
350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser()
363 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
375 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
383 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID()
395 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
567 new FilterChooser(Owner->AllInstructions, in recurse()
600 new FilterChooser(Owner->AllInstructions, in recurse()
995 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists()
1146 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1174 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1241 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail"); in emitSoftFailTableEntry()
1243 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1264 StringRef Name = AllInstructions[Opc]->TheDef->getName(); in emitSoftFailTableEntry()
1691 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emitTableEntries()