| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 85 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() argument 86 : Entry(Entry), Blocks(Blocks) { in ReachabilityGraph() 90 if (MBB != Entry) { in ReachabilityGraph() 124 MachineBasicBlock *Entry; member in __anonba73af260111::ReachabilityGraph 144 if (Succ != Entry && inRegion(Succ)) { in calculate() 154 assert(inRegion(MBB) && Succ != Entry && inRegion(Succ)); in calculate() 155 if (MBB != Entry) { in calculate() 172 assert(!Loopers.count(Entry)); in calculate() 193 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() argument 194 : Entry(Entry), Enterers(Enterers) { in LoopBlocks() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efilink.h | 66 #define _RemoveEntryList(Entry) { \ argument 68 _Flink = (Entry)->Flink; \ 69 _Blink = (Entry)->Blink; \ 75 #define RemoveEntryList(Entry) \ argument 76 _RemoveEntryList(Entry); \ 77 (Entry)->Flink = (LIST_ENTRY *) BAD_POINTER; \ 78 (Entry)->Blink = (LIST_ENTRY *) BAD_POINTER; 80 #define RemoveEntryList(Entry) \ argument 81 _RemoveEntryList(Entry); 92 #define InsertTailList(ListHead,Entry) {\ argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.cpp | 28 auto &Entry = I.first->second; in getEntryImpl() local 30 Entry.Index = EntryTy::NotIndexed; in getEntryImpl() 31 Entry.Offset = NumBytes; in getEntryImpl() 32 Entry.Symbol = ShouldCreateSymbols ? Asm.createTempSymbol(Prefix) : nullptr; in getEntryImpl() 95 for (const auto &Entry : Entries) { in emit() local 96 assert(ShouldCreateSymbols == static_cast<bool>(Entry->getValue().Symbol) && in emit() 101 Asm.OutStreamer->emitLabel(Entry->getValue().Symbol); in emit() 105 Twine(Entry->getValue().Offset)); in emit() 107 StringRef(Entry->getKeyData(), Entry->getKeyLength() + 1)); in emit() 115 for (const auto &Entry : Pool) { in emit() local [all …]
|
| H A D | DbgEntityHistoryCalculator.cpp | 86 Entries.emplace_back(&MI, Entry::DbgValue); in startDbgValue() 98 Entries.emplace_back(&MI, Entry::Clobber); in startClobber() 102 void DbgValueHistoryMap::Entry::endEntry(EntryIndex Index) { in endEntry() 249 for (auto &Entry : HistoryMapEntries) in trimLocationRanges() local 250 if (Entry.isClosed()) in trimLocationRanges() 251 Entry.EndIndex -= Offsets[Entry.EndIndex]; in trimLocationRanges() 261 for (const auto &Entry : Entries) { in hasNonEmptyLocation() local 262 if (!Entry.isDbgValue()) in hasNonEmptyLocation() 265 const MachineInstr *MI = Entry.getInstr(); in hasNonEmptyLocation() 337 auto &Entry = HistMap.getEntry(Var, Index); in clobberRegEntries() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MicroMipsSizeReduction.cpp | 124 const ReduceEntry &Entry; // Entry field member 130 : MI(argMI), Entry(argEntry), NextMII(argNextMII) {} in ReduceEntryFunArgs() 196 static bool ReplaceInstruction(MachineInstr *MI, const ReduceEntry &Entry, 337 static bool ImmInRange(MachineInstr *MI, const ReduceEntry &Entry) { in ImmInRange() argument 341 if (!GetImm(MI, Entry.ImmField(), offset)) in ImmInRange() 344 if (!InRange(offset, Entry.Shift(), Entry.LBound(), Entry.HBound())) in ImmInRange() 352 const ReduceEntry &Entry) { in CheckXWPInstr() argument 368 if (!ImmInRange(MI, Entry)) in CheckXWPInstr() 431 for (ReduceEntryVector::const_iterator Entry = Range.first; in ReduceMI() local 432 Entry != Range.second; ++Entry) { in ReduceMI() [all …]
|
| H A D | MipsOptimizePICCall.cpp | 105 unsigned getCount(ValueType Entry); 109 unsigned getReg(ValueType Entry); 112 void incCntAndSetReg(ValueType Entry, unsigned Reg); 234 ValueType Entry; in visitNode() local 237 if (!isCallViaRegister(*I, Reg, Entry)) in visitNode() 241 unsigned N = getCount(Entry); in visitNode() 248 getCallTargetRegOpnd(*I)->setReg(getReg(Entry)); in visitNode() 256 if (Entry) in visitNode() 257 incCntAndSetReg(Entry, Reg); in visitNode() 302 unsigned OptimizePICCall::getCount(ValueType Entry) { in getCount() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
| H A D | ExecutionUtils.cpp | 86 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugDescriptor() local 87 outsv("[{0,2}] {1:X16} {2:X16} {3,8:D} {4}\n", Idx++, Entry, in dumpDebugDescriptor() 88 reinterpret_cast<const void *>(Entry->symfile_addr), in dumpDebugDescriptor() 89 Entry->symfile_size, Entry->prev_entry); in dumpDebugDescriptor() 96 for (auto *Entry = Descriptor->first_entry; Entry; Entry = Entry->next_entry) in dumpDebugObjects() local 97 Generator->appendDebugObject(Entry->symfile_addr, Entry->symfile_size); in dumpDebugObjects()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 135 const WaitTimeEntry &Entry, in printWaitTimeEntry() argument 148 (double)Entry.CyclesSpentInSchedulerQueue / CumulativeExecutions; in printWaitTimeEntry() 149 AverageTime2 = (double)Entry.CyclesSpentInSQWhileReady / CumulativeExecutions; in printWaitTimeEntry() 151 (double)Entry.CyclesSpentAfterWBAndBeforeRetire / CumulativeExecutions; in printWaitTimeEntry() 158 tryChangeColor(OS, Entry.CyclesSpentInSchedulerQueue, CumulativeExecutions, in printWaitTimeEntry() 163 tryChangeColor(OS, Entry.CyclesSpentInSQWhileReady, CumulativeExecutions, in printWaitTimeEntry() 168 tryChangeColor(OS, Entry.CyclesSpentAfterWBAndBeforeRetire, in printWaitTimeEntry() 217 const TimelineViewEntry &Entry, in printTimelineViewEntry() argument 224 assert(Entry.CycleDispatched >= 0 && "Invalid TimelineViewEntry!"); in printTimelineViewEntry() 225 unsigned CycleDispatched = static_cast<unsigned>(Entry.CycleDispatched); in printTimelineViewEntry() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 185 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, in VerifyPredAndCC() argument 335 if ((is2Addr && Entry.PredCC2 == 0) || in VerifyPredAndCC() 336 (!is2Addr && Entry.PredCC1 == 0)) { in VerifyPredAndCC() 355 } else if ((is2Addr && Entry.PredCC2 == 2) || in VerifyPredAndCC() 356 (!is2Addr && Entry.PredCC1 == 2)) { in VerifyPredAndCC() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 182 const ResourceEntryRef &Entry, StringRef File1, StringRef File2) { in makeDuplicateResourceError() argument 189 if (Entry.checkTypeString()) { in makeDuplicateResourceError() 191 if (!convertUTF16LEToUTF8String(Entry.getTypeString(), UTF8)) in makeDuplicateResourceError() 195 printResourceTypeName(Entry.getTypeID(), OS); in makeDuplicateResourceError() 198 if (Entry.checkNameString()) { in makeDuplicateResourceError() 200 if (!convertUTF16LEToUTF8String(Entry.getNameString(), UTF8)) in makeDuplicateResourceError() 204 OS << "ID " << Entry.getNameID(); in makeDuplicateResourceError() 207 OS << "/language " << Entry.getLanguage() << ", in " << File1 << " and in " in makeDuplicateResourceError() 313 const ResourceEntryRef &Entry) const { in shouldIgnoreDuplicate() 314 return MinGW && !Entry.checkTypeString() && in shouldIgnoreDuplicate() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| H A D | proto-back-monitor.h | 52 Entry *e )); 57 Entry **ep )); 62 Entry **ep )); 68 Entry **ep, 69 Entry **matched )); 72 Entry *e )); 76 Entry *e )); 85 Entry *e, 111 Entry *e )); 117 Entry *e_parent, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumInjectedSources.cpp | 36 const SrcHeaderBlockEntry &Entry; member in llvm::pdb::__anon70d5adbe0111::NativeInjectedSource 41 NativeInjectedSource(const SrcHeaderBlockEntry &Entry, in NativeInjectedSource() argument 43 : Entry(Entry), Strings(Strings), File(File) {} in NativeInjectedSource() 45 uint32_t getCrc32() const override { return Entry.CRC; } in getCrc32() 46 uint64_t getCodeByteSize() const override { return Entry.FileSize; } in getCodeByteSize() 49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName() 55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName() 61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName() 66 uint32_t getCompression() const override { return Entry.Compression; } in getCompression() 71 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | StringMap.h | 56 struct Entry struct 65 Entry **chunks; argument 66 Vector<Entry*> *index; 67 Entry **hashTable; 78 index = new Vector<Entry*>; in StringMap() 79 hashTable = new Entry*[HTABLE_SIZE]; in StringMap() 89 Entry *entry = index->fetch (i); in ~StringMap() 105 Entry *entry = index->fetch (i); in clear() 119 Entry *entry = hashTable[idx]; in put() 147 Entry **new_chunks = new Entry*[nchunks]; in put() [all …]
|
| H A D | CacheMap.h | 56 struct Entry struct 61 Entry () in Entry() argument 71 Entry *getEntry (Key_t key); 76 Entry **chunks; 88 chunks = new Entry*[32]; in CacheMap() 90 chunks[nchunks++] = new Entry[cursize]; in CacheMap() 118 chunks[nchunks++] = new Entry[cursize]; in put() 122 Entry *newchunk = chunks[nchunks - 1]; in put() 127 Entry *oldchunk = chunks[i]; in put() 134 Entry *entry = getEntry (key); in put() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | StringMap.h | 56 struct Entry struct 65 Entry **chunks; argument 66 Vector<Entry*> *index; 67 Entry **hashTable; 78 index = new Vector<Entry*>; in StringMap() 79 hashTable = new Entry*[HTABLE_SIZE]; in StringMap() 89 Entry *entry = index->fetch (i); in ~StringMap() 105 Entry *entry = index->fetch (i); in clear() 119 Entry *entry = hashTable[idx]; in put() 147 Entry **new_chunks = new Entry*[nchunks]; in put() [all …]
|
| H A D | CacheMap.h | 56 struct Entry struct 61 Entry () in Entry() function 71 Entry *getEntry (Key_t key); 76 Entry **chunks; 88 chunks = new Entry*[32]; in CacheMap() 90 chunks[nchunks++] = new Entry[cursize]; in CacheMap() 118 chunks[nchunks++] = new Entry[cursize]; in put() 122 Entry *newchunk = chunks[nchunks - 1]; in put() 127 Entry *oldchunk = chunks[i]; in put() 134 Entry *entry = getEntry (key); in put() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 520 ConstInfoEntry Entry = findInfo(StmtNode); in getInfo() local 522 if (Entry != PropagationMap.end()) in getInfo() 523 return Entry->second; in getInfo() 537 InfoEntry Entry = findInfo(From); in forwardInfo() local 538 if (Entry != PropagationMap.end()) in forwardInfo() 539 insertInfo(To, Entry->second); in forwardInfo() 546 InfoEntry Entry = findInfo(From); in copyInfo() local 547 if (Entry != PropagationMap.end()) { in copyInfo() 548 PropagationInfo& PInfo = Entry->second; in copyInfo() 559 InfoEntry Entry = findInfo(From); in getInfo() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 38 class Entry { 42 Entry() = default; 45 Entry(const Entry &) = default; 46 Entry(Entry &&) = default; 47 Entry &operator=(const Entry &) = default; 48 Entry &operator=(Entry &&) = default; 49 ~Entry() = default; 116 class Entry final : public DWARFAcceleratorTable::Entry { 119 Entry(const HeaderData &Data); 120 Entry() = default; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | InstrumentationMap.cpp | 175 auto &Entry = Sleds.back(); in loadObj() local 179 Entry.Address = RelocateOrElse(AddrOff, Extractor.getU32(&OffsetPtr)); in loadObj() 181 Entry.Address = RelocateOrElse(AddrOff, Extractor.getU64(&OffsetPtr)); in loadObj() 184 Entry.Function = RelocateOrElse(FuncOff, Extractor.getU32(&OffsetPtr)); in loadObj() 186 Entry.Function = RelocateOrElse(FuncOff, Extractor.getU64(&OffsetPtr)); in loadObj() 196 Entry.Kind = Kinds[Kind]; in loadObj() 197 Entry.AlwaysInstrument = Extractor.getU8(&OffsetPtr) != 0; in loadObj() 198 Entry.Version = Extractor.getU8(&OffsetPtr); in loadObj() 199 if (Entry.Version >= 2) { in loadObj() 200 Entry.Address += C - Contents.bytes_begin() + Address; in loadObj() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 279 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote() local 280 if (!Entry.isFile() || Invalid) in AddLineNote() 283 const SrcMgr::FileInfo &FileInfo = Entry.getFile(); in AddLineNote() 392 ContentCache *&Entry = FileInfos[FileEnt]; in getOrCreateContentCache() local 393 if (Entry) in getOrCreateContentCache() 394 return *Entry; in getOrCreateContentCache() 397 Entry = ContentCacheAlloc.Allocate<ContentCache>(); in getOrCreateContentCache() 405 new (Entry) ContentCache(FileEnt); in getOrCreateContentCache() 407 new (Entry) ContentCache(OverridenFilesKeepOriginalName ? FileEnt in getOrCreateContentCache() 411 new (Entry) ContentCache(FileEnt); in getOrCreateContentCache() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 28 TargetLowering::ArgListEntry Entry; in EmitTargetCodeForMemcpy() local 29 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemcpy() 30 Entry.Node = Dst; Args.push_back(Entry); in EmitTargetCodeForMemcpy() 31 Entry.Node = Src; Args.push_back(Entry); in EmitTargetCodeForMemcpy() 32 Entry.Node = Size; Args.push_back(Entry); in EmitTargetCodeForMemcpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ArrayRecycler.h | 46 FreeList *Entry = Bucket[Idx]; in pop() local 47 if (!Entry) in pop() 49 __asan_unpoison_memory_region(Entry, Capacity::get(Idx).getSize()); in pop() 50 Bucket[Idx] = Entry->Next; in pop() 51 __msan_allocated_memory(Entry, Capacity::get(Idx).getSize()); in pop() 52 return reinterpret_cast<T*>(Entry); in pop() 58 FreeList *Entry = reinterpret_cast<FreeList*>(Ptr); in push() local 61 Entry->Next = Bucket[Idx]; in push() 62 Bucket[Idx] = Entry; in push()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 209 for (const auto &Entry : DebugRanges.Entries) { in emitDebugRanges() local 210 if (Error Err = writeVariableSizedInteger(Entry.LowOffset, AddrSize, OS, in emitDebugRanges() 216 cantFail(writeVariableSizedInteger(Entry.HighOffset, AddrSize, OS, in emitDebugRanges() 232 for (const auto &Entry : Sect.Entries) { in emitPubSection() local 233 writeInteger((uint32_t)Entry.DieOffset, OS, IsLittleEndian); in emitPubSection() 235 writeInteger((uint8_t)Entry.Descriptor, OS, IsLittleEndian); in emitPubSection() 236 OS.write(Entry.Name.data(), Entry.Name.size()); in emitPubSection() 267 const DWARFYAML::Entry &Entry, in writeDIE() argument 270 encodeULEB128(Entry.AbbrCode, OS); in writeDIE() 271 uint32_t AbbrCode = Entry.AbbrCode; in writeDIE() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 217 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD, in getArithmeticInstrCost() local 219 return LT.first * Entry->Cost; in getArithmeticInstrCost() 265 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local 267 return LT.first * Entry->Cost; in getArithmeticInstrCost() 327 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local 329 return LT.first * Entry->Cost; in getArithmeticInstrCost() 349 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local 351 return LT.first * Entry->Cost; in getArithmeticInstrCost() 369 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 371 return LT.first * Entry->Cost; in getArithmeticInstrCost() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | proto-wt.h | 37 int wt_id2entry_add(Operation *op, WT_SESSION *session, Entry *e ); 38 int wt_id2entry_update(Operation *op, WT_SESSION *session, Entry *e ); 39 int wt_id2entry_delete(Operation *op, WT_SESSION *session, Entry *e ); 44 int wt_entry_return(Entry *e); 45 int wt_entry_release(Operation *op, Entry *e, int rw); 60 int wt_index_entry LDAP_P(( Operation *op, wt_ctx *wc, int r, Entry *e )); 98 Entry *e, 124 Entry *e); 138 Entry **ep ); 143 Entry **ep );
|