Home
last modified time | relevance | path

Searched refs:AvailablePhysReg (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp107 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local
109 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()
132 if (AvailablePhysReg) in allocatePhysRegs()
133 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocBase.cpp113 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs); in allocatePhysRegs() local
115 if (AvailablePhysReg == ~0u) { in allocatePhysRegs()
138 if (AvailablePhysReg) in allocatePhysRegs()
139 Matrix->assign(*VirtReg, AvailablePhysReg); in allocatePhysRegs()