Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp588 MCRegister PhysR; in getCondTfrOpcode() local
593 PhysR = *VC->begin(); in getCondTfrOpcode()
595 PhysR = RS.Reg; in getCondTfrOpcode()
597 MCRegister PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub); in getCondTfrOpcode()
H A DBitTracker.cpp338 MCRegister PhysR = in getRegBitWidth() local
340 return getPhysRegBitWidth(PhysR); in getRegBitWidth()