Home
last modified time | relevance | path

Searched defs:It (Results 1 – 25 of 94) sorted by relevance

1234

/external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
Diterator.pass.cpp32 typedef std::iterator<std::forward_iterator_tag, T> It; in test2() typedef
44 typedef std::iterator<std::bidirectional_iterator_tag, T, short> It; in test3() typedef
56 typedef std::iterator<std::random_access_iterator_tag, T, int, const T*> It; in test4() typedef
68 typedef std::iterator<std::input_iterator_tag, T, long, const T*, const T&> It; in test5() typedef
/external/llvm/lib/Target/R600/
DR600OptimizeVectorRegisters.cpp51 for (MachineRegisterInfo::def_instr_iterator It = MRI.def_instr_begin(Reg), in isImplicitlyDef() local
149 for (DenseMap<unsigned, unsigned>::iterator It = ToMerge->RegToChan.begin(), in tryMergeVector() local
189 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(), in RebuildVector() local
218 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local
235 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI() local
240 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI() local
266 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in areAllUsesSwizzeable() local
309 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local
333 It = MRI->def_instr_begin(Reg), E = MRI->def_instr_end(); in runOnMachineFunction() local
DAMDILCFGStructurizer.cpp357 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum() local
365 LoopLandInfoMap::const_iterator It = LLInfoMap.find(LoopRep); in getLoopLandInfo() local
384 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock() local
420 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
592 MachineBasicBlock::succ_iterator It = MBB->succ_begin(); in getFalseBranch() local
623 for (MachineBasicBlock::iterator It = MBB->begin(); It != MBB->end(); in getLastDebugLocInBB() local
634 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr() local
643 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr() local
658 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr() local
668 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getContinueInstr() local
[all …]
DR600MachineScheduler.cpp163 for (MachineInstr::mop_iterator It = SU->getInstr()->operands_begin(), in schedNode() local
323 for (std::vector<SUnit *>::reverse_iterator It = Q.rbegin(), E = Q.rend(); in PopInst() local
367 for (MachineInstr::mop_iterator It = MI->operands_begin(), in AssignSlot() local
DR600Packetizer.cpp144 const DenseMap<unsigned, unsigned>::const_iterator It = PVs.find(Src); in substitutePV() local
317 MachineBasicBlock::iterator It = VLIWPacketizerList::addToPacket(MI); in addToPacket() local
/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h74 typename MapTy::iterator It = Map.find(Key); in find() local
81 typename MapTy::const_iterator It = Map.find(Key); in find() local
91 typename MapTy::iterator It = Map.find(Key); in blot() local
/external/clang/include/clang/AST/
DDeclLookups.h27 StoredDeclsMap::iterator It, End; variable
36 all_lookups_iterator(StoredDeclsMap::iterator It, in all_lookups_iterator()
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp56 struct It { struct
57 int val;
58 operator int &() { return val; } in operator int&()
64 constexpr int operator*(const C::It &) { return 0; } in operator *()
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h33 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { in begin()
39 static generic_gep_type_iterator end(ItTy It) { in end()
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
Dpointer.pass.cpp29 typedef std::iterator_traits<A*> It; in main() typedef
Dconst_pointer.pass.cpp29 typedef std::iterator_traits<const A*> It; in main() typedef
Dempty.pass.cpp36 typedef std::iterator_traits<not_an_iterator> It; in main() typedef
Diterator.pass.cpp38 typedef std::iterator_traits<test_iterator> It; in main() typedef
/external/clang/unittests/Tooling/
DTestVisitor.h138 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor() local
153 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match() local
160 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match() local
/external/llvm/lib/MC/
DMCLinkerOptimizationHint.cpp31 for (LOHArgs::const_iterator It = Args.begin(), EndIt = Args.end(); in Emit_impl() local
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp53 ValueToValueMapTy::iterator It = VMap.find(Op); in RemapInstruction() local
60 ValueToValueMapTy::iterator It = VMap.find(PN->getIncomingBlock(i)); in RemapInstruction() local
310 for (unsigned It = 1; It != Count; ++It) { in UnrollLoop() local
375 ValueToValueMapTy::iterator It = LastValueMap.find(Incoming); in UnrollLoop() local
/external/llvm/include/llvm/Support/
DOptions.h112 auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID); in get() local
/external/v8/test/mjsunit/compiler/
Dload-elimination-osr.js32 function It(x, y) { } class
/external/clang/test/SemaTemplate/
Doverload-uneval.cpp28 class It class in Wibble
/external/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h77 DenseMap<Instruction*, unsigned>::iterator It = WorklistMap.find(I); in Remove() local
/external/llvm/lib/Analysis/
DIntervalPartition.cpp48 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end(); in addIntervalToPartition() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp174 auto It = RegionCounters.find(Name); in lowerCoverageData() local
194 auto It = RegionCounters.find(Name); in getOrCreateRegionCounters() local
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp532 MachineFunction::iterator It = BB; in emitSel16() local
594 MachineFunction::iterator It = BB; in emitSelT16() local
659 MachineFunction::iterator It = BB; in emitSeliT16() local
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp243 for (auto It = SeenInsts.rbegin(), E = SeenInsts.rend(); It != E; ++It) { in walkForwards() local
357 for (auto It = ECs.begin(), E = ECs.end(); It != E; ++It) { in validateAndTransform() local
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp71 auto It = SMap.find(S); in lookupStmt() local
645 auto It = LVarIdxMap.find(VD); in lookupVarDecl() local
677 auto It = LVarIdxMap.find(VD); in updateVarDecl() local
917 auto It = B->succ_begin(); in exitCFGBlockBody() local

1234