Home
last modified time | relevance | path

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

12345678910>>...23

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 : Entry(Entry), Blocks(Blocks) { in ReachabilityGraph()
90 if (MBB != Entry) { in ReachabilityGraph()
124 MachineBasicBlock *Entry; member in __anonf457146f0111::ReachabilityGraph
155 if (MBB != Entry) { in calculate()
194 : Entry(Entry), Enterers(Enterers) { in LoopBlocks()
201 MachineBasicBlock *Entry; member in __anonf457146f0111::LoopBlocks
211 Blocks.insert(Entry); in calculate()
385 MIB.addMBB(Entry); in makeSingleEntryLoop()
406 if (!Entries.count(Entry)) in makeSingleEntryLoop()
422 if (Entries.count(Entry) && Pred->isLayoutSuccessor(Entry)) in makeSingleEntryLoop()
[all …]
/freebsd-13.1/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.cpp98 Entries.emplace_back(&MI, Entry::Clobber); in startClobber()
249 for (auto &Entry : HistoryMapEntries) in trimLocationRanges() local
250 if (Entry.isClosed()) in trimLocationRanges()
251 Entry.EndIndex -= Offsets[Entry.EndIndex]; in trimLocationRanges()
261 for (const auto &Entry : Entries) { in hasNonEmptyLocation() local
262 if (!Entry.isDbgValue()) in hasNonEmptyLocation()
343 Entry.endEntry(ClobberIndex); in clobberRegEntries()
383 Entry.endEntry(NewIndex); in handleNewDebugValue()
579 const auto &Entry = E.value(); in dump() local
581 if (Entry.isDbgValue()) in dump()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h141 CachedBlock Entry; in store() local
148 Entry.Time = Time; in store()
156 mapSecondary<Config>(Options, Entry.CommitBase, Entry.CommitSize, in store()
157 Entry.CommitBase, MAP_NOACCESS, &Entry.Data); in store()
163 releasePagesToOS(Entry.CommitBase, 0, Entry.CommitSize, &Entry.Data); in store()
164 Entry.Time = 0; in store()
221 CachedBlock Entry; in retrieve() local
252 setMemoryPermission(Entry.CommitBase, Entry.CommitSize, 0, &Entry.Data); in retrieve()
366 if (!Entry.CommitBase || !Entry.Time) in releaseIfOlderThan()
373 releasePagesToOS(Entry.CommitBase, 0, Entry.CommitSize, &Entry.Data); in releaseIfOlderThan()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp86 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugDescriptor() local
87 outsv("[{0,2}] {1:X16} {2:X16} {3,8:D} {4}\n", Idx++, Entry, in dumpDebugDescriptor()
88 reinterpret_cast<const void *>(Entry->symfile_addr), in dumpDebugDescriptor()
89 Entry->symfile_size, Entry->prev_entry); in dumpDebugDescriptor()
96 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugObjects() local
97 Generator->appendDebugObject(Entry->symfile_addr, Entry->symfile_size); in dumpDebugObjects()
/freebsd-13.1/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.cpp105 unsigned getCount(ValueType Entry);
109 unsigned getReg(ValueType Entry);
234 ValueType Entry; in visitNode() local
237 if (!isCallViaRegister(*I, Reg, Entry)) in visitNode()
241 unsigned N = getCount(Entry); in visitNode()
256 if (Entry) in visitNode()
257 incCntAndSetReg(Entry, Reg); in visitNode()
303 return ScopedHT.lookup(Entry).first; in getCount()
306 unsigned OptimizePICCall::getReg(ValueType Entry) { in getReg() argument
307 unsigned Reg = ScopedHT.lookup(Entry).second; in getReg()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h129 typedef Range<B, S> Entry; typedef
198 m_entries.begin(), m_entries.end(), [](const Entry &a, const Entry &b) { in CombineConsecutiveRanges()
269 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan()
278 Entry entry(addr, 1); in FindEntryIndexThatContains()
318 const Entry *FindEntryThatContains(const Entry &range) const { in FindEntryThatContains()
414 [&compare = m_compare](const Entry &a, const Entry &b) { in Sort()
492 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan()
524 const Entry *FindEntryThatContains(const Entry &range) const { in FindEntryThatContains()
719 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan()
728 Entry entry; in FindEntry()
[all …]
/freebsd-13.1/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-13.1/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
1086 case Entry::Type::Invalid: in Format()
1104 case Entry::Type::Root: in Format()
1113 case Entry::Type::String: in Format()
1117 case Entry::Type::Scope: { in Format()
1378 case Entry::Type::File: in Format()
1388 case Entry::Type::Lang: in Format()
2055 Entry scope_entry(Entry::Type::Scope); in ParseInternal()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp414 unsigned Opc = Entry.NarrowOpc1; in ReduceLoadStore()
416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore()
418 switch (Entry.WideOpc) { in ReduceLoadStore()
424 Opc = Entry.NarrowOpc2; in ReduceLoadStore()
425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
596 if (Entry.WideOpc == ARM::t2STMIA) in ReduceLoadStore()
789 if (Entry.Imm2Limit) { in ReduceTo2Addr()
872 if (Entry.Imm1Limit) in ReduceToNarrow()
1023 if (Entry.Special) in ReduceMI()
1027 if (Entry.NarrowOpc2 && in ReduceMI()
[all …]
/freebsd-13.1/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() argument
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()
127 for (const Entry &entry : llvm::make_range(std::equal_range( in GetValues()
196 bool operator()(const Entry &lhs, const Entry &rhs) { in operator()
200 bool operator()(const Entry &lhs, ConstString rhs) { in operator()
[all …]
H A DFormatEntity.h40 struct Entry { struct
112 const Entry::Type type;
127 : name(name), string(string), type(Entry::Type::EscapeCode) {} in Definition()
149 Entry(Type t = Type::Invalid, const char *s = nullptr,
153 Entry(llvm::StringRef s);
154 Entry(char ch);
162 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
178 bool operator==(const Entry &rhs) const { argument
202 std::vector<Entry> children; argument
226 static Status Parse(const llvm::StringRef &format, Entry &entry);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp36 const SrcHeaderBlockEntry &Entry; member in llvm::pdb::__anon8e87f4e70111::NativeInjectedSource
41 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource() argument
43 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource()
45 uint32_t getCrc32() const override { return Entry.CRC; } in getCrc32()
46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize()
49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
66 uint32_t getCompression() const override { return Entry.Compression; } in getCompression()
71 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp189 if (Entry.checkTypeString()) { in makeDuplicateResourceError()
198 if (Entry.checkNameString()) { in makeDuplicateResourceError()
318 Entry.getLanguage() == 0; in shouldIgnoreDuplicate()
402 if (Entry.Offset.isSubDir()) { in addChildren()
484 const ResourceEntryRef &Entry, in addTypeNode() argument
486 if (Entry.checkTypeString()) in addTypeNode()
495 if (Entry.checkNameString()) in addNameNode()
504 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode()
505 Entry.getMinorVersion(), Entry.getCharacteristics(), in addLanguageNode()
949 Entry->Codepage = 0; in writeDirectoryTree()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h25 struct Entry { struct
26 Entry() = default;
27 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() argument
29 bool NameMatches(const Entry &rhs) const { in NameMatches() argument
47 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
55 Entry &operator[](uint32_t idx) {
60 const Entry &operator[](uint32_t idx) const {
83 typedef std::vector<Entry> collection;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp104 struct { uptr Tag; uptr Value; } Entry = { 0, 0 }; in hasHardwareCRC32ARMPosix() local
106 uptr N = internal_read(F, &Entry, sizeof(Entry)); in hasHardwareCRC32ARMPosix()
107 if (internal_iserror(N) || N != sizeof(Entry) || in hasHardwareCRC32ARMPosix()
108 (Entry.Tag == 0 && Entry.Value == 0) || Entry.Tag == AT_HWCAP) in hasHardwareCRC32ARMPosix()
112 return (Entry.Tag == AT_HWCAP && (Entry.Value & HWCAP_CRC32) != 0); in hasHardwareCRC32ARMPosix()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h42 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue()
44 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue()
46 void SetCurrentValue(const FormatEntity::Entry &value) { in SetCurrentValue()
50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue()
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue()
57 FormatEntity::Entry m_current_entry;
58 FormatEntity::Entry m_default_entry;
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h38 class Entry {
42 Entry() = default;
45 Entry(const Entry &) = default;
46 Entry(Entry &&) = default;
47 Entry &operator=(const Entry &) = default;
48 Entry &operator=(Entry &&) = default;
49 ~Entry() = default;
116 class Entry final : public DWARFAcceleratorTable::Entry {
120 Entry() = default;
155 using value_type = Entry;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp175 auto &Entry = Sleds.back(); in loadObj() local
196 Entry.Kind = Kinds[Kind]; in loadObj()
198 Entry.Version = Extractor.getU8(&OffsetPtr); in loadObj()
199 if (Entry.Version >= 2) { in loadObj()
208 CurFn = Entry.Function; in loadObj()
209 FunctionAddresses[FuncId] = Entry.Function; in loadObj()
210 FunctionIds[Entry.Function] = FuncId; in loadObj()
212 if (Entry.Function != CurFn) { in loadObj()
214 CurFn = Entry.Function; in loadObj()
215 FunctionAddresses[FuncId] = Entry.Function; in loadObj()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp523 return Entry->second; in getInfo()
628 if (Entry == PropagationMap.end() || Entry->second.isTest()) in handleCall()
643 if (!(Entry->second.isVar() || Entry->second.isTmp())) in handleCall()
765 if (Entry != PropagationMap.end() && !Entry->second.isTest()) { in VisitCXXBindTemporaryExpr()
906 if (Entry->second.isTest()) in VisitUnaryOperator()
1024 if (Entry) { in addInfo()
1038 if (Entry) { in addInfo()
1116 if (Entry != VarMap.end()) in getState()
1117 return Entry->second; in getState()
1126 if (Entry != TmpMap.end()) in getState()
[all …]

12345678910>>...23