Lines Matching refs:AllInstructions
376 ArrayRef<EncodingAndInst> AllInstructions; member in __anon983fc5010511::FilterChooser
410 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
421 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
435 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID()
444 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID()
456 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID()
457 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID()
623 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse()
649 Owner->AllInstructions, Inst.second, in recurse()
1258 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1280 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1340 const RecordVal *RV = AllInstructions[Opc].EncodingDef->getValue("SoftFail"); in emitSoftFailTableEntry()
1345 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1367 << AllInstructions[Opc] << " is set but Inst{" << i in emitSoftFailTableEntry()
1812 getBitsField(*AllInstructions[Opcode.EncodingID].EncodingDef, "Inst")); in emitTableEntries()