Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h313 bool hasStride(Value *V) { return LAI->hasStride(V); } in hasStride() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h562 bool hasStride(Value *V) const { return StrideSet.count(V); } in hasStride() function
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h613 bool hasStride(Value *V) const { return StrideSet.count(V); } in hasStride() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1450 bool hasStride(Value *V) { return LAI->hasStride(V); } in hasStride() function in __anon63bf7e8f0111::LoopVectorizationLegality
2122 if (Legal->hasStride(V)) in getVectorValue()
5794 return Legal->hasStride(I->getOperand(0)) || in isStrideMul()
5795 Legal->hasStride(I->getOperand(1)); in isStrideMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2093 if (Legal->hasStride(V)) in getOrCreateVectorValue()
5686 return Legal->hasStride(I->getOperand(0)) || in isStrideMul()
5687 Legal->hasStride(I->getOperand(1)); in isStrideMul()