Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h55 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable
352 RegAllocHints[Reg].first = Type; in setRegAllocationHint()
353 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()
360 return RegAllocHints[Reg]; in getRegAllocationHint()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp25 RegAllocHints.reserve(256); in MachineRegisterInfo()
110 RegAllocHints.grow(Reg); in createVirtualRegister()