Home
last modified time | relevance | path

Searched refs:getSecond (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp68 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 DStackLifetime.cpp52 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 DDenseMap.h49 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function
50 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function
107 return map_range(*this, [](const BucketT &P) { return P.getSecond(); }); in values()
115 return map_range(*this, [](const BucketT &P) { return P.getSecond(); }); in values()
153 P->getSecond().~ValueT(); in clear()
216 return Bucket->getSecond(); in lookup()
226 return Bucket->getSecond(); in lookup_or()
377 TheBucket->getSecond().~ValueT(); in erase()
385 TheBucket->getSecond().~ValueT(); in erase()
430 P->getSecond().~ValueT(); in destroyAll()
[all …]
H A DDenseSet.h42 DenseSetEmpty &getSecond() { return *this; } in getSecond() function
43 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
H A DAPFloat.h846 inline APFloat &getSecond();
847 inline const APFloat &getSecond() const;
1682 APFloat &DoubleAPFloat::getSecond() { return Floats[1]; } in getSecond() function
1683 const APFloat &DoubleAPFloat::getSecond() const { return Floats[1]; } in getSecond() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h60 P->getSecond().~ValueT(); in clear()
99 return Bucket->getSecond(); in lookup()
174 TheBucket->getSecond().~ValueT(); in erase()
184 TheBucket->getSecond().~ValueT(); in erase()
245 P->getSecond().~ValueT(); in destroyAll()
286 ::new (&DestBucket->getSecond()) in moveFromOldBuckets()
287 ValueT(__sanitizer::move(B->getSecond())); in moveFromOldBuckets()
291 B->getSecond().~ValueT(); in moveFromOldBuckets()
316 ::new (&getBuckets()[i].getSecond()) in copyFrom()
317 ValueT(other.getBuckets()[i].getSecond()); in copyFrom()
[all …]
H A Dsanitizer_dense_map_info.h56 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 DMipsRegisterBankInfo.h191 return Types.find(MI)->getSecond(); in getRecordedTypeForInstr()
197 Types.find(MI)->getSecond() = InstTy; in changeRecordedTypeForInstr()
204 return WaitingQueues.find(MI)->getSecond(); in getWaitingQueueFor()
211 WaitingQueues.find(MI)->getSecond().push_back(WaitingForMI); in addToWaitingQueue()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp28 return KV->getSecond(); in map()
46 if (auto Val = KV.getSecond().getAsString()) { in parseJSON()
121 *KV.getSecond().getAsObject(), *MaximumDeploymentVersion); in parseDarwinSDKSettingsJSON()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1017 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()
1086 I->getSecond().MappedParams->setVarAddr(CGF, VD, VarAddr.getAddress()); in emitGenericVarsProlog()
1092 for (const auto *ValueD : I->getSecond().EscapedVariableLengthDecls) { in emitGenericVarsProlog()
1096 I->getSecond().EscapedVariableLengthDeclsAddrs.emplace_back(AddrSizePair); in emitGenericVarsProlog()
1100 I->getSecond().MappedParams->setVarAddr(CGF, VD, Base.getAddress()); in emitGenericVarsProlog()
1102 I->getSecond().MappedParams->apply(CGF); in emitGenericVarsProlog()
1112 return llvm::is_contained(I->getSecond().DelayedVariableLengthDecls, VD); in isDelayedVariableLengthDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyHoisting.cpp145 MachineInstr *TempMI = II.getSecond(); in addMItoCopyList()
172 MachineInstr *MI = II.getSecond(); in analyzeCopy()
204 MachineInstr *TempMI = II.getSecond(); in analyzeCopy()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h174 return Mapping->getSecond() ? &*Mapping->getSecond() : nullptr; in getVersionMapping()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp116 return FindIt->getSecond().get(); in findRecordForUSR()
142 auto *Record = Result->getSecond().get(); in removeRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h51 return Position->getSecond(); in getImplFor()
83 CandidateSet = It->getSecond(); in launchCompile()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc117 (*duplicateSectionIdxs)[it->getSecond()].push_back(sectionIdx);
205 it->getSecond() = std::min<size_t>(it->getSecond(), timestamp);
319 for (auto dupSecIdx : It->getSecond()) {
337 for (auto dupSecIdx : It->getSecond()) {
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp486 Callstack.reserve(It->getSecond().size()); in mapRawProfileToRecords()
488 llvm::ArrayRef<uint64_t> Addresses = It->getSecond(); in mapRawProfileToRecords()
556 for (const uint64_t VAddr : Entry.getSecond()) { in symbolizeAndFilterStackFrames()
599 auto &CallStack = Entry.getSecond(); in symbolizeAndFilterStackFrames()
763 F.SymbolName = std::make_unique<std::string>(Iter->getSecond()); in readNextRecord()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp242 auto &CycleMergedMask = LRCCacheIter->getSecond(); in lowerTemporalDivergenceI1()
251 auto &CycleMergedMask = LRCCacheEntry.getSecond(); in lowerTemporalDivergenceI1()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h89 Result.first->getSecond() = TypeIndex(SimpleTypeKind::NotTranslated); in insertRecordAs()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1148 it->getSecond() = static_cast<unsigned>(newTag); in mergeAtomic()
1153 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A6C); in mergeAtomic()
1167 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A6C); in mergeAtomic()
1170 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A7); in mergeAtomic()
1181 it->getSecond() = static_cast<unsigned>(RISCVAtomicAbiTag::A7); in mergeAtomic()
1261 static_cast<RISCVAtomicAbiTag>(r.first->getSecond()), in mergeAttributesSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp35 OS << " at " << IT.getSecond() << ": " << *IT.getFirst() << "\n"; in print()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h133 return it->getSecond().get(); in getFunctionParmMutationAnalyzer()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp348 return std::pair<GraphIter, bool>{Ref->getSecond(), false}; in getGadgetGraph()
511 Builder.addEdge(LoopDepth, GI, Ref->getSecond()); in getGadgetGraph()
512 GI = Ref->getSecond(); in getGadgetGraph()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp154 NewIds.push_back(support::ulittle32_t(SymIdIt->getSecond())); in finalizeSymIdxContents()
161 SecDefIt->getSecond()->CheckSum = JC.getCRC(); in finalizeSymIdxContents()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp168 return It == EntriesByUID.end() ? nullptr : It->getSecond(); in findEntryByUID()
194 auto &CachedEntry = It->getSecond(); in getOrEmplaceEntryForUID()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h482 return Off->getSecond(); in getClobberOffset()

1234