Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2306 function_ref<void(Type *)> CheckCandidateType, Partition &P, in createAndCheckVectorTypesForPromotion() argument
2329 CheckCandidateType(NewVTy); in createAndCheckVectorTypesForPromotion()
2360 auto CheckCandidateType = [&](Type *Ty) { in isVectorPromotionViable() local
2409 CheckCandidateType(Ty); in isVectorPromotionViable()
2414 LoadStoreTys, CandidateTysCopy, CheckCandidateType, P, DL, in isVectorPromotionViable()
2421 DeferredTys, CandidateTysCopy, CheckCandidateType, P, DL, CandidateTys, in isVectorPromotionViable()