Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp309 const std::vector<const CodeGenInstruction*> &AllInstructions; member in __anon60e3a3c10711::FilterChooser
345 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser()
356 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser()
368 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID()
376 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID()
388 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID()
555 Owner->AllInstructions, VariableInstructions, in recurse()
582 Owner->AllInstructions, Inst.second, in recurse()
993 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists()
1151 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch()
[all …]