Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1214 unsigned VectorElementSize = DL->getTypeStoreSize(DataTy)/VF; in vectorizeMemoryInstruction() local
1216 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()
4957 unsigned VectorElementSize = DL->getTypeStoreSize(VectorTy)/VF; in getInstructionCost() local
4958 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()