Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp581 unsigned PhysR; in getCondTfrOpcode() local
586 PhysR = *VC->begin(); in getCondTfrOpcode()
589 PhysR = RS.Reg; in getCondTfrOpcode()
591 unsigned PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub); in getCondTfrOpcode()
DBitTracker.cpp323 unsigned PhysR; in getRegBitWidth() local
327 PhysR = *VC->begin(); in getRegBitWidth()
330 PhysR = RR.Reg; in getRegBitWidth()
333 unsigned PhysS = (RR.Sub == 0) ? PhysR : TRI.getSubReg(PhysR, RR.Sub); in getRegBitWidth()