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.cpp4406 static Align computeCommonAlignment(ArrayRef<Value *> VL) { in computeCommonAlignment() function
4585 Align CommonAlignment = computeCommonAlignment<LoadInst>(VL); in canVectorizeLoads()
4769 Align CommonAlignment = computeCommonAlignment<LoadInst>(VL); in canVectorizeLoads()
8160 Align CommonAlignment = computeCommonAlignment<LoadInst>(E.Scalars); in transformNodes()
8187 Align CommonAlignment = computeCommonAlignment<StoreInst>(E.Scalars); in transformNodes()
8378 Align CommonAlignment = computeCommonAlignment<LoadInst>(Slice); in getBuildVectorCost()
9788 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getEntryCost()
9795 computeCommonAlignment<LoadInst>(UniqueValues.getArrayRef()); in getEntryCost()
9831 computeCommonAlignment<StoreInst>(UniqueValues.getArrayRef()); in getEntryCost()
13350 Align CommonAlignment = computeCommonAlignment<LoadIns in vectorizeTree()
[all...]