Searched refs:Seeds (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | SeedCollection.cpp | 54 for (SeedBundle &Seeds : SC.getStoreSeeds()) { in runOnFunction() 57 Seeds[Seeds.getFirstUnusedElementIdx()])), in runOnFunction() 69 Seeds.getNumUnusedBits() / ElmBits); in runOnFunction() 71 if (Seeds.allUsed()) in runOnFunction() 75 for (unsigned Offset = Seeds.getFirstUnusedElementIdx(), in runOnFunction() 76 OE = Seeds.size(); in runOnFunction() 79 if (Seeds.isUsed(Offset)) in runOnFunction() 81 if (Seeds.allUsed()) in runOnFunction() 85 Seeds.getSlice(Offset, SliceElms * ElmBits, !AllowNonPow2); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SeedCollector.h | 32 explicit SeedBundle(SmallVector<Instruction *> &&L) : Seeds(std::move(L)) { in SeedBundle() 33 for (auto &S : Seeds) in SeedBundle() 43 iterator begin() { return Seeds.begin(); } in begin() 44 iterator end() { return Seeds.end(); } in end() 45 const_iterator begin() const { return Seeds.begin(); } in begin() 46 const_iterator end() const { return Seeds.end(); } in end() 48 Instruction *operator[](unsigned Idx) const { return Seeds[Idx]; } 54 Seeds.insert(Pos, I); in insertAt() 61 for (unsigned ElmIdx : seq<unsigned>(0, Seeds.size())) in getFirstUnusedElementIdx() 64 return Seeds.size(); in getFirstUnusedElementIdx() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 138 std::string Seeds; in CreateNewJob() local 151 Seeds += (Seeds.empty() ? "" : ",") + SF; in CreateNewJob() 157 Seeds += (Seeds.empty() ? "" : ",") + SF; in CreateNewJob() 166 if (!Seeds.empty()) { in CreateNewJob() 169 WriteToFile(Seeds, Job->SeedListPath); in CreateNewJob()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SeedCollector.cpp | 45 for (Instruction *S : drop_begin(Seeds, StartIdx)) { in getSlice() 70 return ArrayRef<Instruction *>(&Seeds[StartIdx], NumElements); in getSlice()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.h | 95 bool tryVectorize(ArrayRef<Value *> Seeds, LegalityAnalysis &Legality);
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l36.txt | 25 Seeds the digital boost converter's inductor estimation block with the initial
|