Home
last modified time | relevance | path

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

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionPrecedenceTracking.cpp79 auto It = FirstSpecialInsts.find(BB); in validate() local
98 for (auto &It : FirstSpecialInsts) in validateAll() local
117 for (auto It : FirstSpecialInsts) in clear() local
DPhiValues.cpp100 auto It = ReachableMap.find(OpDepthNumber); in processPhi() local
153 auto It = TrackedValues.find_as(V); in invalidateValue() local
173 auto It = NonPhiReachableMap.find(N); in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h213 auto It = NL.find(A); in begin() local
220 auto It = NL.find(A); in cbegin() local
229 auto It = NL.find(A); in end() local
235 auto It = NL.find(A); in cend() local
399 auto It = Vertices.find(I); in at() local
408 auto It = Vertices.find(I); in at() local
418 auto It = Edges.find(I); in at() local
427 auto It = Edges.find(I); in at() local
/third_party/boost/libs/core/test/
Ddetail_iterator_test.cpp77 typedef ::iterator<C,T,D,P,R> It; in main() typedef
95 typedef T* It; in main() typedef
114 typedef T const* It; in main() typedef
/third_party/boost/boost/algorithm/string/detail/
Dtrim.hpp32 for( ForwardIteratorT It=InBegin; It!=InEnd; ++It ) in trim_end_iter_select() local
51 for( ForwardIteratorT It=InEnd; It!=InBegin; ) in trim_end_iter_select() local
66 ForwardIteratorT It=InBegin; in trim_begin() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp168 for (DenseMap<unsigned, unsigned>::iterator It = ToMerge->RegToChan.begin(), in tryMergeVector() local
208 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(), in RebuildVector() local
235 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local
252 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI() local
257 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI() local
283 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in areAllUsesSwizzeable() local
326 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local
355 It = MRI->def_instr_begin(Reg), E = MRI->def_instr_end(); in runOnMachineFunction() local
DAMDILCFGStructurizer.cpp346 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum() local
354 LoopLandInfoMap::const_iterator It = LLInfoMap.find(LoopRep); in getLoopLandInfo() local
369 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock() local
406 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
568 MachineBasicBlock::succ_iterator It = MBB->succ_begin(); in getFalseBranch() local
599 for (MachineBasicBlock::iterator It = MBB->begin(); It != MBB->end(); in getLastDebugLocInBB() local
610 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr() local
619 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr() local
634 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr() local
656 for (MachineBasicBlock::succ_iterator It = SrcMBB->succ_begin(), in cloneSuccessorList() local
[all …]
DR600MachineScheduler.cpp161 for (MachineInstr::mop_iterator It = SU->getInstr()->operands_begin(), in schedNode() local
320 for (std::vector<SUnit *>::reverse_iterator It = Q.rbegin(), E = Q.rend(); in PopInst() local
363 for (MachineInstr::mop_iterator It = MI->operands_begin(), in AssignSlot() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h80 typename MapTy::iterator It = Map.find(Key); in find() local
87 typename MapTy::const_iterator It = Map.find(Key); in find() local
97 typename MapTy::iterator It = Map.find(Key); in blot() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.cpp48 for (auto &It : PendingMembers) { in finishStackBlock() local
122 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local
133 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local
/third_party/boost/libs/algorithm/string/example/
Drle_example.cpp58 for(input_iterator_type It=Begin; It!=End;) in operator ()() local
150 for(input_iterator_type It=Begin; It!=End; It++) in operator ()() local
194 typename ReplaceT::const_iterator It=Replace.begin(); in operator ()() local
Dsplit_example.cpp33 for(string_find_iterator It= in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DRange.cpp24 auto It = llvm::upper_bound(Ranges, Range); in insert() local
39 auto It = std::partition_point( in contains() local
48 auto It = std::partition_point( in contains() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwiftErrorValueTracking.cpp29 auto It = VRegDefMap.find(Key); in getOrCreateVReg() local
53 auto It = VRegDefUses.find(Key); in getOrCreateVRegDefAt() local
68 auto It = VRegDefUses.find(Key); in getOrCreateVRegUseAt() local
266 for (auto It = Begin; It != End; ++It) { in preassignVRegs() local
/third_party/boost/boost/hana/
Dis_empty.hpp24 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dfront.hpp25 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dback.hpp28 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Ddrop_front.hpp27 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dis_empty.hpp24 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dfront.hpp25 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Ddrop_front.hpp27 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dback.hpp28 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
Dat.hpp28 using It = typename hana::tag_of<Xs>::type; in operator ()() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h43 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { in begin()
50 static generic_gep_type_iterator end(ItTy It) { in end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DOptions.h112 auto It = Options.find(&detail::OptionKey<ValT, Base, Mem>::ID); in get() local

123456789