Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp16059 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp19244 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local
19245 assert(SVT.getSizeInBits() > InSVT.getSizeInBits()); in LowerEXTEND_VECTOR_INREG()
19249 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()
19263 int InSize = InSVT.getSizeInBits() * VT.getVectorNumElements(); in LowerEXTEND_VECTOR_INREG()
19300 CurrVT.getScalarSizeInBits() - InSVT.getSizeInBits(); in LowerEXTEND_VECTOR_INREG()
35471 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local
35482 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()
35485 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()
36579 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
36589 unsigned NumSubRegElts = 128 / InSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3421 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()
DLegalizeVectorTypes.cpp2431 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4370 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local
4375 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
4386 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()
4387 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
DLegalizeVectorTypes.cpp2648 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local
2669 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
DDAGCombiner.cpp15910 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local
15911 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()