/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | BlockIndexer.cpp | 83 Index::iterator It; in flush() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterUsageInfo.cpp | 66 auto It = RegMasks.find(&FP); in getRegUsageInfo() local
|
H A D | SafeStackColoring.cpp | 148 auto It = BlockMarkerSet.find(&I); in collectMarkers() local
|
H A 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 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Speculation.cpp | 32 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
H A 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/Analysis/ |
H A D | InstructionPrecedenceTracking.cpp | 79 auto It = FirstSpecialInsts.find(BB); in validate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A 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/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelChangeObserver.h | 78 auto It = std::find(Observers.begin(), Observers.end(), O); in removeObserver() local
|
H A D | GISelWorkList.h | 87 auto It = WorklistMap.find(I); in remove() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 117 RangeCollIterator It = in findAddress() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | Range.cpp | 39 auto It = std::partition_point( contains() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCInstPrinter.cpp | 108 auto It = lower_bound(M.OpToPatterns, MI->getOpcode(), in matchAliasPatterns() local
|
H A D | MCObjectFileInfo.cpp | 888 auto It = StackSizesUniquing.insert({Link, StackSizesUniquing.size()}); in getStackSizesSection() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombineWorklist.h | 73 DenseMap<Instruction*, unsigned>::iterator It = WorklistMap.find(I); in Remove() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 81 MachineFunction::iterator It = ++(BB->getIterator()); in expandExtendStackPseudo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A 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 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Minidump.cpp | 19 auto It = StreamMap.find(Type); in getRawStream() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 43 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { in begin() argument 50 static generic_gep_type_iterator end(ItTy It) { in end() argument
|
H A D | CFGDiff.h | 121 auto It = DeleteChildren.find(BB); in ignoreChild() local 132 auto It = InsertChildren.find(BB); in getAddedChildren() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.cpp | 193 ResolveConstantsTy::iterator It = llvm::lower_bound( in resolveConstantForwardRefs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 244 MachineBasicBlock::reverse_iterator It = Br, Er = MBB.rend(); variable 268 MachineBasicBlock::iterator It = Br, Er = MBB.end(); global() variable [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 102 const auto It = std::find_if( in createSimpleType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
H A D | LSUnit.cpp | 164 auto It = Groups.find(GroupID); in onInstructionExecuted() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 406 reverse_iterator(llvm::DWARFDie::iterator It) in reverse_iterator() argument
|