Searched refs:BaseX (Results 1 – 3 of 3) sorted by relevance
6 interfaces: MII, GMII, RGMII, SGMII, 1000BaseX. It also includes two43 support both 1000BaseX and SGMII modes. If set, the phy-mode
874 MCRegister BaseX = MRI.getSubReg(X, AMDGPU::sub0); in getInvalidCompOperandIndex() local876 if (!BaseX) in getInvalidCompOperandIndex()877 BaseX = X; in getInvalidCompOperandIndex()880 if ((BaseX & BanksMask) == (BaseY & BanksMask)) in getInvalidCompOperandIndex()882 if (BaseX != X /* This is 64-bit register */ && in getInvalidCompOperandIndex()883 ((BaseX + 1) & BanksMask) == (BaseY & BanksMask)) in getInvalidCompOperandIndex()885 if (BaseY != Y && (BaseX & BanksMask) == ((BaseY + 1) & BanksMask)) in getInvalidCompOperandIndex()
2725 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom() argument2794 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()2798 assert(CurLoop->isLoopInvariant(BaseX) && in detectShiftUntilBitTestIdiom()