Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dxilinx_axienet.txt6 interfaces: MII, GMII, RGMII, SGMII, 1000BaseX. It also includes two
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2143 static bool detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, in detectShiftUntilBitTestIdiom() argument
2211 BaseX = CurrXPN->getIncomingValueForBlock(LoopPreheaderBB); in detectShiftUntilBitTestIdiom()
2215 assert(CurLoop->isLoopInvariant(BaseX) && in detectShiftUntilBitTestIdiom()