Home
last modified time | relevance | path

Searched defs:Itr (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm-project/openmp/libomptarget/src/
DMemoryManager.cpp98 for (auto Itr = PtrToNodeTable.begin(); Itr != PtrToNodeTable.end(); ++Itr) { in ~MemoryManagerTy() local
190 FreeListTy::const_iterator Itr = List.find(TempNode); in allocate() local
216 auto Itr = PtrToNodeTable.emplace(TgtPtr, NodeTy(Size, TgtPtr)); in allocate() local
237 auto Itr = PtrToNodeTable.find(TgtPtr); in free() local
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DRegisterAliasing.cpp19 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid(); in getAliasedBits() local
52 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid(); in FillOriginAndAliasedBits() local
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedPriorityBlockingQueue.java490 private class Itr implements Iterator<E> { class in MonitorBasedPriorityBlockingQueue
495 Itr(Object[] array) { in Itr() method in MonitorBasedPriorityBlockingQueue.Itr
DMonitorBasedArrayBlockingQueue.java649 private class Itr implements Iterator<E> { class in MonitorBasedArrayBlockingQueue
666 Itr() { in Itr() method in MonitorBasedArrayBlockingQueue.Itr
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBasedPriorityBlockingQueue.java490 private class Itr implements Iterator<E> { class in MonitorBasedPriorityBlockingQueue
495 Itr(Object[] array) { in Itr() method in MonitorBasedPriorityBlockingQueue.Itr
DMonitorBasedArrayBlockingQueue.java649 private class Itr implements Iterator<E> { class in MonitorBasedArrayBlockingQueue
666 Itr() { in Itr() method in MonitorBasedArrayBlockingQueue.Itr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp237 for (auto Itr : InstInfoMap) { in getBestTruncatedType() local
301 for (auto &Itr : InstInfoMap) { // Forward in ReduceExpressionDag() local
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp250 for (auto Itr : InstInfoMap) { in getBestTruncatedType() local
316 for (auto &Itr : InstInfoMap) { // Forward in ReduceExpressionDag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculateAnalyses.cpp154 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock() local
197 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DSpeculateAnalyses.cpp154 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock() local
197 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock() local
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcHttp2OutboundHeaders.java89 private class Itr implements Entry<CharSequence, CharSequence>, class in GrpcHttp2OutboundHeaders
/external/llvm-project/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp186 auto Itr = ReachMap.find(V); in reachableValueAliases() local
218 auto Itr = MemMap.find(V); in getMemoryAliases() local
245 auto Itr = AttrMap.find(V); in getAttrs() local
514 auto Itr = AttrMap.find(V); in getAttrs() local
547 auto Itr = AliasMap.find(LHS); in mayAlias() local
DCFLGraph.h103 auto Itr = ValueImpls.find(N.Val); in getNode() local
137 auto Itr = ValueImpls.find(N.Val); in getNode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp186 auto Itr = ReachMap.find(V); in reachableValueAliases() local
218 auto Itr = MemMap.find(V); in getMemoryAliases() local
245 auto Itr = AttrMap.find(V); in getAttrs() local
514 auto Itr = AttrMap.find(V); in getAttrs() local
547 auto Itr = AliasMap.find(LHS); in mayAlias() local
DCFLGraph.h103 auto Itr = ValueImpls.find(N.Val); in getNode() local
137 auto Itr = ValueImpls.find(N.Val); in getNode() local
/external/llvm-project/llvm/lib/MC/
DConstantPools.cpp44 auto Itr = C ? CachedEntries.find(C->getValue()) : CachedEntries.end(); in addEntry() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp44 auto Itr = C ? CachedEntries.find(C->getValue()) : CachedEntries.end(); in addEntry() local
/external/guava/android/guava/src/com/google/common/collect/
DAbstractMapBasedMultiset.java163 abstract class Itr<T> implements Iterator<T> { class in AbstractMapBasedMultiset
DEnumMultiset.java208 abstract class Itr<T> implements Iterator<T> { class in EnumMultiset
/external/guava/guava/src/com/google/common/collect/
DEnumMultiset.java209 abstract class Itr<T> implements Iterator<T> { class in EnumMultiset
/external/llvm/lib/Analysis/
DCFLGraph.h81 auto Itr = ValueImpls.find(N.Val); in getNode() local
87 auto Itr = ValueImpls.find(N.Val); in getNode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp306 MachineBasicBlock::iterator Itr = std::next(CondBr); in optimizeBlock() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RedundantCopyElimination.cpp306 MachineBasicBlock::iterator Itr = std::next(CondBr); in optimizeBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp225 auto Itr = ValToPoison.find(V); in getPoisonFor() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp229 auto Itr = ValToPoison.find(V); in getPoisonFor() local

1234