Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp104 unsigned selectOrSplit(LiveInterval &VirtReg,
257 unsigned RABasic::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RABasic
H A DRegAllocBase.h105 virtual unsigned selectOrSplit(LiveInterval &VirtReg,
H A DRegAllocBase.cpp113 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
H A DRegAllocGreedy.cpp427 unsigned selectOrSplit(LiveInterval&, SmallVectorImpl<unsigned>&) override;
2757 unsigned RAGreedy::selectOrSplit(LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy