Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5569 static Align computeCommonAlignment(ArrayRef<Value *> VL) { in computeCommonAlignment() function
6138 Align CommonAlignment = computeCommonAlignment<LoadInst>(VL); in canVectorizeLoads()
8293 Align Alignment = computeCommonAlignment<LoadInst>(Values); in tryToVectorizeGatheredLoads()
11832 Align CommonAlignment = computeCommonAlignment<LoadInst>(E.Scalars); in transformNodes()
11859 Align CommonAlignment = computeCommonAlignment<StoreInst>(E.Scalars); in transformNodes()
13578 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getEntryCost()
13629 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getEntryCost()
13671 computeCommonAlignment<StoreInst>(UniqueValues.getArrayRef()); in getEntryCost()
18244 Align CommonAlignment = computeCommonAlignment<LoadInst>(E->Scalars); in vectorizeTree()
18279 Align CommonAlignment = computeCommonAlignment<LoadInst>(E->Scalars); in vectorizeTree()
[all …]