Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp99 MCRegister selectOrSplit(const LiveInterval &VirtReg,
255 MCRegister RABasic::selectOrSplit(const LiveInterval &VirtReg, in selectOrSplit() function in RABasic
H A DRegAllocBase.h123 virtual MCRegister selectOrSplit(const LiveInterval &VirtReg,
H A DRegAllocBase.cpp113 MCRegister AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
H A DRegAllocGreedy.h295 MCRegister selectOrSplit(const LiveInterval &,
H A DRegAllocGreedy.cpp2142 MCRegister RAGreedy::selectOrSplit(const LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy