Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2177 VectorType *CommonVecPtrTy) { in checkVectorTypesForPromotion() argument
2193 CandidateTys.push_back(CommonVecPtrTy); in checkVectorTypesForPromotion()
2265 bool &HaveCommonVecPtrTy, VectorType *&CommonVecPtrTy) { in createAndCheckVectorTypesForPromotion() argument
2292 HaveCommonVecPtrTy, CommonVecPtrTy); in createAndCheckVectorTypesForPromotion()
2311 VectorType *CommonVecPtrTy = nullptr; in isVectorPromotionViable() local
2336 if (!CommonVecPtrTy) in isVectorPromotionViable()
2337 CommonVecPtrTy = VTy; in isVectorPromotionViable()
2338 else if (CommonVecPtrTy != VTy) in isVectorPromotionViable()
2371 HaveCommonVecPtrTy, CommonVecPtrTy)) in isVectorPromotionViable()
2378 CommonVecPtrTy); in isVectorPromotionViable()