Lines Matching refs:AllInstructions
309 ArrayRef<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()
578 Owner->AllInstructions, Inst.second, in recurse()
1129 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1159 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1225 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail"); in emitSoftFailTableEntry()
1227 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1248 StringRef Name = AllInstructions[Opc]->TheDef->getName(); in emitSoftFailTableEntry()
1690 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in emitTableEntries()