Searched refs:getDoubleElementsVectorType (Results 1 – 8 of 8) sorted by relevance
350 LLVM_ABI static VectorType *getDoubleElementsVectorType(VectorType *VTy);389 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function390 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()440 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function442 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
526 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()553 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function627 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function628 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()681 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function683 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
104 VectorType *VectorType::getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function in VectorType106 VTy->getContext().getType(llvm::VectorType::getDoubleElementsVectorType( in getDoubleElementsVectorType()
1089 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in identifyNode()2189 auto *NewTy = VectorType::getDoubleElementsVectorType( in replaceNode()2210 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in replaceNode()2229 auto *NewMaskTy = VectorType::getDoubleElementsVectorType( in replaceNode()2250 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in processReductionSingle()2285 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in processReductionOperation()
671 FixedVectorType::getDoubleElementsVectorType(SubTp); in getShuffleCost()
1904 auto *ConcatTy = FixedVectorType::getDoubleElementsVectorType(MaskTy); in foldConcatOfBoolMasks()
1554 VectorType::getDoubleElementsVectorType(SrcTy), in getShuffleCost()1555 VectorType::getDoubleElementsVectorType(SrcTy), Mask, in getShuffleCost()
2408 RetTy == ScalableVectorType::getDoubleElementsVectorType(TyA)) { in instCombineSVEUzp1()