Lines Matching refs:AllInstructions
309 const std::vector<const CodeGenInstruction*> &AllInstructions; member in __anonf641aa1c0711::FilterChooser
345 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser()
356 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
368 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
376 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID()
388 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
552 Owner->AllInstructions, VariableInstructions, in recurse()
579 Owner->AllInstructions, Inst.second, in recurse()
969 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists()
1114 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1144 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1211 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail"); in emitSoftFailTableEntry()
1213 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1234 StringRef Name = AllInstructions[Opc]->TheDef->getName(); in emitSoftFailTableEntry()
1660 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emitTableEntries()