Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1685 bool isConsecutiveLoadOrStore(Instruction *I);
5361 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&I)) in getSmallestAndWidestTypes()
6137 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1491 bool isConsecutiveLoadOrStore(Instruction *I);
5123 if (T->isPointerTy() && !isConsecutiveLoadOrStore(&I) && in getSmallestAndWidestTypes()
6253 bool LoopVectorizationCostModel::isConsecutiveLoadOrStore(Instruction *Inst) { in isConsecutiveLoadOrStore() function in LoopVectorizationCostModel