Searched refs:selectOrSplit (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 102 unsigned selectOrSplit(LiveInterval &VirtReg, 220 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RABasic
|
D | RegAllocBase.h | 103 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
|
D | RegAllocBase.cpp | 107 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
|
D | RegAllocGreedy.cpp | 331 unsigned selectOrSplit(LiveInterval&, SmallVectorImpl<unsigned>&) override; 2218 unsigned RAGreedy::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocBasic.cpp | 125 virtual unsigned selectOrSplit(LiveInterval &VirtReg, 322 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() 482 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RABasic
|
D | RegAllocBase.h | 143 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
|
D | RegAllocGreedy.cpp | 242 virtual unsigned selectOrSplit(LiveInterval&, 1554 unsigned RAGreedy::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy
|