Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h100 VirtReg2IndexFunctor> RegAllocHints; variable
775 RegAllocHints[VReg].first = Type; in setRegAllocationHint()
776 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()
777 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()
784 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()
794 assert (!RegAllocHints[VReg].first && in clearSimpleHint()
796 RegAllocHints[VReg].second.clear(); in clearSimpleHint()
805 Register BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()
806 RegAllocHints[VReg.id()].second[0] : Register()); in getRegAllocationHint()
807 return std::pair<Register, Register>(RegAllocHints[VReg.id()].first, in getRegAllocationHint()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp48 RegAllocHints.reserve(256); in MachineRegisterInfo()
147 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()