Searched refs:ReduceTable (Results 1 – 2 of 2) sorted by relevance
201 static ReduceEntryVector ReduceTable; member in __anonb420b65c0111::MicroMipsSizeReduce209 ReduceEntryVector MicroMipsSizeReduce::ReduceTable = { member in __anonb420b65c0111::MicroMipsSizeReduce421 ReduceEntryVector::const_iterator Start = std::begin(ReduceTable); in ReduceMI()422 ReduceEntryVector::const_iterator End = std::end(ReduceTable); in ReduceMI()
61 /// ReduceTable - A static table with information on mapping from wide80 static const ReduceEntry ReduceTable[] = {179 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.246 for (unsigned i = 0, e = std::size(ReduceTable); i != e; ++i) { in INITIALIZE_PASS() 247 unsigned FromOpc = ReduceTable[i].WideOpc; in INITIALIZE_PASS() 1022 const ReduceEntry &Entry = ReduceTable[OPI->second]; in ReduceMI() 82 static const ReduceEntry ReduceTable[] = { global() variable