Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h54 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints; variable
305 RegAllocHints[Reg].first = Type; in setRegAllocationHint()
306 RegAllocHints[Reg].second = PrefReg; in setRegAllocationHint()
313 return RegAllocHints[Reg]; in getRegAllocationHint()
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp23 RegAllocHints.reserve(256); in MachineRegisterInfo()
111 RegAllocHints.grow(Reg); in createVirtualRegister()