Searched full:dvt (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | allegro,al5e.yaml | 7 title: Allegro DVT Video IP Codecs 13 Allegro DVT video IP codecs present in the Xilinx ZynqMP SoC. The IP core may
|
H A D | allegro.txt | 1 Device-tree bindings for the Allegro DVT video IP codecs present in the Xilinx
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | vendor-prefixes.yaml | 85 description: Allegro DVT
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 5077 ValueType dvt, string asm, SDPatternOperator node> 5079 asm, "\t$Rd, $Rn", "", [(set (dvt dstType:$Rd), (node srcType:$Rn))]>, 5195 [/*(set (dvt dstType:$Rd), (bitconvert (svt srcType:$Rn)))*/]>,
|
H A D | AArch64ISelLowering.cpp | 20679 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 D | X86ISelLowering.cpp | 41441 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()
|