Searched refs:InSVT (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2720 EVT InSVT = InVT.getVectorElementType(); in performTruncateCombine() local 2722 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in performTruncateCombine()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 25426 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local 25431 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG() 48715 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local 48747 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat() 50199 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local 50200 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation() 50207 if (InSVT == MVT::i16) in combineVectorTruncation() 50209 if (InSVT == MVT::i32 && in combineVectorTruncation() 50220 if (InSVT == MVT::i32) in combineVectorTruncation() 50247 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 5717 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantArithmetic() local 5721 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantArithmetic() 5733 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) { in FoldConstantArithmetic() 5740 TLI->getTypeAction(*getContext(), InSVT) != in FoldConstantArithmetic() 5743 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantArithmetic()
|
| H A D | LegalizeVectorTypes.cpp | 4428 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local 4447 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
|
| H A D | DAGCombiner.cpp | 20762 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local 20763 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()
|