OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Iters
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h
591
template<typename...
Iters
> struct ZipTupleType {
592
using type = std::tuple<decltype(*declval<
Iters
>())...>;
595
template <typename ZipType, typename...
Iters
>
599
Iters
>::iterator_category...>::type,
601
typename ZipTupleType<
Iters
...>::type,
603
0, std::tuple<
Iters
...>>::type>::difference_type,
608
typename ZipTupleType<
Iters
...>::type *,
609
typename ZipTupleType<
Iters
...>::type>;
611
template <typename ZipType, typename...
Iters
>
612
struct zip_common : public zip_traits<ZipType,
Iters
...>
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorLoopCarriedReuse.cpp
205
DepChain *getDepChainBtwn(Instruction *I1, Instruction *I2, int
Iters
);
383
int
Iters
= D->iterations();
460
DepChain *D = getDepChainBtwn(OpInst, BEOpInst,
Iters
);
490
DepChain *D = getDepChainBtwn(OpInst, BEOpInst,
Iters
);
505
ReuseCandidate.Iterations =
Iters
;
642
int
Iters
) {
644
if (D->front() == I1 && D->back() == I2 && D->iterations() ==
Iters
)
Completed in 22 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026