Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp89 using USet = std::set<unsigned>; typedef in __anon535d2dbd0111::HexagonSplitDoubleRegs
90 using UUSetMap = std::map<unsigned, USet>;
117 bool splitPartition(const USet &Part);
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()
282 USet Visited; in partitionRegisters()
298 USet &Asc = AssocMap[T]; in partitionRegisters()
476 USet &Rs) { in collectIndRegsForLoop()
580 USet Rs; in collectIndRegs()
[all …]
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1705 UberRegSet *USet = &UberSets[USetID]; in computeUberSets() local
1706 USet->Regs.push_back(&Reg); in computeUberSets()
1707 sortAndUniqueRegisters(USet->Regs); in computeUberSets()
1708 RegSets[i++] = USet; in computeUberSets()