Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3012 Align CommonAlignment = cast<LoadInst>(VL0)->getAlign(); in buildTree_rec() local
3014 CommonAlignment = in buildTree_rec()
3015 commonAlignment(CommonAlignment, cast<LoadInst>(V)->getAlign()); in buildTree_rec()
3017 CommonAlignment)) { in buildTree_rec()
4129 Align CommonAlignment = Alignment; in getEntryCost() local
4131 CommonAlignment = in getEntryCost()
4132 commonAlignment(CommonAlignment, cast<LoadInst>(V)->getAlign()); in getEntryCost()
4135 /*VariableMask=*/false, CommonAlignment, CostKind, VL0); in getEntryCost()
5444 Align CommonAlignment = LI->getAlign(); in vectorizeTree() local
5446 CommonAlignment = in vectorizeTree()
[all …]