Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h103 VirtReg2IndexFunctor> RegAllocHints; variable
757 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 …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h48 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable
252 RegAllocHints[Reg].first = Type; in setRegAllocationHint()
253 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()
260 return RegAllocHints[Reg]; in getRegAllocationHint()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h71 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable
672 RegAllocHints[VReg].first = Type; in setRegAllocationHint()
673 RegAllocHints[VReg].second = PrefReg; in setRegAllocationHint()
687 return RegAllocHints[VReg]; in getRegAllocationHint()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineRegisterInfo.cpp23 RegAllocHints.reserve(256); in MachineRegisterInfo()
110 RegAllocHints.grow(Reg); in createVirtualRegister()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp31 RegAllocHints.reserve(256); in MachineRegisterInfo()
104 RegAllocHints.grow(Reg); in createVirtualRegister()
130 RegAllocHints.grow(Reg); in createGenericVirtualRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp51 RegAllocHints.reserve(256); in MachineRegisterInfo()
157 RegAllocHints.grow(Reg); in createIncompleteVirtualRegister()