Searched refs:getDoubleElementsVectorType (Results 1 – 5 of 5) sorted by relevance
499 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()517 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function574 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function575 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()627 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function629 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
924 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in identifyNode()1954 auto *NewTy = VectorType::getDoubleElementsVectorType( in replaceNode()1974 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in replaceNode()1989 auto *NewMaskTy = VectorType::getDoubleElementsVectorType( in replaceNode()2013 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in processReductionOperation()
2086 VectorType *WideVecTy = VectorType::getDoubleElementsVectorType(VecTy); in interleaveVectors()
1795 RetTy == ScalableVectorType::getDoubleElementsVectorType(TyA)) { in instCombineSVEUzp1()
1541 VectorType::getDoubleElementsVectorType(BaseTp), Mask, in getShuffleCost()