Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21504 MVT SrcVecVT = MVT::getVectorVT(SrcVT, 128 / SrcVT.getScalarSizeInBits()); in LowerFP_TO_INT() local
21511 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, SrcVecVT, Src)); in LowerFP_TO_INT()
21514 DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, SrcVecVT, in LowerFP_TO_INT()
44919 EVT SrcVecVT = SrcVec.getValueType(); in combineAnd() local
44924 if (VT == SrcVecVT.getScalarType() && in combineAnd()
44930 unsigned NumElts = SrcVecVT.getVectorNumElements(); in combineAnd()
44931 unsigned Scale = SrcVecVT.getScalarSizeInBits() / 8; in combineAnd()
49109 EVT SrcVecVT = ExtElt.getOperand(0).getValueType(); in combineToFPTruncExtElt() local
49110 unsigned VecWidth = SrcVecVT.getSizeInBits(); in combineToFPTruncExtElt()