Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dallegro,al5e.yaml7 title: Allegro DVT Video IP Codecs
13 Allegro DVT video IP codecs present in the Xilinx ZynqMP SoC. The IP core may
H A Dallegro.txt1 Device-tree bindings for the Allegro DVT video IP codecs present in the Xilinx
/freebsd-14.2/sys/contrib/device-tree/Bindings/
H A Dvendor-prefixes.yaml79 description: Allegro DVT
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19460 EVT DVT = in performExtBinopLoadFold() local
19480 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(Op0), DVT, NewLoads); in performExtBinopLoadFold()
19486 return DAG.getNode(Op0.getOpcode(), SDLoc(Op0), DVT, Ops); in performExtBinopLoadFold()
19518 EVT DVT = VT.getDoubleNumVectorElementsVT(*DAG.getContext()); in performExtBinopLoadFold() local
19519 SDValue Ext = DAG.getNode(Other.getOpcode(), DL, DVT, NewOp); in performExtBinopLoadFold()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40529 MVT DVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() / 2); in combineTargetShuffle() local
40530 V = DAG.getBitcast(DVT, V); in combineTargetShuffle()
40531 V = DAG.getNode(X86ISD::PSHUFD, DL, DVT, V, in combineTargetShuffle()