Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1758 unsigned VectorElementSize = DL.getTypeStoreSize(DataTy) / VF; in vectorizeMemoryInstruction() local
1764 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()
5115 unsigned VectorElementSize = DL.getTypeStoreSize(VectorTy) / VF; in getInstructionCost() local
5116 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()