HomeSort by relevance Sort by last modified time
    Searched refs:AvailablePhysReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 107 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs);
109 if (AvailablePhysReg == ~0u) {
132 if (AvailablePhysReg)
133 Matrix->assign(*VirtReg, AvailablePhysReg);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBasic.cpp 322 unsigned AvailablePhysReg = selectOrSplit(*VirtReg, SplitVRegs);
324 if (AvailablePhysReg == ~0u) {
343 if (AvailablePhysReg)
344 assign(*VirtReg, AvailablePhysReg);

Completed in 539 milliseconds