Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp341 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()
406 AllInstructions[Opcode].EncodingDef->getValueAsBitsInit("SoftFail"); in insnWithID()
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()
[all …]