Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp192 bool accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace,
1049 unsigned SzInBytes = EltSzInBytes * ChainSize; in vectorizeStoreChain() local
1061 unsigned TargetVF = TTI.getStoreVectorFactor(VF, Sz, SzInBytes, VecTy); in vectorizeStoreChain()
1085 if (accessIsMisaligned(SzInBytes, AS, Alignment, RelativeSpeed)) { in vectorizeStoreChain()
1108 if (!TTI.isLegalToVectorizeStoreChain(SzInBytes, Alignment, AS)) { in vectorizeStoreChain()
1215 unsigned SzInBytes = EltSzInBytes * ChainSize; in vectorizeLoadChain() local
1226 unsigned TargetVF = TTI.getLoadVectorFactor(VF, Sz, SzInBytes, VecTy); in vectorizeLoadChain()
1244 if (accessIsMisaligned(SzInBytes, AS, Alignment, RelativeSpeed)) { in vectorizeLoadChain()
1267 if (!TTI.isLegalToVectorizeLoadChain(SzInBytes, Alignment, AS)) { in vectorizeLoadChain()
1333 bool Vectorizer::accessIsMisaligned(unsigned SzInBytes, unsigned AddressSpace, in accessIsMisaligned() argument
[all …]