Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20301 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
20306 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
37095 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local
37107 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
38210 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
38276 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
38293 if (InSVT == MVT::i32) in combineVectorTruncation()
38320 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local
38327 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()
39364 EVT InSVT = InVT.getScalarType(); in combineToExtendVectorInReg() local
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4717 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
4722 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
4733 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
4734 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
H A DLegalizeVectorTypes.cpp2940 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local
2959 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
H A DDAGCombiner.cpp16513 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local
16514 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()