Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24156 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
24161 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
45509 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local
45541 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
45546 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
46831 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
46832 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
46847 if (InSVT == MVT::i32) in combineVectorTruncation()
46874 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
46881 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5402 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
5407 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5419 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
5420 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
H A DLegalizeVectorTypes.cpp3686 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local
3705 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
H A DDAGCombiner.cpp19680 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local
19681 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()