Lines Matching refs:AllInstructions
341 ArrayRef<EncodingAndInst> AllInstructions; member in __anonc01b33bf0511::FilterChooser
373 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
384 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
398 BitsInit &Bits = getBitsField(*AllInstructions[Opcode].EncodingDef, "Inst"); in insnWithID()
406 AllInstructions[Opcode].EncodingDef->getValueAsBitsInit("SoftFail"); in insnWithID()
575 Owner->AllInstructions, VariableInstructions, in recurse()
601 Owner->AllInstructions, Inst.second, in recurse()
1163 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
1192 AllInstructions[Opc].EncodingDef->getValueAsListInit("Predicates"); in doesOpcodeNeedPredicate()
1257 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("SoftFail"); in emitSoftFailTableEntry()
1260 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
1282 << AllInstructions[Opc] << " is set but Inst{" << i in emitSoftFailTableEntry()
1720 errs() << '\t' << AllInstructions[Opcodes[i]] << " "; in emitTableEntries()
1722 getBitsField(*AllInstructions[Opcodes[i]].EncodingDef, "Inst")); in emitTableEntries()