Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h102 VirtReg2IndexFunctor> RegAllocHints; variable
767 RegAllocHints[VReg].first = Type; in setRegAllocationHint()
768 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()
769 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()
776 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()
786 assert (!RegAllocHints[VReg].first && in clearSimpleHint()
788 RegAllocHints[VReg].second.clear(); in clearSimpleHint()
797 Register BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()
798 RegAllocHints[VReg.id()].second[0] : Register()); in getRegAllocationHint()
799 return std::pair<Register, Register>(RegAllocHints[VReg.id()].first, in getRegAllocationHint()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp50 RegAllocHints.reserve(256); in MachineRegisterInfo()
149 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()