/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Graph.h | 213 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/ |
D | InstructionPrecedenceTracking.cpp | 79 auto It = FirstSpecialInsts.find(BB); in validate() local 98 for (auto &It : FirstSpecialInsts) in validateAll() local 117 for (auto It : FirstSpecialInsts) in clear() local
|
D | PhiValues.cpp | 100 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/ |
D | R600OptimizeVectorRegisters.cpp | 168 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
|
D | AMDILCFGStructurizer.cpp | 346 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 …]
|
D | R600MachineScheduler.cpp | 161 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/ |
D | BlotMapVector.h | 80 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/ |
D | AArch64CallingConvention.cpp | 48 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/ |
D | Range.cpp | 24 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/ |
D | SwiftErrorValueTracking.cpp | 29 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
|
D | SafeStackColoring.cpp | 148 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/ |
D | GetElementPtrTypeIterator.h | 43 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { in begin() 50 static generic_gep_type_iterator end(ItTy It) { in end()
|
D | CFG.h | 47 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/ |
D | PPCPreEmitPeephole.cpp | 244 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/ |
D | Options.h | 112 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/ |
D | ARMCallingConv.cpp | 232 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/ |
D | CFGMST.h | 82 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/ |
D | StringSet.h | 45 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/ |
D | EntryStage.cpp | 62 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/ |
D | VEInstrInfo.cpp | 81 MachineFunction::iterator It = ++(BB->getIterator()); in expandExtendStackPseudo() local
|
/third_party/benchmark/src/ |
D | reporter.cc | 63 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/ |
D | MipsExpandPseudo.cpp | 118 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/ |
D | RegBankSelect.cpp | 751 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/ |
D | LoopUnroll.cpp | 85 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
|
D | LoopUnrollAndJam.cpp | 314 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
|