Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h72 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable
625 RegAllocHints[VReg].first = Type; in setRegAllocationHint()
626 RegAllocHints[VReg].second = PrefReg; in setRegAllocationHint()
634 return RegAllocHints[VReg]; in getRegAllocationHint()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp30 RegAllocHints.reserve(256); in MachineRegisterInfo()
101 RegAllocHints.grow(Reg); in createVirtualRegister()