Lines Matching refs:AllInstructions
386 ArrayRef<EncodingAndInst> AllInstructions; member in __anoncf345abb0511::FilterChooser
420 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
431 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
445 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID()
454 AllInstructions[Opcode].EncodingDef->getValue("SoftFail"); in insnWithID()
466 const Record *EncodingDef = AllInstructions[Opcode].EncodingDef; in emitNameWithID()
467 const Record *InstDef = AllInstructions[Opcode].Inst->TheDef; in emitNameWithID()
633 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse()
659 Owner->AllInstructions, Inst.second, in recurse()
1268 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1290 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1350 const RecordVal *RV = AllInstructions[Opc].EncodingDef->getValue("SoftFail"); in emitSoftFailTableEntry()
1355 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1377 << AllInstructions[Opc] << " is set but Inst{" << i in emitSoftFailTableEntry()
1822 getBitsField(*AllInstructions[Opcode.EncodingID].EncodingDef, "Inst")); in emitTableEntries()