Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15146 MVT InSVT = InVT.getVectorElementType(); in LowerSIGN_EXTEND_VECTOR_INREG() local
15147 assert(VT.getVectorElementType().getSizeInBits() > InSVT.getSizeInBits()); in LowerSIGN_EXTEND_VECTOR_INREG()
15151 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerSIGN_EXTEND_VECTOR_INREG()
15176 CurrVT.getVectorElementType().getSizeInBits() - InSVT.getSizeInBits(); in LowerSIGN_EXTEND_VECTOR_INREG()
26552 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
26559 DAG.getConstant(OutSVT == MVT::i8 ? 0xFF : 0xFFFF, DL, InSVT); in combineVectorTruncationWithPACKUS()
26577 for (unsigned j = 1, e = InSVT.getSizeInBits() / OutSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()
26651 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
26652 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
26659 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3359 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
3364 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
3375 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
3376 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()