Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h102 VirtReg2IndexFunctor> RegAllocHints; variable
764 RegAllocHints[VReg].first = Type; in setRegAllocationHint()
765 RegAllocHints[VReg].second.clear(); in setRegAllocationHint()
766 RegAllocHints[VReg].second.push_back(PrefReg); in setRegAllocationHint()
773 RegAllocHints[VReg].second.push_back(PrefReg); in addRegAllocationHint()
783 assert (RegAllocHints[VReg].first == 0 && in clearSimpleHint()
785 RegAllocHints[VReg].second.clear(); in clearSimpleHint()
794 unsigned BestHint = (RegAllocHints[VReg.id()].second.size() ? in getRegAllocationHint()
795 RegAllocHints[VReg.id()].second[0] : 0); in getRegAllocationHint()
796 return std::pair<unsigned, unsigned>(RegAllocHints[VReg.id()].first, in getRegAllocationHint()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp50 RegAllocHints.reserve(256); in MachineRegisterInfo()
149 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()