Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp89 using USet = std::set<unsigned>; typedef in __anoncd7569100111::HexagonSplitDoubleRegs
90 using UUSetMap = std::map<unsigned, USet>;
93 using LoopRegMap = std::map<const MachineLoop *, USet>;
101 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
103 void collectIndRegsForLoop(const MachineLoop *L, USet &Rs);
117 bool splitPartition(const USet &Part);
121 static void dump_partition(raw_ostream&, const USet&,
137 const USet &Part, const TargetRegisterInfo &TRI) { in dump_partition()
147 const USet &Rs = I.second; in isInduction()
249 USet &Asc = AssocMap[R]; in partitionRegisters()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1777 UberRegSet *USet = &UberSets[USetID]; in computeUberSets() local
1778 USet->Regs.push_back(&Reg); in computeUberSets()
1779 RegSets[i++] = USet; in computeUberSets()