Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3919 Align CommonAlignment = cast<LoadInst>(VL0)->getAlign(); in canVectorizeLoads() local
3921 CommonAlignment = in canVectorizeLoads()
3924 if (TTI.isLegalMaskedGather(VecTy, CommonAlignment) && in canVectorizeLoads()
3925 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()
7064 Align CommonAlignment = LI0->getAlign(); in getBuildVectorCost() local
7066 CommonAlignment = in getBuildVectorCost()
8312 Align CommonAlignment = LI0->getAlign(); in getEntryCost() local
8314 CommonAlignment = in getEntryCost()
8318 /*VariableMask=*/false, CommonAlignment, CostKind); in getEntryCost()
11571 Align CommonAlignment = LI->getAlign(); in vectorizeTree() local
[all …]