Lines Matching refs:Islands
587 unsigned getIslands(std::vector<Island> &Islands, const insn_t &Insn) const;
1168 unsigned FilterChooser::getIslands(std::vector<Island> &Islands, in getIslands() argument
1197 Islands.push_back({StartBit, i - StartBit, FieldVal}); in getIslands()
1207 Islands.push_back({StartBit, BitWidth - StartBit, FieldVal}); in getIslands()
1209 return Islands.size(); in getIslands()
1458 std::vector<Island> Islands; in emitSingletonTableEntry() local
1463 getIslands(Islands, Insn); in emitSingletonTableEntry()
1469 for (const Island &Ilnd : reverse(Islands)) { in emitSingletonTableEntry()
1578 std::vector<Island> Islands; in filterProcessor() local
1584 if (getIslands(Islands, Insn) > 0) { in filterProcessor()
1586 runSingleFilter(Islands[0].StartBit, Islands[0].NumBits, true); in filterProcessor()