Searched refs:Entry (Results 26 - 50 of 500) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h59 const DirectoryEntry &getDirEntry() const { return *Entry->getValue(); }
61 StringRef getName() const { return Entry->getKey(); }
67 llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>> *Entry)
68 : Entry(Entry) {}
70 const llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>> *Entry; member in class:clang::DirectoryEntryRef
133 FileEntryRef(StringRef Name, const FileEntry &Entry) argument
134 : Name(Name), Entry(&Entry) {}
138 bool isValid() const { return Entry
66 DirectoryEntryRef( llvm::StringMapEntry<llvm::ErrorOr<DirectoryEntry &>> *Entry) argument
161 const FileEntry *Entry; member in class:clang::FileEntryRef
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h45 class Entry { class in class:llvm::DWARFUnitIndex
75 std::unique_ptr<Entry[]> Rows;
76 mutable std::vector<Entry *> OffsetLookup;
91 const Entry *getFromOffset(uint32_t Offset) const;
92 const Entry *getFromHash(uint64_t Offset) const;
98 ArrayRef<Entry> getRows() const {
H A DDWARFDebugPubTable.h26 struct Entry { struct in class:llvm::DWARFDebugPubTable
59 std::vector<Entry> Entries;
H A DDWARFAcceleratorTable.h38 class Entry { class in class:llvm::DWARFAcceleratorTable
42 Entry() = default;
45 Entry(const Entry &) = default;
46 Entry(Entry &&) = default;
47 Entry &operator=(const Entry &) = default;
48 Entry &operator=(Entry
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp133 const WaitTimeEntry &Entry,
146 (double)Entry.CyclesSpentInSchedulerQueue / CumulativeExecutions;
147 AverageTime2 = (double)Entry.CyclesSpentInSQWhileReady / CumulativeExecutions;
149 (double)Entry.CyclesSpentAfterWBAndBeforeRetire / CumulativeExecutions;
156 tryChangeColor(OS, Entry.CyclesSpentInSchedulerQueue, CumulativeExecutions,
161 tryChangeColor(OS, Entry.CyclesSpentInSQWhileReady, CumulativeExecutions,
166 tryChangeColor(OS, Entry.CyclesSpentAfterWBAndBeforeRetire,
228 const TimelineViewEntry &Entry,
235 assert(Entry.CycleDispatched >= 0 && "Invalid TimelineViewEntry!");
236 unsigned CycleDispatched = static_cast<unsigned>(Entry
132 printWaitTimeEntry(formatted_raw_ostream &OS, const WaitTimeEntry &Entry, unsigned SourceIndex, unsigned Executions) const argument
227 printTimelineViewEntry(formatted_raw_ostream &OS, const TimelineViewEntry &Entry, unsigned Iteration, unsigned SourceIndex) const argument
303 const TimelineViewEntry &Entry = Timeline[IID]; local
[all...]
H A DDispatchStatistics.cpp40 for (const std::pair<const unsigned, unsigned> &Entry :
42 double Percentage = ((double)Entry.second / NumCycles) * 100.0;
43 TempStream << " " << Entry.first << ", " << Entry.second
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h132 typedef Range<B, S> Entry; typedef in class:lldb_private::RangeArray
133 typedef llvm::SmallVector<Entry, N> Collection;
139 void Append(const Entry &entry) { m_entries.push_back(entry); }
179 // First we determine if we can combine any of the Entry objects so we
243 const Entry *GetEntryAtIndex(size_t i) const {
249 const Entry &GetEntryRef(size_t i) const { return m_entries[i]; }
251 Entry *Back() { return (m_entries.empty() ? nullptr : &m_entries.back()); }
253 const Entry *Back() const {
257 static bool BaseLessThan(const Entry &lhs, const Entry
336 typedef Range<B, S> Entry; typedef in class:lldb_private::RangeVector
609 typedef RangeData<B, S, T> Entry; typedef in class:lldb_private::RangeDataVector
842 typedef AddressData<B, T> Entry; typedef in class:lldb_private::AddressDataArray
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp47 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); local
48 if (!Entry.second)
49 return Entry.first->second;
60 Entry.first->second = Offset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp104 /// instruction and load the function address from object Entry.
105 unsigned getCount(ValueType Entry);
108 /// that loads from object Entry.
109 unsigned getReg(ValueType Entry);
112 void incCntAndSetReg(ValueType Entry, unsigned Reg);
235 ValueType Entry; local
238 if (!isCallViaRegister(*I, Reg, Entry))
242 unsigned N = getCount(Entry);
249 getCallTargetRegOpnd(*I)->setReg(getReg(Entry));
257 if (Entry)
303 getCount(ValueType Entry) argument
307 getReg(ValueType Entry) argument
313 incCntAndSetReg(ValueType Entry, unsigned Reg) argument
[all...]
H A DMicroMipsSizeReduction.cpp124 const ReduceEntry &Entry; // Entry field member in struct:__anon2316::ReduceEntryFunArgs
130 : MI(argMI), Entry(argEntry), NextMII(argNextMII) {}
196 static bool ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry,
337 static bool ImmInRange(MachineInstr *MI, const ReduceEntry &Entry) { argument
341 if (!GetImm(MI, Entry.ImmField(), offset))
344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound()))
352 const ReduceEntry &Entry) {
351 CheckXWPInstr(MachineInstr *MI, bool ReduceToLwp, const ReduceEntry &Entry) argument
443 const ReduceEntry &Entry = Arguments->Entry; local
456 const ReduceEntry &Entry = Arguments->Entry; local
498 const ReduceEntry &Entry = Arguments->Entry; local
512 const ReduceEntry &Entry = Arguments->Entry; local
526 const ReduceEntry &Entry = Arguments->Entry; local
544 const ReduceEntry &Entry = Arguments->Entry; local
559 const ReduceEntry &Entry = Arguments->Entry; local
613 const ReduceEntry &Entry = Arguments->Entry; local
657 const ReduceEntry &Entry = Arguments->Entry; local
693 ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry, MachineInstr *MI2, bool ConsecutiveForward) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatCache.h22 struct Entry { struct in class:lldb_private::FormatCache
33 Entry();
48 typedef std::map<ConstString, Entry> CacheMap;
55 Entry &GetEntry(ConstString type);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h116 static void mapping(IO &IO, xray::YAMLXRaySledEntry &Entry) { argument
117 IO.mapRequired("id", Entry.FuncId);
118 IO.mapRequired("address", Entry.Address);
119 IO.mapRequired("function", Entry.Function);
120 IO.mapRequired("kind", Entry.Kind);
121 IO.mapRequired("always-instrument", Entry.AlwaysInstrument);
122 IO.mapOptional("function-name", Entry.FunctionName);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h38 struct Entry { struct in class:llvm::GlobalsMetadata
44 Entry() = default;
54 Entry get(GlobalVariable *G) const {
56 return (Pos != Entries.end()) ? Pos->second : Entry();
71 DenseMap<GlobalVariable *, Entry> Entries;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h24 struct Entry;
40 virtual void onStartDIE(Unit &CU, Entry &DIE) {}
41 virtual void onEndDIE(Unit &CU, Entry &DIE) {}
49 virtual void onStartDIE(const Unit &CU, const Entry &DIE) {}
50 virtual void onEndDIE(const Unit &CU, const Entry &DIE) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp185 bool VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry,
190 const ReduceEntry &Entry);
193 const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop);
198 const ReduceEntry &Entry, bool LiveCPSR,
204 const ReduceEntry &Entry, bool LiveCPSR,
332 Thumb2SizeReduce::VerifyPredAndCC(MachineInstr *MI, const ReduceEntry &Entry, argument
335 if ((is2Addr && Entry.PredCC2 == 0) ||
336 (!is2Addr && Entry.PredCC1 == 0)) {
355 } else if ((is2Addr && Entry.PredCC2 == 2) ||
356 (!is2Addr && Entry
404 ReduceLoadStore(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry) argument
622 ReduceSpecial(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
735 ReduceTo2Addr(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
850 ReduceToNarrow(MachineBasicBlock &MBB, MachineInstr *MI, const ReduceEntry &Entry, bool LiveCPSR, bool IsSelfLoop) argument
1010 const ReduceEntry &Entry = ReduceTable[OPI->second]; local
[all...]
H A DARMSelectionDAGInfo.cpp75 TargetLowering::ArgListEntry Entry; local
76 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
77 Entry.Node = Dst;
78 Args.push_back(Entry);
80 Entry.Node = Size;
81 Args.push_back(Entry);
86 Entry.Node = Size;
87 Args.push_back(Entry);
95 Entry.Node = Src;
96 Entry
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp68 Entries.emplace_back(&MI, Entry::DbgValue);
80 Entries.emplace_back(&MI, Entry::Clobber);
84 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) {
145 auto &Entry = HistMap.getEntry(Var, Index); local
146 assert(Entry.isDbgValue() && "Not a DBG_VALUE in LiveEntries");
147 if (isDescribedByReg(*Entry.getInstr()) == RegNo) {
149 Entry.endEntry(ClobberIndex);
172 auto &Entry = HistMap.getEntry(Var, Index); local
173 assert(Entry.isDbgValue() && "Not a DBG_VALUE in LiveEntries");
174 const MachineInstr &DV = *Entry
360 const auto &Entry = E.value(); local
[all...]
H A DARMException.cpp101 int Entry = 0; local
106 Entry = TypeInfos.size();
111 Asm->OutStreamer->AddComment("TypeInfo " + Twine(Entry--));
121 Entry = 0;
127 --Entry;
129 Asm->OutStreamer->AddComment("FilterInfo " + Twine(Entry));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp70 FileChecksumEntry Entry; local
74 Entry.Checksum = makeArrayRef(Copy, Bytes.size());
77 Entry.FileNameOffset = Strings.insert(FileName);
78 Entry.Kind = Kind;
79 Checksums.push_back(Entry);
83 OffsetMap[Entry.FileNameOffset] = SerializedSize;
H A DDebugInlineeLinesSubsection.cpp110 auto &Entry = Entries.back(); local
111 Entry.ExtraFiles.push_back(ulittle32_t(Offset));
121 auto &Entry = Entries.back(); local
122 Entry.Header.FileID = Offset;
123 Entry.Header.SourceLineNum = SourceLine;
124 Entry.Header.Inlinee = FuncId;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp30 for (const ConstantPoolEntry &Entry : Entries) {
31 Streamer.EmitCodeAlignment(Entry.Size); // align naturally
32 Streamer.EmitLabel(Entry.Label);
33 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp83 { n, nullptr, FormatEntity::Entry::Type::t, 0, 0, nullptr, false }
85 { n, nullptr, FormatEntity::Entry::Type::t, v, 0, nullptr, false }
88 n, nullptr, FormatEntity::Entry::Type::t, 0, \
93 n, nullptr, FormatEntity::Entry::Type::t, 0, \
97 { n, s, FormatEntity::Entry::Type::EscapeCode, 0, 0, nullptr, false }
98 static FormatEntity::Entry::Definition g_string_entry[] = {
101 static FormatEntity::Entry::Definition g_addr_entries[] = {
107 static FormatEntity::Entry::Definition g_file_child_entries[] = {
112 static FormatEntity::Entry::Definition g_frame_child_entries[] = {
123 static FormatEntity::Entry
268 FormatEntity::Entry::Entry(llvm::StringRef s) function in class:FormatEntity::Entry
273 FormatEntity::Entry::Entry(char ch) function in class:FormatEntity::Entry
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h22 typedef RangeToDIE::Entry Range;
23 typedef std::vector<RangeToDIE::Entry> RangeColl;
H A DDWARFDebugAranges.cpp52 m_aranges.Append(RangeToDIE::Entry(descriptor.address,
67 const RangeToDIE::Entry *entry = m_aranges.GetEntryAtIndex(i);
77 m_aranges.Append(RangeToDIE::Entry(low_pc, high_pc - low_pc, offset));
91 const RangeToDIE::Entry *entry = m_aranges.FindEntryThatContains(address);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h42 struct Entry { struct in class:lldb_private::CommandObjectRegexCommand
47 typedef std::list<Entry> EntryCollection;

Completed in 418 milliseconds

1234567891011>>