Home
last modified time | relevance | path

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

12345678

/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/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/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/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
DSafeStackColoring.cpp148 auto It = BlockMarkerSet.find(&I); in collectMarkers() local
226 for (auto &It : BBMarkers[BB]) { in calculateLiveIntervals() local
/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()
DCFG.h47 USE_iterator It; variable
158 Self It; variable
161 explicit SuccessorProxy(const Self &It) : It(It) {} in SuccessorProxy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp244 MachineBasicBlock::reverse_iterator It = Br, Er = MBB.rend(); in runOnMachineFunction() local
268 MachineBasicBlock::iterator It = Br, Er = MBB.end(); in runOnMachineFunction() local
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.cpp232 for (SmallVectorImpl<CCValAssign>::iterator It = PendingMembers.begin(); in CC_ARM_AAPCS_Custom_Aggregate() local
248 for (auto &It : PendingMembers) { in CC_ARM_AAPCS_Custom_Aggregate() local
270 for (auto &It : PendingMembers) { in CC_ARM_AAPCS_Custom_Aggregate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h82 auto It = BBInfos.find(BB); in getBBInfo() local
89 auto It = BBInfos.find(BB); in findBBInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSet.h45 for (auto It = Begin; It != End; ++It) in insert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DEntryStage.cpp62 auto It = find_if(Range, [](const std::unique_ptr<Instruction> &I) { in cycleEnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEInstrInfo.cpp81 MachineFunction::iterator It = ++(BB->getIterator()); in expandExtendStackPseudo() local
/third_party/benchmark/src/
Dreporter.cc63 for (auto It = info.load_avg.begin(); It != info.load_avg.end();) { in PrintBasicContext() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp118 MachineFunction::iterator It = ++BB.getIterator(); in expandAtomicCmpSwapSubword() local
254 MachineFunction::iterator It = ++BB.getIterator(); in expandAtomicCmpSwap() local
424 MachineFunction::iterator It = ++BB.getIterator(); in expandAtomicBinOpSubword() local
717 MachineFunction::iterator It = ++BB.getIterator(); in expandAtomicBinOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp751 MachineBasicBlock::iterator It = MI.getParent()->getFirstNonPHI(); in RepairingPlacement() local
763 MachineBasicBlock::iterator It = Pred.getLastNonDebugInstr(); in RepairingPlacement() local
786 MachineBasicBlock::reverse_iterator It = MI; in RepairingPlacement() local
805 for (MachineBasicBlock::iterator It = MI, End = MI.getParent()->end(); in RepairingPlacement() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp85 ValueToValueMapTy::iterator It = VMap.find(Op); in remapInstruction() local
92 ValueToValueMapTy::iterator It = VMap.find(PN->getIncomingBlock(i)); in remapInstruction() local
602 for (unsigned It = 1; It != ULO.Count; ++It) { in UnrollLoop() local
644 ValueToValueMapTy::iterator It = LastValueMap.find(Incoming); in UnrollLoop() local
DLoopUnrollAndJam.cpp314 for (unsigned It = 1; It != Count; ++It) { in UnrollAndJamLoop() local
464 for (unsigned It = 1; It != Count; It++) { in UnrollAndJamLoop() local
482 for (unsigned It = 1; It != Count; It++) { in UnrollAndJamLoop() local
508 for (unsigned It = 1; It != Count; It++) { in UnrollAndJamLoop() local

12345678