Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp653 unsigned PhysR; in getCondTfrOpcode() local
658 PhysR = *VC->begin(); in getCondTfrOpcode()
661 PhysR = RS.Reg; in getCondTfrOpcode()
663 unsigned PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub); in getCondTfrOpcode()
DBitTracker.cpp321 unsigned PhysR; in getRegBitWidth() local
325 PhysR = *VC->begin(); in getRegBitWidth()
328 PhysR = RR.Reg; in getRegBitWidth()
331 unsigned PhysS = (RR.Sub == 0) ? PhysR : TRI.getSubReg(PhysR, RR.Sub); in getRegBitWidth()