| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | MacroExpansionContext.cpp | 67 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands() 70 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands() 71 It->getSecond() = ExpansionEnd; in MacroExpands() 74 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands() 114 return StringRef{It->getSecond()}; in getExpandedText() 126 assert(It->getFirst() != It->getSecond() && in getOriginalText() 130 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText() 146 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream() 165 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream() 229 It->getSecond().append(TokenAsString); in onTokenLexed()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 57 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter() 58 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter() 135 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers() 162 BlockMarkerSet.begin()->getSecond()); in collectMarkers() 172 ProcessMarker(II, It->getSecond()); in collectMarkers() 186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() 236 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() 293 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() 294 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() 354 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 46 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function 47 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function 132 P->getSecond().~ValueT(); in clear() 200 return TheBucket->getSecond(); in lookup() 307 TheBucket->getSecond().~ValueT(); in erase() 315 TheBucket->getSecond().~ValueT(); in erase() 368 P->getSecond().~ValueT(); in destroyAll() 410 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets() 414 B->getSecond().~ValueT(); in moveFromOldBuckets() 439 ::new (&getBuckets()[i].getSecond()) in copyFrom() [all …]
|
| H A D | DenseSet.h | 40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function 41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
|
| H A D | APFloat.h | 636 APFloat &getSecond() { return Floats[1]; } in getSecond() function 637 const APFloat &getSecond() const { return Floats[1]; } in getSecond() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterBankInfo.h | 193 return Types.find(MI)->getSecond(); in getRecordedTypeForInstr() 199 Types.find(MI)->getSecond() = InstTy; in changeRecordedTypeForInstr() 206 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor() 213 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 511 return I->getSecond(); in getFieldForGlobalizedVar() 1682 I->getSecond().GlobalRecord = GlobalizedRD; in emitTeamsOutlinedFunction() 1683 I->getSecond().MappedParams = in emitTeamsOutlinedFunction() 1685 DeclToAddrMapTy &Data = I->getSecond().LocalVarData; in emitTeamsOutlinedFunction() 1690 MappedVarData(Pair.getSecond(), in emitTeamsOutlinedFunction() 1720 if (const RecordDecl *GlobalizedVarsRecord = I->getSecond().GlobalRecord) { in emitGenericVarsProlog() 1744 if (I->getSecond().SecondaryGlobalRecord.hasValue()) { in emitGenericVarsProlog() 1768 I->getSecond().SecondaryGlobalRecord.getValueOr(nullptr)) { in emitGenericVarsProlog() 1800 I->getSecond().GlobalRecordAddr = Phi; in emitGenericVarsProlog() 1801 I->getSecond().IsInSPMDModeFlag = IsSPMD; in emitGenericVarsProlog() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 9006 OverlappedElements.getSecond().push_back(SubData); in generateInfoForCapture() 9029 Pair.getSecond(), in generateInfoForCapture() 9082 OverlappedComponents = Pair.getSecond(); in generateInfoForCapture() 9145 IsImplicit = I->getSecond(); in generateDefaultMapInfo() 9184 IsImplicit = I->getSecond(); in generateDefaultMapInfo() 12294 auto VI = I->getSecond().find(VD); in emitLastprivateConditionalInit() 12295 if (VI == I->getSecond().end()) { in emitLastprivateConditionalInit() 12304 I->getSecond().try_emplace(VD, NewType, VDField, FiredField, BaseLVal); in emitLastprivateConditionalInit() 12306 NewType = std::get<0>(VI->getSecond()); in emitLastprivateConditionalInit() 12307 VDField = std::get<1>(VI->getSecond()); in emitLastprivateConditionalInit() [all …]
|
| H A D | CGCoroutine.cpp | 369 it->second = copyIt->getSecond(); in addCopy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 51 return Position->getSecond(); in getImplFor() 83 CandidateSet = It->getSecond(); in launchCompile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | GlobalTypeTableBuilder.h | 88 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated); in insertRecordAs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.cpp | 36 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 350 return std::pair<GraphIter, bool>{Ref->getSecond(), false}; in getGadgetGraph() 515 Builder.addEdge(LoopDepth, GI, Ref->getSecond()); in getGadgetGraph() 516 GI = Ref->getSecond(); in getGadgetGraph()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 488 return Off->getSecond(); in getClobberOffset()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | JSON.cpp | 21 return try_emplace(K, nullptr).first->getSecond(); in operator []() 24 return try_emplace(std::move(K), nullptr).first->getSecond(); in operator []()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 789 auto argumentIterator = method->getSecond().find(S); in getLocalizedArgumentForSelector() 791 if (argumentIterator == method->getSecond().end()) in getLocalizedArgumentForSelector() 794 int argumentNumber = argumentIterator->getSecond(); in getLocalizedArgumentForSelector()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | DebugMap.cpp | 105 return Mapping->getSecond(); in lookupObjectAddress()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 152 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 182 return LCM.find(Path)->getSecond(); in getLocationContextFor() 2240 Result.first->getSecond() = bugreporter::TrackingKind::Thorough; in insertToInterestingnessMap() 2321 return It->getSecond(); in getInterestingnessKind() 2332 return It->getSecond(); in getInterestingnessKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 209 const Token *L = ExpandedTokens.data() + B->getSecond(); in expandedTokens() 211 const Token *R = ExpandedTokens.data() + E->getSecond() + 1; in expandedTokens()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 656 FilenameRange &OrigRange = Insert.first->getSecond(); in readCoverageHeader() 720 FileRange = It->getSecond(); in readFunctionRecords()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOObjcopy.cpp | 185 StringRef New = OldNew.getSecond(); in processLoadCommands()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.cpp | 1125 return Match(OldNew.getFirst()) || Match(OldNew.getSecond()); in parseInstallNameToolOptions() 1130 It1->getFirst() + "' '" + It1->getSecond() + in parseInstallNameToolOptions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | JSON.h | 557 R.first->getSecond().moveFrom(std::move(P.V)); in Object()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 1706 It.getSecond(); in rewriteFunctionSignatures() 1962 It.getSecond()->~InstructionVectorTy(); in ~FunctionInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 411 const PreprocessorSkippedRangeMapping &SkippedRanges = *It->getSecond(); in getSkippedRangeForExcludedConditionalBlock() 417 unsigned BytesToSkip = MappingIt->getSecond(); in getSkippedRangeForExcludedConditionalBlock()
|