/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 265 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local 327 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local 349 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local 369 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 396 if (const auto *Entry = in getArithmeticInstrCost() local 415 if (const auto *Entry = in getArithmeticInstrCost() local 438 if (const auto *Entry = in getArithmeticInstrCost() local 461 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 505 if (const auto *Entry = CostTableLookup(SSE2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local [all …]
|
H A D | X86InstrFoldTables.cpp | 5636 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local 5640 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local 5644 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local 5648 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local 5652 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local 5656 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local 5661 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable2) in X86MemUnfoldTable() local 5665 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3) in X86MemUnfoldTable() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
H A D | ListWarnings.cpp | 29 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 <()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/ |
H A D | registry.d | 81 struct Entry struct 87 __gshared Entry[] entries; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 27 struct Entry { struct 32 dwarf::PubIndexEntryDescriptor Descriptor; argument 36 StringRef Name;
|
H A D | DWARFDebugMacro.h | 70 struct Entry { struct 72 uint32_t Type; 73 union { 97 SmallVector<Entry, 4> Macros; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizer.h | 39 struct Entry { struct 45 Entry() = default; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 85 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 124 MachineBasicBlock *Entry; member in __anonba73af260111::ReachabilityGraph 193 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() 201 MachineBasicBlock *Entry; member in __anonba73af260111::LoopBlocks 253 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 378 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local 394 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local 405 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local 421 for (auto *Entry : Pred->successors()) in makeSingleEntryLoop() local 434 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
|
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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 69 struct Entry { struct 79 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | CacheMap.h | 56 struct Entry struct 61 Entry () in Entry() argument
|
H A D | IntervalMap.h | 49 struct Entry struct 59 Entry **chunks; argument
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | CacheMap.h | 56 struct Entry struct 61 Entry () in Entry() argument
|
H A D | IntervalMap.h | 49 struct Entry struct 59 Entry **chunks; argument
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efilink.h | 66 #define _RemoveEntryList(Entry) { \ argument 75 #define RemoveEntryList(Entry) \ argument 80 #define RemoveEntryList(Entry) \ argument 92 #define InsertTailList(ListHead,Entry) {\ argument 110 #define InsertHeadList(ListHead,Entry) {\ argument
|
/netbsd-src/external/apache2/llvm/dist/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 { struct 49 SmallVector<Entry, 32> Entries; argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 49 struct Entry { struct 50 const TimePointType Start; 51 TimePointType End; 52 const std::string Name; 53 const std::string Detail; 55 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt) in Entry() function 62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() 68 steady_clock::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()
|
/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | profilegc.d | 25 struct Entry { ulong count, size; } struct
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 454 if (const auto *Entry = ConvertCostTableLookup( in getCastInstrCost() local 476 if (const auto *Entry = in getCastInstrCost() local 488 if (const auto *Entry = in getCastInstrCost() local 505 if (const auto *Entry = in getCastInstrCost() local 516 if (const auto *Entry = in getCastInstrCost() local 543 if (auto *Entry = ConvertCostTableLookup(NEONDoubleWidthTbl, UserISD, in getCastInstrCost() local 563 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() local 654 if (const auto *Entry = ConvertCostTableLookup(NEONVectorConversionTbl, ISD, in getCastInstrCost() local 684 if (const auto *Entry = ConvertCostTableLookup(NEONFloatConversionTbl, ISD, in getCastInstrCost() local 715 if (const auto *Entry = ConvertCostTableLookup(NEONIntegerConversionTbl, in getCastInstrCost() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | NonRelocatableStringpool.cpp | 20 auto &Entry = I.first->second; in getEntry() local 31 DwarfStringPoolEntry Entry{nullptr, 0, DwarfStringPoolEntry::NotIndexed}; in internString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 738 for (auto &Entry : Cache) in getNonLocalCallDependency() local 774 NonLocalDepInfo::iterator Entry = in getNonLocalCallDependency() local 917 NonLocalDepInfo::iterator Entry = std::upper_bound( in GetNonLocalInfoForBlock() local 1002 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1012 MemoryDependenceResults::NonLocalDepInfo::iterator Entry = in SortNonLocalDepInfoCache() local 1087 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1111 for (auto &Entry : CacheInfo->NonLocalDeps) in getNonLocalPointerDepFromBB() local 1372 NonLocalDepResult Entry(Pred, MemDepResult::getUnknown(), PredPtrVal); in getNonLocalPointerDepFromBB() local 1521 for (auto &Entry : BlockMap) in removeInstruction() local 1612 for (auto &Entry : INLD.first) { in removeInstruction() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 40 unsigned insert(const T &Entry) { in insert() 57 unsigned idFor(const T &Entry) const { in idFor()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | 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 …]
|