/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 209 struct Entry { struct 210 Entry() in Entry() function 215 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() argument 241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument 274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument 280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS; 306 struct EntrySearchInfo { argument 309 Entry *a_entry; argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 387 if (const auto *Entry = in getArithmeticInstrCost() local 412 if (const auto *Entry = in getArithmeticInstrCost() local 448 if (const auto *Entry = in getArithmeticInstrCost() local 489 if (const auto *Entry = in getArithmeticInstrCost() local 532 if (const auto *Entry = in getArithmeticInstrCost() local 563 if (const auto *Entry = in getArithmeticInstrCost() local 581 if (const auto *Entry = in getArithmeticInstrCost() local 604 if (const auto *Entry = in getArithmeticInstrCost() local 627 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 649 if (const auto *Entry = CostTableLookup(AVXConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local [all …]
|
H A D | X86InstrFoldTables.cpp | 172 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 D | ObjectContainerMachOFileset.h | 71 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 D | FormatCache.h | 22 struct Entry { struct 33 Entry(); argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDeclContext.h | 30 struct Entry { struct 32 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() argument 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 D | FormatEntity.h | 111 const Entry::Type type; argument 40 struct Entry { global() struct 41 TypeEntry global() argument 162 AppendEntryEntry AppendEntry() argument 178 ClearEntry global() argument 202 childrenEntry global() argument 209 derefEntry global() argument [all...] |
H A D | Progress.h | 174 struct Entry { struct 186 llvm::StringMap<Entry> m_entries; argument
|
H A D | UniqueCStringMap.h | 28 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/lldb/include/lldb/Host/ |
H A D | Alarm.h | 75 struct Entry { struct 80 Entry(Callback callback, TimePoint expiration); argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 28 struct Entry { struct 33 dwarf::PubIndexEntryDescriptor Descriptor; argument 37 StringRef Name;
|
H A D | DWARFDebugMacro.h | 72 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 D | WebAssemblyFixIrreducibleControlFlow.cpp | 86 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 D | WebAssemblyCFGSort.cpp | 170 struct Entry { struct 171 const SortRegion *TheRegion; 172 unsigned NumBlocksLeft; 176 std::vector<MachineBasicBlock *> Deferred; 178 explicit Entry(const SortRegion *R) in Entry() argument
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectRegexCommand.h | 47 struct Entry { struct 52 typedef std::list<Entry> EntryCollection; argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | OffloadBinary.h | 114 struct Entry { global() struct 131 ImageSizeEntry OffloadBinary() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 24 struct Entry { struct 28 Entry(int64_t Coefficient, uint16_t Id) in Entry() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.cpp | 28 auto &Entry = I.first->second; in getEntryImpl() local 95 for (const auto &Entry : Entries) { in emit() local 115 for (const auto &Entry : Pool) { in emit() local 122 for (const auto &Entry : Entries) in emit() local
|
H A D | DebugLocStream.h | 40 struct Entry { global() struct 49 CommentOffsetEntry global() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 69 struct Entry { struct 81 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 124 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/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | TableManager.h | 39 auto &Entry = impl().createEntry(G, Target); in getEntryForTarget() local 61 bool registerPreExistingEntry(Symbol &Target, Symbol &Entry) { in registerPreExistingEntry()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 46 auto &Entry = Ref.Entry; in ensureDirectiveTokensArePopulated() local 166 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename() 233 if (const auto *Entry = LocalCache.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local 236 if (const auto *Entry = Shard.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local 249 const auto &Entry = in computeAndStoreResult() local 254 if (const auto *Entry = findSharedEntryByUID(*Stat)) in computeAndStoreResult() local 280 if (const auto *Entry = in getOrCreateFileSystemEntry() local 344 DepScanFile::create(EntryRef Entry) { in create()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | NonRelocatableStringpool.cpp | 16 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 D | MemoryDependenceAnalysis.cpp | 769 for (auto &Entry : Cache) in getNonLocalCallDependency() local 803 NonLocalDepInfo::iterator Entry = in getNonLocalCallDependency() local 946 NonLocalDepInfo::iterator Entry = std::upper_bound( in getNonLocalInfoForBlock() local 1031 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1041 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1117 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1141 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1400 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal); in getNonLocalPointerDepFromBB() local 1549 for (auto &Entry : BlockMap) in removeInstruction() local 1640 for (auto &Entry : INLD.first) { in removeInstruction() local [all …]
|