Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp3676 MVT DVT = DstVT.getSimpleVT(); in fastSelectInstruction() local
3682 DVT.getScalarSizeInBits() >= 32)))) in fastSelectInstruction()
H A DX86ISelLowering.cpp31950 MVT DVT = MVT::getVectorVT(MVT::i32, VT.getVectorNumElements() / 2); in combineTargetShuffle() local
31951 V = DAG.getBitcast(DVT, V); in combineTargetShuffle()
31952 V = DAG.getNode(X86ISD::PSHUFD, DL, DVT, V, in combineTargetShuffle()