| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | LineTable.h | 203 struct Entry { struct 204 Entry() in Entry() function 210 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() argument 236 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument 267 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument 273 lldb::addr_t file_addr; 298 struct EntrySearchInfo { argument 301 Entry *a_entry; argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86TargetTransformInfo.cpp | 193 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD, in getArithmeticInstrCost() local 242 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local 298 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local 311 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local 326 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 344 if (const auto *Entry = in getArithmeticInstrCost() local 363 if (const auto *Entry = in getArithmeticInstrCost() local 378 if (const auto *Entry = in getArithmeticInstrCost() local 401 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 445 if (const auto *Entry = CostTableLookup(SSE2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local [all …]
|
| HD | X86InstrFoldTables.cpp | 5612 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local 5616 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local 5620 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local 5624 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local 5628 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local 5632 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local 5637 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable2) in X86MemUnfoldTable() local 5641 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3) in X86MemUnfoldTable() local
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDeclContext.h | 25 struct Entry { struct 26 Entry() : tag(llvm::dwarf::DW_TAG_null), name(nullptr) {} in Entry() argument 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
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| HD | FormatCache.h | 22 struct Entry { struct 33 Entry(); argument
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | FormatEntity.h | 39 struct Entry { struct 40 enum class Type { 107 Entry::Type type; argument 129 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument 146 bool operator==(const Entry &rhs) const { argument 172 std::vector<Entry> children; argument 180 static bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
|
| HD | UniqueCStringMap.h | 28 struct Entry { struct 29 Entry(ConstString cstr, const T &v) : cstring(cstr), value(v) {} in Entry() argument 39 m_map.push_back(typename UniqueCStringMap<T>::Entry(unique_cstr, value)); in Append() argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | DWARFDebugMacro.h | 22 struct Entry { struct 42 using MacroList = SmallVector<Entry, 4>; argument
|
| HD | DWARFDebugPubTable.h | 26 struct Entry { struct 31 dwarf::PubIndexEntryDescriptor Descriptor; argument 35 StringRef Name;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | TimeProfiler.cpp | 35 struct Entry { struct 36 const TimePointType Start; 37 TimePointType End; 38 const std::string Name; 39 const std::string Detail; 41 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt) in Entry() argument 48 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() 54 steady_clock::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()
|
| HD | TargetParser.cpp | 123 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchNameAMDGCN() local 129 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchNameR600() local 153 if (const auto *Entry = getArchEntry(AK, AMDGCNGPUs)) in getArchAttrAMDGCN() local 159 if (const auto *Entry = getArchEntry(AK, R600GPUs)) in getArchAttrR600() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| HD | AddressSanitizer.h | 38 struct Entry { struct 44 Entry() = default; argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyFixIrreducibleControlFlow.cpp | 74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 113 MachineBasicBlock *Entry; member in __anon9044a6320111::ReachabilityGraph 182 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() 190 MachineBasicBlock *Entry; member in __anon9044a6320111::LoopBlocks 242 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 368 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local 384 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local 395 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local 410 for (auto *Entry : Pred->successors()) in makeSingleEntryLoop() local 421 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
|
| HD | WebAssemblyCFGSort.cpp | 224 struct Entry { struct 225 const Region *TheRegion; 226 unsigned NumBlocksLeft; 230 std::vector<MachineBasicBlock *> Deferred; 232 explicit Entry(const class Region *R) in Entry() argument
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| HD | CommandObjectRegexCommand.h | 42 struct Entry { struct 47 typedef std::list<Entry> EntryCollection; argument
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | HeaderSearchOptions.h | 69 struct Entry { struct 79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfStringPool.cpp | 29 auto &Entry = I.first->second; in getEntryImpl() local 97 for (const auto &Entry : Entries) { in emit() local 117 for (const auto &Entry : Pool) { in emit() local 124 for (const auto &Entry : Entries) in emit() local
|
| HD | DebugLocStream.h | 40 struct Entry { struct 49 SmallVector<Entry, 32> Entries; argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMTargetTransformInfo.cpp | 169 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() local 195 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() local 208 if (const auto *Entry = in getCastInstrCost() local 294 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() local 324 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() local 355 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() local 380 if (const auto *Entry = ConvertCostTableLookup(MVEVectorConversionTbl, in getCastInstrCost() local 399 if (const auto *Entry = ConvertCostTableLookup(ARMIntegerConversionTbl, ISD, in getCastInstrCost() local 462 if (const auto *Entry = ConvertCostTableLookup(NEONVectorSelectTbl, ISD, in getCmpSelInstrCost() local 595 if (const auto *Entry = in getShuffleCost() local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | 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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | NonRelocatableStringpool.cpp | 20 auto &Entry = I.first->second; in getEntry() local 31 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | MemoryDependenceAnalysis.cpp | 808 for (auto &Entry : Cache) in getNonLocalCallDependency() local 846 NonLocalDepInfo::iterator Entry = in getNonLocalCallDependency() local 984 NonLocalDepInfo::iterator Entry = std::upper_bound( in GetNonLocalInfoForBlock() local 1058 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1068 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1137 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1157 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1404 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal); in getNonLocalPointerDepFromBB() local 1548 for (auto &Entry : BlockMap) in removeInstruction() local 1629 for (auto &Entry : INLD.first) { in removeInstruction() local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | FileManager.h | 67 llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>> *Entry) in DirectoryEntryRef() 70 const llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>> *Entry; variable 133 FileEntryRef(StringRef Name, const FileEntry &Entry) in FileEntryRef() 161 const FileEntry *Entry; variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | UniqueVector.h | 40 unsigned insert(const T &Entry) { in insert() 57 unsigned idFor(const T &Entry) const { in idFor()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | Consumed.cpp | 520 ConstInfoEntry Entry = findInfo(StmtNode); in getInfo() local 537 InfoEntry Entry = findInfo(From); in forwardInfo() local 546 InfoEntry Entry = findInfo(From); in copyInfo() local 559 InfoEntry Entry = findInfo(From); in getInfo() local 569 InfoEntry Entry = findInfo(To); in setInfo() local 626 InfoEntry Entry = findInfo(Call->getArg(Index)); in handleCall() local 661 InfoEntry Entry = findInfo(ObjArg); in handleCall() local 763 InfoEntry Entry = findInfo(Temp->getSubExpr()); in VisitCXXBindTemporaryExpr() local 880 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt() local 897 InfoEntry Entry = findInfo(UOp->getSubExpr()); in VisitUnaryOperator() local [all …]
|