Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp585 MCRegister PhysR; in getCondTfrOpcode() local
590 PhysR = *VC->begin(); in getCondTfrOpcode()
592 PhysR = RS.Reg; in getCondTfrOpcode()
594 MCRegister PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub); in getCondTfrOpcode()
H A DBitTracker.cpp343 MCRegister PhysR = in getRegBitWidth() local
345 return getPhysRegBitWidth(PhysR); in getRegBitWidth()