Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1769 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in vectorizeMemoryInstruction() local
1770 bool Reverse = ConsecutiveStride < 0; in vectorizeMemoryInstruction()
1772 if (!ConsecutiveStride || UniformLoad) in vectorizeMemoryInstruction()
5111 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in getInstructionCost() local
5112 bool Reverse = ConsecutiveStride < 0; in getInstructionCost()
5116 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()