Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBase.h111 virtual MCRegister selectOrSplit(const LiveInterval &VirtReg,
H A DRegAllocBasic.cpp99 MCRegister selectOrSplit(const LiveInterval &VirtReg,
259 MCRegister RABasic::selectOrSplit(const LiveInterval &VirtReg, in selectOrSplit() function in RABasic
H A DRegAllocBase.cpp112 MCRegister AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs()
H A DRegAllocGreedy.h297 MCRegister selectOrSplit(const LiveInterval &,
H A DRegAllocGreedy.cpp2044 MCRegister RAGreedy::selectOrSplit(const LiveInterval &VirtReg, in selectOrSplit() function in RAGreedy