Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3558 Align CommonAlignment = cast<LoadInst>(VL0)->getAlign(); in canVectorizeLoads() local
3560 CommonAlignment = in canVectorizeLoads()
3561 std::min(CommonAlignment, cast<LoadInst>(V)->getAlign()); in canVectorizeLoads()
3563 if (TTI.isLegalMaskedGather(VecTy, CommonAlignment) && in canVectorizeLoads()
3564 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()
6464 Align CommonAlignment = Alignment; in getEntryCost() local
6466 CommonAlignment = in getEntryCost()
6467 std::min(CommonAlignment, cast<LoadInst>(V)->getAlign()); in getEntryCost()
6470 /*VariableMask=*/false, CommonAlignment, CostKind, VL0); in getEntryCost()
8182 Align CommonAlignment = LI->getAlign(); in vectorizeTree() local
[all …]