Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_axienet.txt6 interfaces: MII, GMII, RGMII, SGMII, 1000BaseX. It also includes two
43 support both 1000BaseX and SGMII modes. If set, the phy-mode
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp874 MCRegister BaseX = MRI.getSubReg(X, AMDGPU::sub0); in getInvalidCompOperandIndex() local
876 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2725 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom() argument
2794 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()
2798 assert(CurLoop->isLoopInvariant(BaseX) && in detectShiftUntilBitTestIdiom()