Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp138 Entry.CU->getFirstChildEntry(Entry.DieEntry); in collectRootsToKeep()
274 CompileUnit::DIEInfo &Info = Entry.CU->getDIEInfo(Entry.DieEntry); in setPlainDwarfPlacementRec()
284 Entry.CU->getFirstChildEntry(Entry.DieEntry); in setPlainDwarfPlacementRec()
334 CompileUnit::DIEInfo &Info = Entry.CU->getDIEInfo(Entry.DieEntry); in markParentsAsKeepingChildren()
435 CompileUnit::DIEInfo &Info = Entry.CU->getDIEInfo(Entry.DieEntry); in markDIEEntryAsKeptRec()
439 Entry, in markDIEEntryAsKeptRec()
484 Entry.CU->getFirstChildEntry(Entry.DieEntry); in markDIEEntryAsKeptRec()
539 Entry.CU->getFirstChildEntry(Entry.DieEntry); in markDIEEntryAsKeptRec()
642 Entry.CU->warn("cann't find referenced DIE", Entry.DieEntry); in maybeAddReferencedRoots()
727 DWARFDie DIE = Entry.CU->getDIE(Entry.DieEntry); in isLiveVariableEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp87 : Entry(Entry), Blocks(Blocks) { in ReachabilityGraph()
91 if (MBB != Entry) { in ReachabilityGraph()
125 MachineBasicBlock *Entry; member in __anon7465e1030111::ReachabilityGraph
156 if (MBB != Entry) { in calculate()
195 : Entry(Entry), Enterers(Enterers) { in LoopBlocks()
212 Blocks.insert(Entry); in calculate()
384 MIB.addMBB(Entry); in makeSingleEntryLoop()
421 if (Entries.count(Entry) && Pred->isLayoutSuccessor(Entry)) in makeSingleEntryLoop()
434 if (!Entries.count(Entry) || Map.count({Entry, PredInLoop})) in makeSingleEntryLoop()
519 BuildMI(Entry, Entry.begin(), DebugLoc(), in addImplicitDefs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp28 auto &Entry = I.first->second; in getEntryImpl() local
30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl()
31 Entry.Offset = NumBytes; in getEntryImpl()
95 for (const auto &Entry : Entries) { in emit() local
101 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol); in emit()
107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
115 for (const auto &Entry : Pool) { in emit() local
116 if (Entry.getValue().isIndexed()) in emit()
117 Entries[Entry.getValue().Index] = &Entry; in emit()
122 for (const auto &Entry : Entries) in emit() local
[all …]
H A DDbgEntityHistoryCalculator.cpp97 Entries.emplace_back(&MI, Entry::Clobber); in startClobber()
253 for (auto &Entry : HistoryMapEntries) in trimLocationRanges() local
254 if (Entry.isClosed()) in trimLocationRanges()
255 Entry.EndIndex -= Offsets[Entry.EndIndex]; in trimLocationRanges()
267 for (const auto &Entry : Entries) { in hasNonEmptyLocation() local
268 if (!Entry.isDbgValue()) in hasNonEmptyLocation()
349 Entry.endEntry(ClobberIndex); in clobberRegEntries()
389 Entry.endEntry(NewIndex); in handleNewDebugValue()
585 const auto &Entry = E.value(); in dump() local
587 if (Entry.isDbgValue()) in dump()
[all …]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp17 FormatCache::Entry::Entry() in Entry() function in FormatCache::Entry
21 bool FormatCache::Entry::IsFormatCached() { return m_format_cached; } in IsFormatCached()
23 bool FormatCache::Entry::IsSummaryCached() { return m_summary_cached; } in IsSummaryCached()
27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get()
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get()
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get()
39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set()
44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set()
49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set()
54 FormatCache::Entry &FormatCache::GetEntry(ConstString type) { in GetEntry()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h174 Entry.CommitBase, Entry.CommitBase + Entry.CommitSize, in getStats()
175 Entry.CommitSize, Entry.Time == 0 ? "[R]" : ""); in getStats()
215 mapSecondary<Config>(Options, Entry.CommitBase, Entry.CommitSize, in store()
218 Entry.MemMap.setMemoryPermission(Entry.CommitBase, Entry.CommitSize, in store()
222 Entry.MemMap.releaseAndZeroPagesToOS(Entry.CommitBase, Entry.CommitSize); in store()
223 Entry.Time = 0; in store()
270 Entry.MemMap.unmap(Entry.MemMap.getBase(), Entry.MemMap.getCapacity()); in store()
337 Entry.MemMap.setMemoryPermission(Entry.CommitBase, Entry.CommitSize, 0); in retrieve()
433 if (!Entry.isValid() || !Entry.Time) in releaseIfOlderThan()
440 Entry.MemMap.releaseAndZeroPagesToOS(Entry.CommitBase, Entry.CommitSize); in releaseIfOlderThan()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound())) in ImmInRange()
432 Entry != Range.second; ++Entry) { in ReduceMI()
443 const ReduceEntry &Entry = Arguments->Entry; in ReduceXWtoXWSP() local
456 const ReduceEntry &Entry = Arguments->Entry; in ReduceXWtoXWP() local
498 const ReduceEntry &Entry = Arguments->Entry; in ReduceArithmeticInstructions() local
512 const ReduceEntry &Entry = Arguments->Entry; in ReduceADDIUToADDIUR1SP() local
526 const ReduceEntry &Entry = Arguments->Entry; in ReduceADDIUToADDIUSP() local
544 const ReduceEntry &Entry = Arguments->Entry; in ReduceLXUtoLXU16() local
559 const ReduceEntry &Entry = Arguments->Entry; in ReduceSXtoSX16() local
613 const ReduceEntry &Entry = Arguments->Entry; in ReduceMoveToMovep() local
[all …]
H A DMipsOptimizePICCall.cpp104 unsigned getCount(ValueType Entry);
108 unsigned getReg(ValueType Entry);
233 ValueType Entry; in visitNode() local
236 if (!isCallViaRegister(*I, Reg, Entry)) in visitNode()
240 unsigned N = getCount(Entry); in visitNode()
255 if (Entry) in visitNode()
256 incCntAndSetReg(Entry, Reg); in visitNode()
302 return ScopedHT.lookup(Entry).first; in getCount()
305 unsigned OptimizePICCall::getReg(ValueType Entry) { in getReg() argument
306 unsigned Reg = ScopedHT.lookup(Entry).second; in getReg()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp135 const WaitTimeEntry &Entry, in printWaitTimeEntry() argument
169 tryChangeColor(OS, Entry.CyclesSpentAfterWBAndBeforeRetire, in printWaitTimeEntry()
230 if (CycleDispatched != Entry.CycleExecuted) { in printTimelineViewEntry()
235 if (Entry.CycleIssued == Entry.CycleExecuted) in printTimelineViewEntry()
238 if (CycleDispatched != Entry.CycleIssued) in printTimelineViewEntry()
240 for (unsigned I = Entry.CycleIssued + 1, E = Entry.CycleExecuted; I < E; in printTimelineViewEntry()
247 for (unsigned I = Entry.CycleExecuted + 1, E = Entry.CycleRetired; I < E; ++I) in printTimelineViewEntry()
249 if (Entry.CycleExecuted < Entry.CycleRetired) in printTimelineViewEntry()
291 const TimelineViewEntry &Entry = Timeline[IID]; in printTimeline() local
299 if (Entry.CycleRetired == 0 && Entry.CycleExecuted != 0) { in printTimeline()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h140 typedef Range<B, S> Entry; typedef
241 m_entries.begin(), m_entries.end(), [](const Entry &a, const Entry &b) { in CombineConsecutiveRanges()
312 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan()
321 Entry entry(addr, 1); in FindEntryIndexThatContains()
361 const Entry *FindEntryThatContains(const Entry &range) const { in FindEntryThatContains()
463 [&compare = m_compare](const Entry &a, const Entry &b) { in Sort()
541 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan()
573 const Entry *FindEntryThatContains(const Entry &range) const { in FindEntryThatContains()
782 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan()
791 Entry entry; in FindEntry()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h28 struct Entry { struct
29 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() function
35 typedef std::vector<Entry> collection; argument
46 void Append(const Entry &e) { m_map.push_back(e); } in Append()
111 const Entry *FindNextValueForName(const Entry *entry_ptr) const { in FindNextValueForName()
113 const Entry *first_entry = &m_map[0]; in FindNextValueForName()
115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName()
176 llvm::sort(m_map, [&](const Entry &lhs, const Entry &rhs) -> bool { in Sort()
210 bool operator()(const Entry &lhs, const Entry &rhs) { in operator()
214 bool operator()(const Entry &lhs, ConstString rhs) { in operator()
[all …]
H A DFormatEntity.h39 struct Entry { struct
111 const Entry::Type type;
126 : name(name), string(string), type(Entry::Type::EscapeCode) {} in Definition()
148 Entry(Type t = Type::Invalid, const char *s = nullptr,
152 Entry(llvm::StringRef s);
153 Entry(char ch);
161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
177 bool operator==(const Entry &rhs) const { argument
201 std::vector<Entry> children; argument
208 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp82 using Entry = FormatEntity::Entry; typedef
264 FormatEntity::Entry::Entry(llvm::StringRef s) in Entry() function in FormatEntity::Entry
268 FormatEntity::Entry::Entry(char ch) in Entry() function in FormatEntity::Entry
1149 case Entry::Type::Invalid: in Format()
1167 case Entry::Type::Root: in Format()
1176 case Entry::Type::String: in Format()
1180 case Entry::Type::Scope: { in Format()
1442 case Entry::Type::File: in Format()
1452 case Entry::Type::Lang: in Format()
2009 Entry scope_entry(Entry::Type::Scope); in ParseInternal()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp157 for (const X86FoldTableEntry &Entry : Table2Addr) in X86MemUnfoldTable() local
161 for (const X86FoldTableEntry &Entry : Table0) in X86MemUnfoldTable() local
163 addTableEntry(Entry, TB_INDEX_0); in X86MemUnfoldTable()
165 for (const X86FoldTableEntry &Entry : Table1) in X86MemUnfoldTable() local
169 for (const X86FoldTableEntry &Entry : Table2) in X86MemUnfoldTable() local
173 for (const X86FoldTableEntry &Entry : Table3) in X86MemUnfoldTable() local
177 for (const X86FoldTableEntry &Entry : Table4) in X86MemUnfoldTable() local
202 void addTableEntry(const X86FoldTableEntry &Entry, in addTableEntry()
205 if ((Entry.Flags & TB_NO_REVERSE) == 0) in addTableEntry()
206 Table.push_back({Entry.DstOp, Entry.KeyOp, in addTableEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp412 unsigned Opc = Entry.NarrowOpc1; in ReduceLoadStore()
414 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore()
416 switch (Entry.WideOpc) { in ReduceLoadStore()
422 Opc = Entry.NarrowOpc2; in ReduceLoadStore()
423 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
594 if (Entry.WideOpc == ARM::t2STMIA) in ReduceLoadStore()
787 if (Entry.Imm2Limit) { in ReduceTo2Addr()
870 if (Entry.Imm1Limit) in ReduceToNarrow()
1024 if (Entry.Special) in ReduceMI()
1028 if (Entry.NarrowOpc2 && in ReduceMI()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp46 if (Entry.isError() || Entry.isDirectory() || Disable || in scanForDirectivesIfNecessary()
48 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
55 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
61 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
72 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
81 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary()
220 return Entry; in findEntryByFilenameWithWriteThrough()
235 const auto &Entry = in computeAndStoreResult() local
275 if (const auto *Entry = in getOrCreateFileSystemEntry() local
335 if (Entry.isDirectory()) in create()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp39 const SrcHeaderBlockEntry &Entry; member in llvm::pdb::__anon82d6aafb0111::NativeInjectedSource
44 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource() argument
46 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource()
48 uint32_t getCrc32() const override { return Entry.CRC; } in getCrc32()
49 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize()
52 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
58 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
64 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
69 uint32_t getCompression() const override { return Entry.Compression; } in getCompression()
74 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp187 if (Entry.checkTypeString()) { in makeDuplicateResourceError()
196 if (Entry.checkNameString()) { in makeDuplicateResourceError()
316 Entry.getLanguage() == 0; in shouldIgnoreDuplicate()
400 if (Entry.Offset.isSubDir()) { in addChildren()
482 const ResourceEntryRef &Entry, in addTypeNode() argument
484 if (Entry.checkTypeString()) in addTypeNode()
493 if (Entry.checkNameString()) in addNameNode()
502 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode()
503 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()
947 Entry->Codepage = 0; in writeDirectoryTree()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h227 const CachedFileSystemEntry &Entry) { in insertEntryForFilename() argument
243 const CachedFileSystemEntry &Entry; variable
246 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef() argument
247 : Filename(Name), Entry(Entry) {} in EntryRef()
250 llvm::vfs::Status Stat = Entry.getStatus(); in getStatus()
256 bool isError() const { return Entry.isError(); } in isError()
257 bool isDirectory() const { return Entry.isDirectory(); } in isDirectory()
262 return Entry.getError(); in unwrapError()
270 return Entry.getDirectiveTokens(); in getDirectiveTokens()
363 return LocalCache.insertEntryForFilename(Filename, Entry); in insertLocalEntryForFilename()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp28 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy() local
29 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemcpy()
30 Entry.Node = Dst; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
31 Entry.Node = Src; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
32 Entry.Node = Size; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h29 struct Entry { struct
30 Entry() = default;
31 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() function
33 bool NameMatches(const Entry &rhs) const { in NameMatches() argument
51 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
59 Entry &operator[](uint32_t idx) {
64 const Entry &operator[](uint32_t idx) const {
83 typedef std::vector<Entry> collection;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h46 FreeList *Entry = Bucket[Idx]; in pop() local
47 if (!Entry) in pop()
49 __asan_unpoison_memory_region(Entry, Capacity::get(Idx).getSize()); in pop()
50 Bucket[Idx] = Entry->Next; in pop()
51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop()
52 return reinterpret_cast<T*>(Entry); in pop()
58 FreeList *Entry = reinterpret_cast<FreeList*>(Ptr); in push() local
61 Entry->Next = Bucket[Idx]; in push()
62 Bucket[Idx] = Entry; in push()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp35 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy() local
36 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemcpy()
37 Entry.Node = Dst; in EmitTargetCodeForMemcpy()
38 Args.push_back(Entry); in EmitTargetCodeForMemcpy()
39 Entry.Node = Src; in EmitTargetCodeForMemcpy()
40 Args.push_back(Entry); in EmitTargetCodeForMemcpy()
41 Entry.Node = Size; in EmitTargetCodeForMemcpy()
42 Args.push_back(Entry); in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h44 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue()
46 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue()
48 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue()
52 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue()
54 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue()
59 FormatEntity::Entry m_current_entry;
60 FormatEntity::Entry m_default_entry;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp18 auto &Entry = I.first->second; in getEntry() local
19 if (I.second || !Entry.isIndexed()) { in getEntry()
20 Entry.Index = NumEntries++; in getEntry()
21 Entry.Offset = CurrentEndOffset; in getEntry()
22 Entry.Symbol = nullptr; in getEntry()
29 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString() local
34 auto InsertResult = Strings.insert({S, Entry}); in internString()

12345678910>>...27