Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3768 Align CommonAlignment = cast<LoadInst>(VL0)->getAlign(); in canVectorizeLoads() local
3770 CommonAlignment = in canVectorizeLoads()
3771 std::min(CommonAlignment, cast<LoadInst>(V)->getAlign()); in canVectorizeLoads()
3773 if (TTI.isLegalMaskedGather(VecTy, CommonAlignment) && in canVectorizeLoads()
3774 !TTI.forceScalarizeMaskedGather(VecTy, CommonAlignment)) in canVectorizeLoads()
7307 Align CommonAlignment = LI0->getAlign(); in getEntryCost() local
7309 CommonAlignment = in getEntryCost()
7310 std::min(CommonAlignment, cast<LoadInst>(V)->getAlign()); in getEntryCost()
7313 /*VariableMask=*/false, CommonAlignment, CostKind); in getEntryCost()
9570 Align CommonAlignment = LI->getAlign(); in vectorizeTree() local
[all …]