Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3082 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
3087 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
3089 TotalSyms += ChainLen[B]; in printHashHistogram()
3098 ++Count[ChainLen[B]]; in printHashHistogram()
3128 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
3138 ChainLen[B] = Len; in printHashHistogram()
3148 ++Count[ChainLen[B]]; in printHashHistogram()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp720 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp762 for (unsigned ChainLen = Chain.size(); ChainIdx < ChainLen; ++ChainIdx) { in getVectorizablePrefix() local
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp4858 std::vector<size_t> ChainLen(NBucket, 0); in printHashHistogram() local
4873 if (MaxChain <= ++ChainLen[B]) in printHashHistogram()
4876 TotalSyms += ChainLen[B]; in printHashHistogram()
4885 ++Count[ChainLen[B]]; in printHashHistogram()
4920 std::vector<size_t> ChainLen(NBucket, 0); in printGnuHashHistogram() local
4929 ChainLen[B] = Len; in printGnuHashHistogram()
4939 ++Count[ChainLen[B]]; in printGnuHashHistogram()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3585 unsigned ChainLen = Chain.size(); in vectorizeStoreChain() local
3586 DEBUG(dbgs() << "SLP: Analyzing a store chain of length " << ChainLen in vectorizeStoreChain()
3599 for (unsigned i = 0, e = ChainLen; i < e; ++i) { in vectorizeStoreChain()