Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h205 struct Entry { struct
206 Entry() in Entry() function
211 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() function
237 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument
259 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument
265 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
268 uint32_t line : 27;
270 uint32_t is_start_of_statement : 1;
272 uint32_t is_start_of_basic_block : 1;
275 uint32_t is_prologue_end : 1;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp386 if (const auto *Entry = in getArithmeticInstrCost() local
411 if (const auto *Entry = in getArithmeticInstrCost() local
447 if (const auto *Entry = in getArithmeticInstrCost() local
488 if (const auto *Entry = in getArithmeticInstrCost() local
531 if (const auto *Entry = in getArithmeticInstrCost() local
562 if (const auto *Entry = in getArithmeticInstrCost() local
580 if (const auto *Entry = in getArithmeticInstrCost() local
603 if (const auto *Entry = in getArithmeticInstrCost() local
626 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
648 if (const auto *Entry = CostTableLookup(AVXConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
[all …]
H A DX86InstrFoldTables.cpp172 for (const X86FoldTableEntry &Entry : Table2Addr) in X86MemUnfoldTable() local
176 for (const X86FoldTableEntry &Entry : Table0) in X86MemUnfoldTable() local
180 for (const X86FoldTableEntry &Entry : Table1) in X86MemUnfoldTable() local
184 for (const X86FoldTableEntry &Entry : Table2) in X86MemUnfoldTable() local
188 for (const X86FoldTableEntry &Entry : Table3) in X86MemUnfoldTable() local
192 for (const X86FoldTableEntry &Entry : Table4) in X86MemUnfoldTable() local
197 for (const X86FoldTableEntry &Entry : BroadcastTable1) in X86MemUnfoldTable() local
201 for (const X86FoldTableEntry &Entry : BroadcastTable2) in X86MemUnfoldTable() local
205 for (const X86FoldTableEntry &Entry : BroadcastTable3) in X86MemUnfoldTable() local
209 for (const X86FoldTableEntry &Entry : BroadcastTable4) in X86MemUnfoldTable() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h71 struct Entry { struct
72 Entry(uint64_t vmaddr, uint64_t fileoff, std::string id) in Entry() argument
79 Entry *FindEntry(llvm::StringRef id); argument
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h22 struct Entry { struct
33 Entry(); argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h30 struct Entry { struct
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
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h39 struct Entry { struct
40 enum class Type {
124 /// Entry::Type corresponding to this definition. argument
193 bool operator==(const Entry &rhs) const { argument
219 llvm::SmallVector<std::vector<Entry>, 1> children_stack; argument
229 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h29 struct Entry { struct
34 dwarf::PubIndexEntryDescriptor Descriptor; argument
38 StringRef Name;
H A DDWARFDebugMacro.h72 struct Entry { global() struct
74 TypeEntry global() argument
75 __anonccf18f7e010aEntry global() argument
99 __anonccf18f7e020aEntry global() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
125 MachineBasicBlock *Entry; member in __anon5f812d3b0111::ReachabilityGraph
194 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks()
202 MachineBasicBlock *Entry; member in __anon5f812d3b0111::LoopBlocks
252 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion()
377 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local
393 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local
404 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
420 for (auto *Entry : Pred->successors()) in makeSingleEntryLoop() local
433 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
[all …]
H A DWebAssemblyCFGSort.cpp168 struct Entry { struct
169 const SortRegion *TheRegion;
170 unsigned NumBlocksLeft;
174 std::vector<MachineBasicBlock *> Deferred;
176 explicit Entry(const SortRegion *R) in Entry() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h47 struct Entry { struct
52 typedef std::list<Entry> EntryCollection; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h118 struct Entry { struct
135 const Entry *TheEntry) in OffloadBinary() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h24 struct Entry { struct
28 Entry(int64_t Coefficient, uint16_t Id) in Entry() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp28 auto &Entry = I.first->second; in getEntryImpl() local
92 for (const auto &Entry : Entries) { in emit() local
112 for (const auto &Entry : Pool) { in emit() local
119 for (const auto &Entry : Entries) in emit() local
H A DDebugLocStream.h40 struct Entry { global() struct
49 CommentOffsetEntry global() argument
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h66 struct Entry { struct
78 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp124 const ReduceEntry &Entry; // Entry field member
337 static bool ImmInRange(MachineInstr *MI, const ReduceEntry &Entry) { in ImmInRange()
352 const ReduceEntry &Entry) { in CheckXWPInstr()
431 for (ReduceEntryVector::const_iterator Entry = Range.first; in ReduceMI() local
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
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp45 auto &Entry = Ref.Entry; in ensureDirectiveTokensArePopulated() local
119 const CachedFileSystemEntry *Entry = CachedPair.first; in getOutOfDateEntries() local
209 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename()
273 if (const auto *Entry = LocalCache.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
276 if (const auto *Entry = Shard.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
287 const auto &Entry = in computeAndStoreResult() local
292 if (const auto *Entry = findSharedEntryByUID(*Stat)) in computeAndStoreResult() local
318 if (const auto *Entry = in getOrCreateFileSystemEntry() local
382 DepScanFile::create(EntryRef Entry) { in create()
H A DInProcessModuleCache.cpp70 auto &Entry = Entries.Map[Filename]; in getLock() local
81 auto &Entry = Entries.Map[Filename]; in getModuleTimestamp() local
94 auto &Entry = Entries.Map[Filename]; in updateModuleTimestamp() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DTableManager.h39 auto &Entry = impl().createEntry(G, Target); in getEntryForTarget() local
61 bool registerPreExistingEntry(Symbol &Target, Symbol &Entry) { in registerPreExistingEntry()
/freebsd/contrib/llvm-project/llvm/lib/Telemetry/
H A DTelemetry.cpp23 Error Manager::dispatch(TelemetryInfo *Entry) { in dispatch()
40 Error Manager::preDispatch(TelemetryInfo *Entry) { return Error::success(); } in preDispatch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp16 auto &Entry = I.first->second; in getEntry() local
27 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp732 for (auto &Entry : Cache) in getNonLocalCallDependency() local
766 NonLocalDepInfo::iterator Entry = in getNonLocalCallDependency() local
909 NonLocalDepInfo::iterator Entry = std::upper_bound( in getNonLocalInfoForBlock() local
994 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local
1004 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local
1065 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local
1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local
1341 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal); in getNonLocalPointerDepFromBB() local
1490 for (auto &Entry : BlockMap) in removeInstruction() local
1581 for (auto &Entry : INLD.first) { in removeInstruction() local
[all …]

12345678910>>...20