Home
last modified time | relevance | path

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

12345678910>>...30

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() argument
87 : Entry(Entry), Blocks(Blocks) { in ReachabilityGraph()
91 if (MBB != Entry) { in ReachabilityGraph()
125 MachineBasicBlock *Entry; member in __anon5f812d3b0111::ReachabilityGraph
145 if (Succ != Entry && inRegion(Succ)) { in calculate()
155 assert(inRegion(MBB) && Succ != Entry && inRegion(Succ)); in calculate()
156 if (MBB != Entry) { in calculate()
173 assert(!Loopers.count(Entry)); in calculate()
194 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() argument
195 : Entry(Entry), Enterers(Enterers) { in LoopBlocks()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h221 for (CachedBlock &Entry : LRUEntries) { in getStats()
224 Entry.CommitBase, Entry.CommitBase + Entry.CommitSize, in getStats()
225 Entry.CommitSize, Entry.Time == 0 ? "[R]" : ""); in getStats()
264 CachedBlock Entry; in store() local
266 Entry.CommitBase = CommitBase; in store()
267 Entry.CommitSize = CommitSize; in store()
268 Entry.BlockBegin = BlockBegin; in store()
269 Entry.MemMap = MemMap; in store()
270 Entry.Time = UINT64_MAX; in store()
278 Entry.Time = 0; in store()
[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()
32 Entry.Symbol = ShouldCreateSymbols ? Asm.createTempSymbol(Prefix) : nullptr; in getEntryImpl()
92 for (const auto &Entry : Entries) { in emit() local
93 assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) && in emit()
98 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol); in emit()
102 Twine(Entry->getValue().Offset)); in emit()
104 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit()
112 for (const auto &Entry : Pool) { in emit() local
[all …]
H A DDbgEntityHistoryCalculator.cpp85 Entries.emplace_back(&MI, Entry::DbgValue); in startDbgValue()
97 Entries.emplace_back(&MI, Entry::Clobber); in startClobber()
101 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry()
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()
271 const MachineInstr *MI = Entry.getInstr(); in hasNonEmptyLocation()
343 auto &Entry = HistMap.getEntry(Var, Index); in clobberRegEntries() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp83 using Definition = lldb_private::FormatEntity::Entry::Definition;
84 using Entry = FormatEntity::Entry; typedef
85 using EntryType = FormatEntity::Entry::Type;
108 Entry::DefinitionWithChildren("reg", EntryType::FrameRegisterByName,
140 Entry::DefinitionWithChildren("file", EntryType::LineEntryFile,
148 constexpr Definition g_module_child_entries[] = {Entry::DefinitionWithChildren(
154 Entry::DefinitionWithChildren("file", EntryType::ProcessFile,
167 Entry::DefinitionWithChildren("info", EntryType::ThreadInfo,
178 Entry::DefinitionWithChildren("file", EntryType::TargetFile,
221 Entry::DefinitionWithChildren("fg", EntryType::Invalid, g_ansi_fg_entries),
[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()
25 bool FormatCache::Entry::IsSyntheticCached() { return m_synthetic_cached; } in IsSyntheticCached()
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()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp124 const ReduceEntry &Entry; // Entry field member
130 : MI(argMI), Entry(argEntry), NextMII(argNextMII) {} in ReduceEntryFunArgs()
196 static bool ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry,
337 static bool ImmInRange(MachineInstr *MI, const ReduceEntry &Entry) { in ImmInRange() argument
341 if (!GetImm(MI, Entry.ImmField(), offset)) in ImmInRange()
344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound())) in ImmInRange()
352 const ReduceEntry &Entry) { in CheckXWPInstr() argument
368 if (!ImmInRange(MI, Entry)) in CheckXWPInstr()
431 for (ReduceEntryVector::const_iterator Entry = Range.first; in ReduceMI() local
432 Entry != Range.second; ++Entry) { in ReduceMI()
[all …]
H A DMipsOptimizePICCall.cpp104 unsigned getCount(ValueType Entry);
108 unsigned getReg(ValueType Entry);
111 void incCntAndSetReg(ValueType Entry, unsigned Reg);
234 ValueType Entry; in visitNode() local
237 if (!isCallViaRegister(*I, Reg, Entry)) in visitNode()
241 unsigned N = getCount(Entry); in visitNode()
248 getCallTargetRegOpnd(*I)->setReg(getReg(Entry)); in visitNode()
256 if (Entry) in visitNode()
257 incCntAndSetReg(Entry, Reg); in visitNode()
302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() argument
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h140 typedef Range<B, S> Entry; typedef
141 typedef llvm::SmallVector<Entry, N> Collection;
158 Entry entry = pos1->Intersect(*pos2); in GetOverlaps()
179 void Append(const Entry &entry) { m_entries.push_back(entry); } in Append()
185 void Insert(const Entry &entry, bool combine) { in Insert()
241 m_entries.begin(), m_entries.end(), [](const Entry &a, const Entry &b) { in CombineConsecutiveRanges()
252 Entry &back = minimal_ranges.back(); in CombineConsecutiveRanges()
297 const Entry *GetEntryAtIndex(size_t i) const { in GetEntryAtIndex()
303 Entry &GetEntryRef(size_t i) { return m_entries[i]; } in GetEntryRef()
304 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; } in GetEntryRef()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp135 const WaitTimeEntry &Entry, in printWaitTimeEntry() argument
148 (double)(Entry.CyclesSpentInSchedulerQueue * 10) / CumulativeExecutions; in printWaitTimeEntry()
150 (double)(Entry.CyclesSpentInSQWhileReady * 10) / CumulativeExecutions; in printWaitTimeEntry()
151 AverageTime3 = (double)(Entry.CyclesSpentAfterWBAndBeforeRetire * 10) / in printWaitTimeEntry()
159 tryChangeColor(OS, Entry.CyclesSpentInSchedulerQueue, CumulativeExecutions, in printWaitTimeEntry()
164 tryChangeColor(OS, Entry.CyclesSpentInSQWhileReady, CumulativeExecutions, in printWaitTimeEntry()
169 tryChangeColor(OS, Entry.CyclesSpentAfterWBAndBeforeRetire, in printWaitTimeEntry()
218 const TimelineViewEntry &Entry, in printTimelineViewEntry() argument
225 assert(Entry.CycleDispatched >= 0 && "Invalid TimelineViewEntry!"); in printTimelineViewEntry()
226 unsigned CycleDispatched = static_cast<unsigned>(Entry.CycleDispatched); in printTimelineViewEntry()
[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
43 m_map.push_back(typename UniqueCStringMap<T>::Entry(unique_cstr, value)); in Append()
46 void Append(const Entry &e) { m_map.push_back(e); } in Append()
98 const Entry *FindFirstValueForName(ConstString unique_cstr) const { in FindFirstValueForName()
111 const Entry *FindNextValueForName(const Entry *entry_ptr) const { in FindNextValueForName()
113 const Entry *first_entry = &m_map[0]; in FindNextValueForName()
114 const Entry *after_last_entry = first_entry + m_map.size(); in FindNextValueForName()
115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName()
[all …]
H A DFormatEntity.h39 struct Entry { struct
125 const Entry::Type type;
136 constexpr Definition(const char *name, const FormatEntity::Entry::Type t) in Definition()
140 : name(name), string(string), type(Entry::Type::EscapeCode) {} in Definition()
142 constexpr Definition(const char *name, const FormatEntity::Entry::Type t, in Definition()
146 constexpr Definition(const char *name, const FormatEntity::Entry::Type t,
156 DefinitionWithChildren(const char *name, const FormatEntity::Entry::Type t,
162 Entry(Type t = Type::Invalid, const char *s = nullptr,
164 Entry(llvm::StringRef s);
165 Entry(char ch);
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp70 auto &Entry = Entries.Map[Filename]; in getLock() local
71 if (!Entry) in getLock()
72 Entry = std::make_unique<ModuleCacheEntry>(); in getLock()
73 return Entry->CompilationMutex; in getLock()
81 auto &Entry = Entries.Map[Filename]; in getModuleTimestamp() local
82 if (!Entry) in getModuleTimestamp()
83 Entry = std::make_unique<ModuleCacheEntry>(); in getModuleTimestamp()
84 return Entry->Timestamp; in getModuleTimestamp()
94 auto &Entry = Entries.Map[Filename]; in updateModuleTimestamp() local
95 if (!Entry) in updateModuleTimestamp()
[all …]
H A DDependencyScanningFilesystem.cpp45 auto &Entry = Ref.Entry; in ensureDirectiveTokensArePopulated() local
47 if (Entry.isError() || Entry.isDirectory()) in ensureDirectiveTokensArePopulated()
50 CachedFileContents *Contents = Entry.getCachedContents(); in ensureDirectiveTokensArePopulated()
119 const CachedFileSystemEntry *Entry = CachedPair.first; in getOutOfDateEntries() local
122 if (Entry->getError()) { in getOutOfDateEntries()
129 llvm::vfs::Status CachedStatus = Entry->getStatus(); in getOutOfDateEntries()
209 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename() argument
211 auto [It, Inserted] = CacheByFilename.insert({Filename, {&Entry, nullptr}}); in getOrInsertEntryForFilename()
214 CachedEntry = &Entry; in getOrInsertEntryForFilename()
273 if (const auto *Entry = LocalCache.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp172 for (const X86FoldTableEntry &Entry : Table2Addr) in X86MemUnfoldTable() local
174 addTableEntry(Entry, TB_INDEX_0 | TB_FOLDED_LOAD | TB_FOLDED_STORE); in X86MemUnfoldTable()
176 for (const X86FoldTableEntry &Entry : Table0) in X86MemUnfoldTable() local
178 addTableEntry(Entry, TB_INDEX_0); in X86MemUnfoldTable()
180 for (const X86FoldTableEntry &Entry : Table1) in X86MemUnfoldTable() local
182 addTableEntry(Entry, TB_INDEX_1 | TB_FOLDED_LOAD); in X86MemUnfoldTable()
184 for (const X86FoldTableEntry &Entry : Table2) in X86MemUnfoldTable() local
186 addTableEntry(Entry, TB_INDEX_2 | TB_FOLDED_LOAD); in X86MemUnfoldTable()
188 for (const X86FoldTableEntry &Entry : Table3) in X86MemUnfoldTable() local
190 addTableEntry(Entry, TB_INDEX_3 | TB_FOLDED_LOAD); in X86MemUnfoldTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp183 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry,
188 const ReduceEntry &Entry);
191 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
196 const ReduceEntry &Entry, bool LiveCPSR,
202 const ReduceEntry &Entry, bool LiveCPSR,
327 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, in VerifyPredAndCC() argument
330 if ((is2Addr && Entry.PredCC2 == 0) || in VerifyPredAndCC()
331 (!is2Addr && Entry.PredCC1 == 0)) { in VerifyPredAndCC()
350 } else if ((is2Addr && Entry.PredCC2 == 2) || in VerifyPredAndCC()
351 (!is2Addr && Entry.PredCC1 == 2)) { in VerifyPredAndCC()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp181 const ResourceEntryRef &Entry, StringRef File1, StringRef File2) { in makeDuplicateResourceError() argument
188 if (Entry.checkTypeString()) { in makeDuplicateResourceError()
190 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError()
194 printResourceTypeName(Entry.getTypeID(), OS); in makeDuplicateResourceError()
197 if (Entry.checkNameString()) { in makeDuplicateResourceError()
199 if (!convertUTF16LEToUTF8String(Entry.getNameString(), UTF8)) in makeDuplicateResourceError()
203 OS << "ID " << Entry.getNameID(); in makeDuplicateResourceError()
206 OS << "/language " << Entry.getLanguage() << ", in " << File1 << " and in " in makeDuplicateResourceError()
312 const ResourceEntryRef &Entry) const { in shouldIgnoreDuplicate()
313 return MinGW && !Entry.checkTypeString() && in shouldIgnoreDuplicate()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h30 struct Entry { struct
31 Entry() = default;
32 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() function
34 bool NameMatches(const Entry &rhs) const { in NameMatches() argument
55 DWARFDeclContext(llvm::ArrayRef<Entry> entries) { in DWARFDeclContext() argument
60 m_entries.push_back(Entry(tag, name)); in AppendDeclContext()
68 Entry &operator[](uint32_t idx) {
73 const Entry &operator[](uint32_t idx) const {
95 for (const Entry &e : ctx.m_entries) {
103 typedef std::vector<Entry> collection;
H A DDebugNamesDWARFIndex.cpp64 DebugNamesDWARFIndex::GetForeignTypeUnit(const DebugNames::Entry &entry) const { in GetForeignTypeUnit()
121 DebugNamesDWARFIndex::GetNonSkeletonUnit(const DebugNames::Entry &entry) const { in GetNonSkeletonUnit()
139 DWARFDIE DebugNamesDWARFIndex::GetDIE(const DebugNames::Entry &entry) const { in GetDIE()
155 const DebugNames::Entry &entry, in ProcessEntry()
181 for (const DebugNames::Entry &entry : in GetGlobalVariables()
203 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
236 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
263 for (const DebugNames::Entry &entry : in GetCompleteObjCClass()
291 using Entry = llvm::DWARFDebugNames::Entry; typedef
298 std::optional<llvm::SmallVector<Entry, 4>>
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DCoreFileMemoryRanges.cpp14 using Entry = CoreFileMemoryRanges::Entry; typedef
16 static bool Overlaps(const Entry *region_one, const Entry *region_two) { in Overlaps()
21 static bool IntersectHelper(const Entry *region_one, const Entry *region_two) { in IntersectHelper()
26 static bool OnlyIntersects(const Entry *region_one, const Entry *region_two) { in OnlyIntersects()
31 static bool PermissionsMatch(const Entry *region_one, const Entry *region_two) { in PermissionsMatch()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp38 const SrcHeaderBlockEntry &Entry; member in llvm::pdb::__anon054798330111::NativeInjectedSource
43 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource() argument
45 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource()
47 uint32_t getCrc32() const override { return Entry.CRC; } in getCrc32()
48 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize()
51 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
57 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
63 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
68 uint32_t getCompression() const override { return Entry.Compression; } in getCompression()
73 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h204 const CachedFileSystemEntry &Entry);
278 const CachedFileSystemEntry &Entry) { in insertEntryForFilename() argument
280 auto [It, Inserted] = Cache.insert({Filename, {&Entry, nullptr}}); in insertEntryForFilename()
286 CachedEntry = &Entry; in insertEntryForFilename()
325 const CachedFileSystemEntry &Entry; variable
330 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef() argument
331 : Filename(Name), Entry(Entry) {} in EntryRef()
334 llvm::vfs::Status Stat = Entry.getStatus(); in getStatus()
340 bool isError() const { return Entry.isError(); } in isError()
341 bool isDirectory() const { return Entry.isDirectory(); } in isDirectory()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp36 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy() local
37 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemcpy()
38 Entry.Node = Dst; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
39 Entry.Node = Src; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
40 Entry.Node = Size; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
/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()

12345678910>>...30