Home
last modified time | relevance | path

Searched refs:AllInstructions (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp386 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()
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()
1355 AllInstructions[Opc].EncodingDef->getValueAsBitsInit("Inst"); in emitSoftFailTableEntry()
[all …]