Searched refs:InSVT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2773 EVT InSVT = InVT.getVectorElementType(); in performTruncateCombine() local 2775 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in performTruncateCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6376 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantArithmetic() local 6380 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantArithmetic() 6392 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) { in FoldConstantArithmetic() 6399 TLI->getTypeAction(*getContext(), InSVT) != in FoldConstantArithmetic() 6402 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantArithmetic()
|
| H A D | LegalizeVectorTypes.cpp | 4920 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local 4939 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
|
| H A D | DAGCombiner.cpp | 23242 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local 23243 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 24222 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local 24227 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG() 24243 int InSize = InSVT.getSizeInBits() * NumElts; in LowerEXTEND_VECTOR_INREG() 24309 unsigned Scale = DestWidth / InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG() 24321 unsigned SignExtShift = DestWidth - InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG() 44339 EVT InSVT = N0.getValueType().getScalarType(); in combineToExtendBoolVectorInReg() local 44348 if (InSVT != MVT::i1 || N0.getOpcode() != ISD::BITCAST) in combineToExtendBoolVectorInReg() 49709 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local 49741 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat() 49744 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat() [all …]
|