Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp308 SmallPtrSetImpl<const Value *> &VecValuesToIgnore) { in vectorize() argument
310 ValuesNotWidened = &VecValuesToIgnore; in vectorize()
1723 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in __anon63bf7e8f0111::LoopVectorizationCostModel
5648 if (VecValuesToIgnore.count(Inst)) in calculateRegisterUsage()
6158 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
6181 VecValuesToIgnore.insert(PN); in collectValuesToIgnore()
6182 VecValuesToIgnore.insert(UpdateV); in collectValuesToIgnore()
6213 VecValuesToIgnore.insert(&Inst); in collectValuesToIgnore()
6563 Unroller.vectorize(&LVL, CM.MinBWs, CM.VecValuesToIgnore); in processLoop()
6571 LB.vectorize(&LVL, CM.MinBWs, CM.VecValuesToIgnore); in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1612 SmallPtrSet<const Value *, 16> VecValuesToIgnore; member in llvm::LoopVectorizationCostModel
5410 if (VecValuesToIgnore.count(Inst) || in calculateRegisterUsage()
5623 (VF > 1 && VecValuesToIgnore.count(&I))) in expectedCost()
6270 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
6277 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()