/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/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() 205 return TheBucket->getSecond(); in lookup() 350 TheBucket->getSecond().~ValueT(); in erase() 358 TheBucket->getSecond().~ValueT(); in erase() 411 P->getSecond().~ValueT(); in destroyAll() 453 ::new (&DestBucket->getSecond()) ValueT(std::move(B->getSecond())); in moveFromOldBuckets() 457 B->getSecond().~ValueT(); in moveFromOldBuckets() 482 ::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 | 738 inline APFloat &getSecond(); 739 inline const APFloat &getSecond() const; 1547 APFloat &DoubleAPFloat::getSecond() { return Floats[1]; } in getSecond() function 1548 const APFloat &DoubleAPFloat::getSecond() const { return Floats[1]; } in getSecond() function
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsRegisterBankInfo.h | 194 return Types.find(MI)->getSecond(); in getRecordedTypeForInstr() 200 Types.find(MI)->getSecond() = InstTy; in changeRecordedTypeForInstr() 207 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor() 214 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1017 I->getSecond().MappedParams = in emitTeamsOutlinedFunction() 1019 DeclToAddrMapTy &Data = I->getSecond().LocalVarData; in emitTeamsOutlinedFunction() 1051 for (auto &Rec : I->getSecond().LocalVarData) { in emitGenericVarsProlog() 1053 bool EscapedParam = I->getSecond().EscapedParameters.count(Rec.first); in emitGenericVarsProlog() 1087 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress()); in emitGenericVarsProlog() 1093 for (const auto *ValueD : I->getSecond().EscapedVariableLengthDecls) { in emitGenericVarsProlog() 1097 I->getSecond().EscapedVariableLengthDeclsAddrs.emplace_back(AddrSizePair); in emitGenericVarsProlog() 1101 I->getSecond().MappedParams->setVarAddr(CGF, VD, Base.getAddress()); in emitGenericVarsProlog() 1103 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog() 1113 return llvm::is_contained(I->getSecond().DelayedVariableLengthDecls, VD); in isDelayedVariableLengthDecl() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyHoisting.cpp | 152 MachineInstr *TempMI = II.getSecond(); in addMItoCopyList() 179 MachineInstr *MI = II.getSecond(); in analyzeCopy() 210 MachineInstr *TempMI = II.getSecond(); in analyzeCopy()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DarwinSDKInfo.h | 171 return Mapping->getSecond() ? &*Mapping->getSecond() : nullptr; in getVersionMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProfReader.cpp | 499 Callstack.reserve(It->getSecond().size()); in mapRawProfileToRecords() 501 llvm::ArrayRef<uint64_t> Addresses = It->getSecond(); in mapRawProfileToRecords() 579 for (const uint64_t VAddr : Entry.getSecond()) { in symbolizeAndFilterStackFrames() 625 auto &CallStack = Entry.getSecond(); in symbolizeAndFilterStackFrames() 786 F.SymbolName = std::make_unique<std::string>(Iter->getSecond()); in readNextRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Speculation.h | 50 return Position->getSecond(); in getImplFor() 82 CandidateSet = It->getSecond(); in launchCompile()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUResourceUsageAnalysis.h | 71 return Info->getSecond(); in getResourceInfo()
|
H A D | AMDGPUResourceUsageAnalysis.cpp | 598 auto &Info = I.getSecond(); in propagateIndirectCallRegisterUsage() 609 auto &Info = I.getSecond(); in propagateIndirectCallRegisterUsage()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | GlobalTypeTableBuilder.h | 88 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated); in insertRecordAs()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1120 it->getSecond() = static_cast<unsigned>(newTag); in mergeAtomic() 1125 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A6C); in mergeAtomic() 1139 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A6C); in mergeAtomic() 1142 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A7); in mergeAtomic() 1153 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A7); in mergeAtomic() 1232 static_cast<RISCVAtomicAbiTag>(r.first->getSecond()), in mergeAttributesSection()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | API.cpp | 94 return FindIt->getSecond().get(); in findRecordForUSR()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 49 if (!ACFG.isBlockReachable(*BlockIt->getSecond())) in getEnvironment() 51 if (BlockIt->getSecond()->getBlockID() == CurBlockID) in getEnvironment() 53 const auto &State = BlockToState[BlockIt->getSecond()->getBlockID()]; in getEnvironment()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.cpp | 35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ExprMutationAnalyzer.h | 129 return it->getSecond().get(); in getFunctionParmMutationAnalyzer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 349 return std::pair<GraphIter, bool>{Ref->getSecond(), false}; in getGadgetGraph() 513 Builder.addEdge(LoopDepth, GI, Ref->getSecond()); in getGadgetGraph() 514 GI = Ref->getSecond(); in getGadgetGraph()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 125 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID() 151 auto &CachedEntry = It->getSecond(); in getOrEmplaceEntryForUID()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProfReader.h | 117 return It->getSecond(); in idToFrame()
|