Searched refs:AllInstructions (Results 1 – 1 of 1) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 310 const std::vector<const CodeGenInstruction*> &AllInstructions; member in __anon214b46220711::FilterChooser 339 : AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes), in FilterChooser() 350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(), in FilterChooser() 363 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), in FilterChooser() 375 BitsInit &Bits = getBitsField(*AllInstructions[Opcode]->TheDef, "Inst"); in insnWithID() 383 AllInstructions[Opcode]->TheDef->getValueAsBitsInit("SoftFail"); in insnWithID() 395 return AllInstructions[Opcode]->TheDef->getName(); in nameWithID() 567 new FilterChooser(Owner->AllInstructions, in recurse() 600 new FilterChooser(Owner->AllInstructions, in recurse() 995 getBitsField(*AllInstructions[Opcodes[i]]->TheDef, "Inst")); in SingletonExists() [all …]
|