Searched refs:AllInstructions (Results 1 – 1 of 1) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 309 const std::vector<const CodeGenInstruction*> &AllInstructions; member in __anonf641aa1c0711::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() 552 Owner->AllInstructions, VariableInstructions, in recurse() 579 Owner->AllInstructions, Inst.second, in recurse() 969 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists() 1114 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates"); in emitPredicateMatch() [all …]
|