Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2384 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in vectorizeMemoryInstruction() local
2385 bool Reverse = ConsecutiveStride < 0; in vectorizeMemoryInstruction()
2387 if (!ConsecutiveStride || UniformLoad) in vectorizeMemoryInstruction()
5483 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in getInstructionCost() local
5484 bool Reverse = ConsecutiveStride < 0; in getInstructionCost()
5488 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()