Home
last modified time | relevance | path

Searched refs:BaseX (Results 1 – 2 of 2) 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/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2420 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom() argument
2488 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()
2492 assert(CurLoop->isLoopInvariant(BaseX) && in detectShiftUntilBitTestIdiom()