Home
last modified time | relevance | path

Searched refs:selectOrSplit (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp102 unsigned selectOrSplit(LiveInterval &VirtReg,
220 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RABasic
DRegAllocBase.h103 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
DRegAllocBase.cpp107 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
DRegAllocGreedy.cpp331 unsigned selectOrSplit(LiveInterval&, SmallVectorImpl<unsigned>&) override;
2218 unsigned RAGreedy::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp125 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
322 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
482 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RABasic
DRegAllocBase.h143 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
DRegAllocGreedy.cpp242 virtual unsigned selectOrSplit(LiveInterval&,
1554 unsigned RAGreedy::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy