Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23988 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
23989 assert(SVT.getFixedSizeInBits() > InSVT.getFixedSizeInBits()); in LowerEXTEND_VECTOR_INREG()
23993 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
24009 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG()
24062 unsigned Scale = DestWidth / InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG()
24076 unsigned SignExtShift = DestWidth - InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG()
45188 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45211 bool PreferAVX512 = ((Subtarget.hasAVX512() && InSVT == MVT::i32) || in combineTruncateWithSat()
45212 (Subtarget.hasBWI() && InSVT == MVT::i16)) && in combineTruncateWithSat()
45220 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5340 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
5345 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5356 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
5357 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
H A DLegalizeVectorTypes.cpp3681 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local
3700 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
H A DDAGCombiner.cpp19452 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local
19453 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()