Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dallegro.txt1 Device-tree bindings for the Allegro DVT video IP codecs present in the Xilinx
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20679 EVT DVT = in performExtBinopLoadFold() local
20699 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(Op0), DVT, NewLoads); in performExtBinopLoadFold()
20705 return DAG.getNode(Op0.getOpcode(), SDLoc(Op0), DVT, Ops); in performExtBinopLoadFold()
20737 EVT DVT = VT.getDoubleNumVectorElementsVT(*DAG.getContext()); in performExtBinopLoadFold() local
20738 SDValue Ext = DAG.getNode(Other.getOpcode(), DL, DVT, NewOp); in performExtBinopLoadFold()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41441 MVT DVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() / 2); in combineTargetShuffle() local
41442 V = DAG.getBitcast(DVT, V); in combineTargetShuffle()
41443 V = DAG.getNode(X86ISD::PSHUFD, DL, DVT, V, in combineTargetShuffle()