Home
last modified time | relevance | path

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

12345678910>>...19

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineTable.h209 struct Entry { struct
210 Entry() in Entry() argument
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
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp359 if (const auto *Entry = in getArithmeticInstrCost() local
395 if (const auto *Entry = in getArithmeticInstrCost() local
436 if (const auto *Entry = in getArithmeticInstrCost() local
479 if (const auto *Entry = in getArithmeticInstrCost() local
510 if (const auto *Entry = in getArithmeticInstrCost() local
528 if (const auto *Entry = in getArithmeticInstrCost() local
551 if (const auto *Entry = in getArithmeticInstrCost() local
574 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
596 if (const auto *Entry = CostTableLookup(AVXConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
606 if (const auto *Entry = in getArithmeticInstrCost() local
[all …]
H A DX86InstrFoldTables.cpp6128 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local
6132 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local
6136 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local
6140 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local
6144 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local
6148 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local
6153 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable2) in X86MemUnfoldTable() local
6157 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3) in X86MemUnfoldTable() local
/openbsd-src/gnu/llvm/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() function
79 Entry *FindEntry(llvm::StringRef id); argument
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatCache.h22 struct Entry { struct
33 Entry(); argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h25 struct Entry { struct
27 Entry(dw_tag_t t, const char *n) : tag(t), name(n) {} in Entry() function
29 bool NameMatches(const Entry &rhs) const { in NameMatches() argument
47 m_entries.push_back(Entry(tag, name)); in AppendDeclContext() argument
/openbsd-src/gnu/llvm/clang/tools/diagtool/
H A DListWarnings.cpp29 struct Entry { struct
30 llvm::StringRef DiagName;
31 llvm::StringRef Flag;
33 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() function
36 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h40 struct Entry { struct
41 enum class Type {
111 /// Entry::Type corresponding to this definition. argument
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
209 static 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() argument
35 typedef std::vector<Entry> collection; argument
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp86 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph()
125 MachineBasicBlock *Entry; member in __anon177248720111::ReachabilityGraph
194 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks()
202 MachineBasicBlock *Entry; member in __anon177248720111::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.cpp170 struct Entry { struct
171 const SortRegion *TheRegion;
172 unsigned NumBlocksLeft;
176 std::vector<MachineBasicBlock *> Deferred;
178 explicit Entry(const SortRegion *R) in Entry() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DOffloadBinary.h114 struct Entry { struct
131 const Entry *TheEntry) in OffloadBinary() argument
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp45 const CachedFileSystemEntry &Entry, StringRef Filename, bool Disable) { in scanForDirectivesIfNecessary()
157 const CachedFileSystemEntry &Entry) { in getOrInsertEntryForFilename()
205 if (const auto *Entry = LocalCache.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
208 if (const auto *Entry = Shard.findEntryByFilename(Filename)) in findEntryByFilenameWithWriteThrough() local
219 const auto &Entry = in computeAndStoreResult() local
224 if (const auto *Entry = findSharedEntryByUID(*Stat)) in computeAndStoreResult() local
244 if (const auto *Entry = findEntryByFilenameWithWriteThrough(Filename)) in getOrCreateFileSystemEntry() local
297 DepScanFile::create(EntryRef Entry) { in create()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h28 struct Entry { struct
33 dwarf::PubIndexEntryDescriptor Descriptor; argument
37 StringRef Name;
H A DDWARFDebugMacro.h72 struct Entry { struct
74 uint32_t Type;
75 union {
99 SmallVector<Entry, 4> Macros; argument
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h70 struct Entry { struct
80 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectRegexCommand.h47 struct Entry { struct
52 typedef std::list<Entry> EntryCollection; argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp28 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 DDebugLocStream.h40 struct Entry { struct
49 SmallVector<Entry, 32> Entries; argument
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTargetParser.cpp141 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchNameAMDGCN() local
147 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchNameR600() local
171 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchAttrAMDGCN() local
177 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchAttrR600() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp735 for (auto &Entry : Cache) in getNonLocalCallDependency() local
769 NonLocalDepInfo::iterator Entry = in getNonLocalCallDependency() local
912 NonLocalDepInfo::iterator Entry = std::upper_bound( in getNonLocalInfoForBlock() local
997 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local
1007 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local
1082 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local
1106 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local
1365 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal); in getNonLocalPointerDepFromBB() local
1512 for (auto &Entry : BlockMap) in removeInstruction() local
1603 for (auto &Entry : INLD.first) { in removeInstruction() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp279 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() local
392 ContentCache *&Entry = FileInfos[FileEnt]; in getOrCreateContentCache() local
425 ContentCache *Entry = ContentCacheAlloc.Allocate<ContentCache>(); in createMemBufferContentCache() local
734 if (const SrcMgr::SLocEntry *Entry = getSLocEntryForFile(FID)) in getNonBuiltinFilenameForID() local
749 if (const SrcMgr::SLocEntry *Entry = getSLocEntryForFile(FID)) in getBufferDataIfLoaded() local
755 if (const SrcMgr::SLocEntry *Entry = getSLocEntryForFile(FID)) in getBufferDataOrNone() local
1167 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid); in getCharacterData() local
1364 const SLocEntry &Entry = getSLocEntry(FID, &MyInvalid); in getLineNumber() local
1492 const LineEntry *Entry = in getFileCharacteristic() local
1530 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in getPresumedLoc() local
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h226 const CachedFileSystemEntry &Entry) { in insertEntryForFilename()
241 const CachedFileSystemEntry &Entry; variable
244 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef()
356 const CachedFileSystemEntry &Entry) { in insertLocalEntryForFilename()
374 const CachedFileSystemEntry &Entry) { in getOrInsertSharedEntryForFilename()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp530 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() local
552 if (const auto *Entry = in getCastInstrCost() local
564 if (const auto *Entry = in getCastInstrCost() local
581 if (const auto *Entry = in getCastInstrCost() local
592 if (const auto *Entry = in getCastInstrCost() local
619 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() local
639 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() local
730 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() local
760 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() local
791 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() local
[all …]

12345678910>>...19