Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp644 unsigned PhysR; in getCondTfrOpcode() local
649 PhysR = *VC->begin(); in getCondTfrOpcode()
652 PhysR = RS.Reg; in getCondTfrOpcode()
654 unsigned PhysS = (RS.Sub == 0) ? PhysR : TRI->getSubReg(PhysR, RS.Sub); in getCondTfrOpcode()