Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp1136 static const unsigned Phys64[] = { D0, D1, D2 }; in getNextPhysReg() local
1138 const unsigned Num64 = sizeof(Phys64)/sizeof(unsigned); in getNextPhysReg()
1142 return (Width <= 32) ? Phys32[0] : Phys64[0]; in getNextPhysReg()
1156 if (Phys64[Idx64] == PReg) in getNextPhysReg()
1165 return (Idx64+1 < Num64) ? Phys64[Idx64+1] : 0; in getNextPhysReg()