Searched refs:InSVT (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 16059 MVT InSVT = InVT.getVectorElementType(); in LowerSIGN_EXTEND_VECTOR_INREG() local 16060 assert(SVT.getSizeInBits() > InSVT.getSizeInBits()); in LowerSIGN_EXTEND_VECTOR_INREG() 16064 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerSIGN_EXTEND_VECTOR_INREG() 16075 MVT::getVectorVT(InSVT, InVT.getVectorNumElements() / 2), in LowerSIGN_EXTEND_VECTOR_INREG() 16098 CurrVT.getVectorElementType().getSizeInBits() - InSVT.getSizeInBits(); in LowerSIGN_EXTEND_VECTOR_INREG() 29580 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local 29587 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS() 29603 for (unsigned j = 1, e = InSVT.getSizeInBits() / OutSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS() 29677 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local 29678 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3421 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local 3426 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic() 3437 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic() 3438 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
|
D | LegalizeVectorTypes.cpp | 2431 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local 2452 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
|