Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp69 typedef std::map<unsigned,USet> UUSetMap; typedef in __anon50e8d8320111::HexagonSplitDoubleRegs
77 void partitionRegisters(UUSetMap &P2Rs);
198 void HexagonSplitDoubleRegs::partitionRegisters(UUSetMap &P2Rs) { in partitionRegisters()
221 UUSetMap AssocMap; in partitionRegisters()
1163 UUSetMap P2Rs; in runOnMachineFunction()
1171 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) { in runOnMachineFunction()
1181 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp91 using UUSetMap = std::map<unsigned, USet>; typedef in __anonda02556a0111::HexagonSplitDoubleRegs
99 void partitionRegisters(UUSetMap &P2Rs);
221 void HexagonSplitDoubleRegs::partitionRegisters(UUSetMap &P2Rs) { in partitionRegisters()
244 UUSetMap AssocMap; in partitionRegisters()
1202 UUSetMap P2Rs; in runOnMachineFunction()
1210 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) { in runOnMachineFunction()
1220 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) { in runOnMachineFunction()