Home
last modified time | relevance | path

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

/netbsd-src/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
52 for (auto Itr = RegAliasItr(PhysReg, &RegInfo, true); Itr.isValid(); in FillOriginAndAliasedBits() local
H A DSnippetGenerator.cpp210 auto Itr = Vector.set_bits_begin(); in randomBit() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp249 for (auto Itr : InstInfoMap) { in getBestTruncatedType() local
312 for (auto &Itr : InstInfoMap) { // Forward in ReduceExpressionDag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp153 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock() local
196 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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
H A DCFLGraph.h103 auto Itr = ValueImpls.find(N.Val); in getNode() local
137 auto Itr = ValueImpls.find(N.Val); in getNode() local
H A DCFLSteensAliasAnalysis.cpp140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo() local
H A DScalarEvolution.cpp6464 auto Itr = LoopPropertiesCache.find(L); in getLoopProperties() local
7620 auto Itr = TripCountMap.find({ExitCond, ControlsExit}); in find() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DConstantPools.cpp44 auto Itr = C ? CachedEntries.find(C->getValue()) : CachedEntries.end(); in addEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp306 MachineBasicBlock::iterator Itr = std::next(CondBr); in optimizeBlock() local
H A DAArch64FastISel.cpp3390 for (auto Itr = std::prev(Start); Itr != End; --Itr) { in foldXALUIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp229 auto Itr = ValToPoison.find(V); in getPoisonFor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp382 ConstCandMapType::iterator Itr; in collectConstantCandidates() local
432 ConstCandMapType::iterator Itr; in collectConstantCandidates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp639 iterator Itr = find(V); in clearList() local
680 Value2SUsMap::iterator Itr = Val2SUsMap.find(V); in addChainDependencies() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp387 const uint8_t *Itr = Start; in ReadStringRef() local
/netbsd-src/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1482 auto Itr = find(IgnoreDepMIs, &J); in isLegalToPacketizeTogether() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp336 auto Itr = FieldIndexMap.find(V); in getFieldIndex() local
1428 auto Itr = AliasOffetMap.find(&I); in handleAlias() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1838 for (MachineBasicBlock::iterator Itr = std::next(MBBI); in prepareCompareSwapOperands() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp272 for (auto Itr = std::prev(Start); Itr != End; --Itr) { in foldX86XALUIntrinsic() local
H A DX86ISelLowering.cpp31979 static bool isEFLAGSLiveAfter(MachineBasicBlock::iterator Itr, in isEFLAGSLiveAfter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5821 auto Itr = TBAABaseNodes.find(BaseNode); in verifyTBAABaseNode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1412 auto Itr = WideningDecisions.find(InstOnVF); in getWideningDecision() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp3160 ParsedAttributesView::const_iterator Itr = in getMSPropertyAttr() local