Home
last modified time | relevance | path

Searched refs:It1 (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/
Dtest.pass.cpp28 template <class It1, class It2>
30 test(It1 l, It2 r, std::ptrdiff_t x) in test()
32 const std::reverse_iterator<It1> r1(l); in test()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h192 template<typename It1, typename It2>
193 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
200 template<typename It1, typename It2>
201 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
270 template<typename It1, typename It2>
271 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
278 template<typename It1, typename It2>
279 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/llvm/include/llvm/ADT/
DSmallVector.h189 template<typename It1, typename It2>
190 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
197 template<typename It1, typename It2>
198 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
267 template<typename It1, typename It2>
268 static void uninitialized_move(It1 I, It1 E, It2 Dest) { in uninitialized_move()
275 template<typename It1, typename It2>
276 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h189 template<typename It1, typename It2>
190 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
237 template<typename It1, typename It2>
238 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp262 MachineBasicBlock::iterator It1 = B.begin(), It2 = B.begin(); in genMuxInBlock() local
263 std::advance(It1, MinX); in genMuxInBlock()
265 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock()
/external/llvm/lib/CodeGen/
DSplitKit.cpp767 SmallPtrSetIterator<VNInfo *> It1 = EqualVNs[ParentVNI->id].begin(); in computeRedundantBackCopies() local
768 SmallPtrSetIterator<VNInfo *> It2 = It1; in computeRedundantBackCopies()
769 for (; It1 != EqualVNs[ParentVNI->id].end(); ++It1) { in computeRedundantBackCopies()
770 It2 = It1; in computeRedundantBackCopies()
772 if (DominatedVNIs.count(*It1) || DominatedVNIs.count(*It2)) in computeRedundantBackCopies()
775 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def); in computeRedundantBackCopies()
778 DominatedVNIs.insert((*It1)->def < (*It2)->def ? (*It2) : (*It1)); in computeRedundantBackCopies()
782 DominatedVNIs.insert(*It1); in computeRedundantBackCopies()
/external/clang/include/clang/AST/
DASTVector.h211 template<typename It1, typename It2>
212 static void uninitialized_copy(It1 I, It1 E, It2 Dest) { in uninitialized_copy()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h216 template <class It1, class It2>
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,