Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2413 uint64_t VectorElementSize = DL.getTypeStoreSize(DataTy) / VF; in vectorizeMemoryInstruction() local
2419 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()
5992 uint64_t VectorElementSize = DL.getTypeStoreSize(VectorTy) / VF; in getInstructionCost() local
5994 ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()