Home
last modified time | relevance | path

Searched refs:Itr (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.cpp19 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid(); in getAliasedBits() local
20 ++Itr) { in getAliasedBits()
21 AliasedBits.set(*Itr); in getAliasedBits()
52 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid(); in FillOriginAndAliasedBits() local
53 ++Itr) { in FillOriginAndAliasedBits()
54 AliasedBits.set(*Itr); in FillOriginAndAliasedBits()
55 Origins[*Itr] = PhysReg; in FillOriginAndAliasedBits()
H A DSnippetGenerator.cpp210 auto Itr = Vector.set_bits_begin(); in randomBit() local
212 ++Itr; in randomBit()
213 return *Itr; in randomBit()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp187 if (Itr == ReachMap.end()) in reachableValueAliases()
218 auto Itr = MemMap.find(V); in getMemoryAliases() local
219 if (Itr == MemMap.end()) in getMemoryAliases()
221 return &Itr->second; in getMemoryAliases()
245 auto Itr = AttrMap.find(V); in getAttrs() local
246 if (Itr != AttrMap.end()) in getAttrs()
247 Attr = Itr->second; in getAttrs()
514 auto Itr = AttrMap.find(V); in getAttrs() local
515 if (Itr != AttrMap.end()) in getAttrs()
516 return Itr->second; in getAttrs()
[all …]
H A DCFLGraph.h103 auto Itr = ValueImpls.find(N.Val); in getNode() local
104 if (Itr == ValueImpls.end() || Itr->second.getNumLevels() <= N.DerefLevel) in getNode()
106 return &Itr->second.getNodeInfoAtLevel(N.DerefLevel); in getNode()
137 auto Itr = ValueImpls.find(N.Val); in getNode() local
138 if (Itr == ValueImpls.end() || Itr->second.getNumLevels() <= N.DerefLevel) in getNode()
140 return &Itr->second.getNodeInfoAtLevel(N.DerefLevel); in getNode()
H A DCFLSteensAliasAnalysis.cpp140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo() local
141 if (Itr != InterfaceMap.end()) { in FunctionInfo()
142 if (CurrValue != Itr->second) in FunctionInfo()
144 ExternalRelation{CurrValue, Itr->second, UnknownOffset}); in FunctionInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp153 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock() local
154 if (Itr != VisitedBlocks.end()) { // already visited. in traverseToEntryBlock()
155 if (!Itr->second.Upward) in traverseToEntryBlock()
157 Itr->second.Upward = false; in traverseToEntryBlock()
196 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock() local
197 if (Itr != VisitedBlocks.end()) { // already visited. in traverseToExitBlock()
198 if (!Itr->second.Downward) in traverseToExitBlock()
200 Itr->second.Downward = false; in traverseToExitBlock()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp306 MachineBasicBlock::iterator Itr = std::next(CondBr); in optimizeBlock() local
308 --Itr; in optimizeBlock()
310 if (!knownRegValInBlock(*Itr, MBB, KnownRegs, FirstUse)) in optimizeBlock()
319 for (auto PredI = Itr;; --PredI) { in optimizeBlock()
364 } while (Itr != PredMBB->begin() && Itr->isTerminator()); in optimizeBlock()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp44 auto Itr = C ? CachedEntries.find(C->getValue()) : CachedEntries.end(); in addEntry() local
45 if (Itr != CachedEntries.end()) in addEntry()
46 return Itr->second; in addEntry()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp249 for (auto Itr : InstInfoMap) { in getBestTruncatedType() local
250 Instruction *I = Itr.first; in getBestTruncatedType()
312 for (auto &Itr : InstInfoMap) { // Forward in ReduceExpressionDag() local
313 Instruction *I = Itr.first; in ReduceExpressionDag()
314 TruncInstCombine::Info &NodeInfo = Itr.second; in ReduceExpressionDag()
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_flow_example.txt1083 0 311403 4789116011087 -> java/util/AbstractList$Itr.hasNext
1084 0 311403 4789116011099 <- java/util/AbstractList$Itr.hasNext
1085 0 311403 4789116011107 -> java/util/AbstractList$Itr.next
1092 0 311403 4789116011159 <- java/util/AbstractList$Itr.next
1097 0 311403 4789116011202 -> java/util/AbstractList$Itr.hasNext
1098 0 311403 4789116011209 <- java/util/AbstractList$Itr.hasNext
1099 0 311403 4789116011215 -> java/util/AbstractList$Itr.next
1106 0 311403 4789116011262 <- java/util/AbstractList$Itr.next
1153 0 311403 4789116011974 -> java/util/AbstractList$Itr.hasNext
1155 0 311403 4789116011988 -> java/util/AbstractList$Itr.next
[all …]
H A Dj_flowtime_example.txt1084 0 311481/2 4790260421218 13 -> java/util/AbstractList$Itr.hasNext
1085 0 311481/2 4790260421229 11 <- java/util/AbstractList$Itr.hasNext
1086 0 311481/2 4790260421240 10 -> java/util/AbstractList$Itr.next
1093 0 311481/2 4790260421297 7 <- java/util/AbstractList$Itr.next
1098 0 311481/2 4790260421346 7 -> java/util/AbstractList$Itr.hasNext
1099 0 311481/2 4790260421353 7 <- java/util/AbstractList$Itr.hasNext
1100 0 311481/2 4790260421361 7 -> java/util/AbstractList$Itr.next
1107 0 311481/2 4790260421414 7 <- java/util/AbstractList$Itr.next
1154 0 311481/2 4790260422161 7 -> java/util/AbstractList$Itr.hasNext
1156 0 311481/2 4790260422176 7 -> java/util/AbstractList$Itr.next
[all …]
H A Dj_syscolors_example.txt1250 0 311542/2 17 method -> java/util/AbstractList$Itr.hasNext
1251 0 311542/2 16 method <- java/util/AbstractList$Itr.hasNext
1252 0 311542/2 13 method -> java/util/AbstractList$Itr.next
1259 0 311542/2 10 method <- java/util/AbstractList$Itr.next
1264 0 311542/2 10 method -> java/util/AbstractList$Itr.hasNext
1265 0 311542/2 10 method <- java/util/AbstractList$Itr.hasNext
1266 0 311542/2 10 method -> java/util/AbstractList$Itr.next
1273 0 311542/2 10 method <- java/util/AbstractList$Itr.next
1344 0 311542/2 10 method -> java/util/AbstractList$Itr.hasNext
1346 0 311542/2 10 method -> java/util/AbstractList$Itr.next
[all …]
H A Dj_methodcalls_example.txt616 311492 3 java/util/AbstractList$Itr.checkForComodification
617 311492 3 java/util/AbstractList$Itr.next
674 311492 4 java/util/AbstractList$Itr.<init>
702 311492 5 java/util/AbstractList$Itr.hasNext
H A Dj_objnew_example.txt543 311496 java/util/AbstractList$Itr
1358 311496 2 java/util/AbstractList$Itr
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_flow_example.txt1083 0 311403 4789116011087 -> java/util/AbstractList$Itr.hasNext
1084 0 311403 4789116011099 <- java/util/AbstractList$Itr.hasNext
1085 0 311403 4789116011107 -> java/util/AbstractList$Itr.next
1092 0 311403 4789116011159 <- java/util/AbstractList$Itr.next
1097 0 311403 4789116011202 -> java/util/AbstractList$Itr.hasNext
1098 0 311403 4789116011209 <- java/util/AbstractList$Itr.hasNext
1099 0 311403 4789116011215 -> java/util/AbstractList$Itr.next
1106 0 311403 4789116011262 <- java/util/AbstractList$Itr.next
1153 0 311403 4789116011974 -> java/util/AbstractList$Itr.hasNext
1155 0 311403 4789116011988 -> java/util/AbstractList$Itr.next
[all …]
H A Dj_flowtime_example.txt1084 0 311481/2 4790260421218 13 -> java/util/AbstractList$Itr.hasNext
1085 0 311481/2 4790260421229 11 <- java/util/AbstractList$Itr.hasNext
1086 0 311481/2 4790260421240 10 -> java/util/AbstractList$Itr.next
1093 0 311481/2 4790260421297 7 <- java/util/AbstractList$Itr.next
1098 0 311481/2 4790260421346 7 -> java/util/AbstractList$Itr.hasNext
1099 0 311481/2 4790260421353 7 <- java/util/AbstractList$Itr.hasNext
1100 0 311481/2 4790260421361 7 -> java/util/AbstractList$Itr.next
1107 0 311481/2 4790260421414 7 <- java/util/AbstractList$Itr.next
1154 0 311481/2 4790260422161 7 -> java/util/AbstractList$Itr.hasNext
1156 0 311481/2 4790260422176 7 -> java/util/AbstractList$Itr.next
[all …]
H A Dj_syscolors_example.txt1250 0 311542/2 17 method -> java/util/AbstractList$Itr.hasNext
1251 0 311542/2 16 method <- java/util/AbstractList$Itr.hasNext
1252 0 311542/2 13 method -> java/util/AbstractList$Itr.next
1259 0 311542/2 10 method <- java/util/AbstractList$Itr.next
1264 0 311542/2 10 method -> java/util/AbstractList$Itr.hasNext
1265 0 311542/2 10 method <- java/util/AbstractList$Itr.hasNext
1266 0 311542/2 10 method -> java/util/AbstractList$Itr.next
1273 0 311542/2 10 method <- java/util/AbstractList$Itr.next
1344 0 311542/2 10 method -> java/util/AbstractList$Itr.hasNext
1346 0 311542/2 10 method -> java/util/AbstractList$Itr.next
[all …]
H A Dj_methodcalls_example.txt616 311492 3 java/util/AbstractList$Itr.checkForComodification
617 311492 3 java/util/AbstractList$Itr.next
674 311492 4 java/util/AbstractList$Itr.<init>
702 311492 5 java/util/AbstractList$Itr.hasNext
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp639 iterator Itr = find(V); in clearList() local
640 if (Itr != end()) { in clearList()
641 assert(NumNodes >= Itr->second.size()); in clearList()
642 NumNodes -= Itr->second.size(); in clearList()
644 Itr->second.clear(); in clearList()
680 Value2SUsMap::iterator Itr = Val2SUsMap.find(V); in addChainDependencies() local
681 if (Itr != Val2SUsMap.end()) in addChainDependencies()
682 addChainDependencies(SU, Itr->second, in addChainDependencies()
1034 for (auto &Itr : *this) { in dump()
1035 if (Itr.first.is<const Value*>()) { in dump()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp382 ConstCandMapType::iterator Itr; in collectConstantCandidates() local
385 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates()
388 Itr->second = ConstIntCandVec.size() - 1; in collectConstantCandidates()
390 ConstIntCandVec[Itr->second].addUser(Inst, Idx, *Cost.getValue()); in collectConstantCandidates()
432 ConstCandMapType::iterator Itr; in collectConstantCandidates() local
435 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0)); in collectConstantCandidates()
440 Itr->second = ExprCandVec.size() - 1; in collectConstantCandidates()
442 ExprCandVec[Itr->second].addUser(Inst, Idx, *Cost.getValue()); in collectConstantCandidates()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp229 auto Itr = ValToPoison.find(V); in getPoisonFor() local
230 if (Itr != ValToPoison.end()) in getPoisonFor()
231 return Itr->second; in getPoisonFor()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp255 for (auto Itr = ToRemove.rbegin(), End = ToRemove.rend(); Itr != End; ++Itr) in trimLocationRanges() local
256 HistoryMapEntries.erase(HistoryMapEntries.begin() + *Itr); in trimLocationRanges()
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp387 const uint8_t *Itr = Start; in ReadStringRef() local
388 for (; *Itr; ++Itr) in ReadStringRef()
390 return StringRef(reinterpret_cast<const char *>(Start), Itr - Start); in ReadStringRef()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp336 auto Itr = FieldIndexMap.find(V); in getFieldIndex() local
337 assert(Itr != FieldIndexMap.end() && in getFieldIndex()
339 return Itr->second; in getFieldIndex()
1428 auto Itr = AliasOffetMap.find(&I); in handleAlias() local
1429 if (Itr == AliasOffetMap.end()) { in handleAlias()
1431 } else if (Itr->second.hasValue() && Itr->second.getValue() != Offset) { in handleAlias()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1838 for (MachineBasicBlock::iterator Itr = std::next(MBBI); in prepareCompareSwapOperands() local
1839 Itr != MBB->end(); ++Itr) { in prepareCompareSwapOperands()
1840 if (Itr->readsRegister(SystemZ::CC)) { in prepareCompareSwapOperands()
1841 unsigned Flags = Itr->getDesc().TSFlags; in prepareCompareSwapOperands()
1843 CCUsers.push_back(&*Itr); in prepareCompareSwapOperands()
1847 if (Itr->definesRegister(SystemZ::CC)) { in prepareCompareSwapOperands()

12