Searched refs:RegAllocHints (Results 1 – 6 of 6) sorted by relevance
103 VirtReg2IndexFunctor> RegAllocHints; variable757 RegAllocHints[VReg].first = Type; in setRegAllocationHint()758 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()759 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()766 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()776 assert (RegAllocHints[VReg].first == 0 && in clearSimpleHint()778 RegAllocHints[VReg].second.clear(); in clearSimpleHint()787 unsigned BestHint = (RegAllocHints[VReg].second.size() ? in getRegAllocationHint()788 RegAllocHints[VReg].second[0] : 0); in getRegAllocationHint()789 return std::pair<unsigned, unsigned>(RegAllocHints[VReg].first, BestHint); in getRegAllocationHint()[all …]
48 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable252 RegAllocHints[Reg].first = Type; in setRegAllocationHint()253 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()260 return RegAllocHints[Reg]; in getRegAllocationHint()
71 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable672 RegAllocHints[VReg].first = Type; in setRegAllocationHint()673 RegAllocHints[VReg].second = PrefReg; in setRegAllocationHint()687 return RegAllocHints[VReg]; in getRegAllocationHint()
23 RegAllocHints.reserve(256); in MachineRegisterInfo()110 RegAllocHints.grow(Reg); in createVirtualRegister()
31 RegAllocHints.reserve(256); in MachineRegisterInfo()104 RegAllocHints.grow(Reg); in createVirtualRegister()130 RegAllocHints.grow(Reg); in createGenericVirtualRegister()
51 RegAllocHints.reserve(256); in MachineRegisterInfo()157 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()