| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | MacroExpansionContext.cpp | 68 It->getSecond().print(llvm::dbgs(), SM); in MacroExpands() 71 if (SM.isBeforeInTranslationUnit(It->getSecond(), ExpansionEnd)) { in MacroExpands() 72 It->getSecond() = ExpansionEnd; in MacroExpands() 75 llvm::dbgs() << " to "; It->getSecond().print(llvm::dbgs(), SM); in MacroExpands() 115 return It->getSecond().str(); in getExpandedText() 127 assert(It->getFirst() != It->getSecond() && in getOriginalText() 131 CharSourceRange::getCharRange(It->getFirst(), It->getSecond()), *SM, in getOriginalText() 147 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpansionRangesToStream() 166 std::make_pair(Record.getFirst(), Record.getSecond())); in dumpExpandedTextsToStream() 230 It->getSecond().append(TokenAsString); in onTokenLexed()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 52 auto It = std::upper_bound(Instructions.begin() + ItBB->getSecond().first + 1, in isAliveAfter() 53 Instructions.begin() + ItBB->getSecond().second, I, in isAliveAfter() 129 BlockLiveness.try_emplace(BB, NumAllocas).first->getSecond(); in collectMarkers() 156 BlockMarkerSet.begin()->getSecond()); in collectMarkers() 166 ProcessMarker(II, It->getSecond()); in collectMarkers() 186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() 247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() 302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() 303 auto BlockRange = BlockInstRange.find(BB)->getSecond(); in dumpBlockLiveness() 363 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 47 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function 48 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function 131 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
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 60 P->getSecond().~ValueT(); in clear() 116 return TheBucket->getSecond(); in lookup() 191 TheBucket->getSecond().~ValueT(); in erase() 201 TheBucket->getSecond().~ValueT(); in erase() 262 P->getSecond().~ValueT(); in destroyAll() 303 ::new (&DestBucket->getSecond()) in moveFromOldBuckets() 304 ValueT(__sanitizer::move(B->getSecond())); in moveFromOldBuckets() 308 B->getSecond().~ValueT(); in moveFromOldBuckets() 333 ::new (&getBuckets()[i].getSecond()) in copyFrom() 334 ValueT(other.getBuckets()[i].getSecond()); in copyFrom() [all …]
|
| H A D | sanitizer_dense_map_info.h | 56 ValueT &getSecond() { return second; } in getSecond() function 57 const ValueT &getSecond() const { return second; } in getSecond() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | DarwinSDKInfo.cpp | 27 return KV->getSecond(); in map() 45 if (auto Val = KV.getSecond().getAsString()) { in parseJSON() 97 *KV.getSecond().getAsObject(), *MaximumDeploymentVersion); in parseDarwinSDKSettingsJSON()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | RawMemProfReader.cpp | 330 Callstack.reserve(It->getSecond().size()); in mapRawProfileToRecords() 332 llvm::ArrayRef<uint64_t> Addresses = It->getSecond(); in mapRawProfileToRecords() 401 for (const uint64_t VAddr : Entry.getSecond()) { in symbolizeAndFilterStackFrames() 443 auto &CallStack = Entry.getSecond(); in symbolizeAndFilterStackFrames() 547 F.SymbolName = Iter->getSecond(); in readNextRecord()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DarwinSDKInfo.h | 147 return Mapping->getSecond() ? &*Mapping->getSecond() : nullptr; in getVersionMapping()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Speculation.h | 50 return Position->getSecond(); in getImplFor() 82 CandidateSet = It->getSecond(); in launchCompile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUResourceUsageAnalysis.h | 71 return Info->getSecond(); in getResourceInfo()
|
| H A D | AMDGPUResourceUsageAnalysis.cpp | 596 auto &Info = I.getSecond(); in propagateIndirectCallRegisterUsage() 607 auto &Info = I.getSecond(); in propagateIndirectCallRegisterUsage()
|
| H A D | SIFixSGPRCopies.cpp | 967 MachineInstr *SiblingCopy = InfoIt->getSecond().Copy; in needToBeConvertedToVALU() 998 V2SCopyInfo C = CurInfoIt->getSecond(); in lowerVGPR2SGPRCopies() 1003 V2SCopyInfo &SI = SibInfoIt->getSecond(); in lowerVGPR2SGPRCopies()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 491 return I->getSecond(); in getFieldForGlobalizedVar() 1010 I->getSecond().MappedParams = in emitTeamsOutlinedFunction() 1012 DeclToAddrMapTy &Data = I->getSecond().LocalVarData; in emitTeamsOutlinedFunction() 1046 for (auto &Rec : I->getSecond().LocalVarData) { in emitGenericVarsProlog() 1048 bool EscapedParam = I->getSecond().EscapedParameters.count(Rec.first); in emitGenericVarsProlog() 1081 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress(CGF)); in emitGenericVarsProlog() 1086 for (const auto *VD : I->getSecond().EscapedVariableLengthDecls) { in emitGenericVarsProlog() 1109 I->getSecond().EscapedVariableLengthDeclsAddrs.emplace_back( in emitGenericVarsProlog() 1115 I->getSecond().MappedParams->setVarAddr(CGF, cast<VarDecl>(VD), in emitGenericVarsProlog() 1118 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | GlobalTypeTableBuilder.h | 88 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated); in insertRecordAs()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | RawMemProfReader.h | 123 return It->getSecond(); in idToFrame()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 54 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment() 244 Preds.erase(StmtBlock->getSecond()); in computeBlockInputState()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.cpp | 35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 482 return Off->getSecond(); in getClobberOffset()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | JSON.cpp | 23 return try_emplace(K, nullptr).first->getSecond(); in operator []() 26 return try_emplace(std::move(K), nullptr).first->getSecond(); in operator []()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | DebugMap.cpp | 104 return Mapping->getSecond(); in lookupObjectAddress()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 600 return It != InferredDirectories.end() && It->getSecond().InferModules; in canInferFrameworkModule()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 122 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()
|