Searched refs:arglists (Results 1 – 3 of 3) sorted by relevance
/external/google-benchmark/src/ |
D | benchmark_register.cc | 286 std::vector<std::vector<int64_t>> arglists(ranges.size()); in Ranges() local 289 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges() 291 total *= arglists[i].size(); in Ranges() 294 std::vector<std::size_t> ctr(arglists.size(), 0); in Ranges() 298 tmp.reserve(arglists.size()); in Ranges() 300 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 301 tmp.push_back(arglists[j].at(ctr[j])); in Ranges() 306 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 307 if (ctr[j] + 1 < arglists[j].size()) { in Ranges()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_register.cc | 286 std::vector<std::vector<int64_t>> arglists(ranges.size()); in Ranges() local 289 AddRange(&arglists[i], ranges[i].first, ranges[i].second, in Ranges() 291 total *= arglists[i].size(); in Ranges() 294 std::vector<std::size_t> ctr(arglists.size(), 0); in Ranges() 298 tmp.reserve(arglists.size()); in Ranges() 300 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 301 tmp.push_back(arglists[j].at(ctr[j])); in Ranges() 306 for (std::size_t j = 0; j < arglists.size(); j++) { in Ranges() 307 if (ctr[j] + 1 < arglists[j].size()) { in Ranges()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 432 // Return the concatenation of the given arglists. LLVMMatchType's are adjusted 434 class arglistconcat<list<list<AMDGPUArg>> arglists, int shift = 0> { 436 !foldl([]<AMDGPUArg>, arglists, lhs, rhs,
|