/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 192 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD, in getArithmeticInstrCost() local 241 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local 302 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local 320 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local 344 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 391 if (const auto *Entry = in getArithmeticInstrCost() local 406 if (const auto *Entry = in getArithmeticInstrCost() local 428 if (const auto *Entry = in getArithmeticInstrCost() local 441 if (const auto *Entry = CostTableLookup(AVX512DQCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 468 if (const auto *Entry = CostTableLookup(AVX512BWCostTable, ISD, LT.second)) in getArithmeticInstrCost() local [all …]
|
D | X86InstrFoldTables.cpp | 5360 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local 5364 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local 5368 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local 5372 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local 5376 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local 5380 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local
|
/external/v8/src/interpreter/ |
D | handler-table-builder.h | 46 struct Entry { struct 55 ZoneVector<Entry> entries_; argument
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 23 struct Entry { struct 38 SmallVector<Entry, 2> Entries; argument 60 struct Entry { struct 68 SmallVector<Entry, 2> Entries; argument
|
D | DWARFDebugMacro.h | 23 struct Entry { struct 43 typedef SmallVector<Entry, 4> MacroList; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 27 struct Entry { struct 42 SmallVector<Entry, 2> Entries; argument 78 struct Entry { struct 86 SmallVector<Entry, 2> Entries; argument
|
D | DWARFDebugMacro.h | 23 struct Entry { struct 43 using MacroList = SmallVector<Entry, 4>; argument
|
D | DWARFDebugPubTable.h | 26 struct Entry { struct 31 dwarf::PubIndexEntryDescriptor Descriptor; argument 35 StringRef Name;
|
/external/perfetto/src/profiling/memory/ |
D | interner.h | 35 struct Entry { struct 37 Entry(Interner<T>* in, uint64_t i, U... args) in Entry() argument 44 size_t operator()(const Entry& e) const noexcept { in operator() argument 59 Interned(Entry* entry) : entry_(entry) {} in Interned() argument
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 129 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second)) in getArithmeticInstrCost() local 172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local 207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD, in getArithmeticInstrCost() local 285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local 391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT)) in getArithmeticInstrCost() local 402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second)) in getArithmeticInstrCost() local 458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl, in getShuffleCost() local [all …]
|
/external/libchrome/mojo/core/ |
D | watcher_set.h | 46 struct Entry { struct 51 Entry& operator=(Entry&& other); argument 57 DISALLOW_COPY_AND_ASSIGN(Entry); argument
|
D | handle_table.h | 66 struct Entry { struct 76 using HandleMap = base::hash_map<MojoHandle, Entry>; argument
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateCache.cpp | 25 struct GrVkResourceProvider::PipelineStateCache::Entry { struct in GrVkResourceProvider::PipelineStateCache 26 Entry(GrVkGpu* gpu, GrVkPipelineState* pipelineState) in Entry() function 30 ~Entry() { in ~Entry() 36 GrVkGpu* fGpu; 37 std::unique_ptr<GrVkPipelineState> fPipelineState;
|
/external/clang/tools/diagtool/ |
D | ListWarnings.cpp | 31 struct Entry { struct 32 llvm::StringRef DiagName; 33 llvm::StringRef Flag; 35 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() function 38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateCache.cpp | 25 struct GrVkResourceProvider::PipelineStateCache::Entry { struct in GrVkResourceProvider::PipelineStateCache 26 Entry(GrVkGpu* gpu, GrVkPipelineState* pipelineState) in Entry() function 30 ~Entry() { in ~Entry() 36 GrVkGpu* fGpu; 37 std::unique_ptr<GrVkPipelineState> fPipelineState;
|
/external/v8/src/ast/ |
D | modules.h | 80 struct Entry : public ZoneObject { struct 102 explicit Entry(Scanner::Location loc) in Entry() argument
|
/external/webrtc/webrtc/base/ |
D | diskcache.h | 63 struct Entry { struct 70 typedef std::map<std::string, Entry> EntryMap; argument
|
/external/google-breakpad/src/common/ |
D | stabs_reader.h | 120 struct Entry { struct 139 // Create a EntryIterator walking the entries in BUFFER. Treat the argument 159 // Dereferencing this iterator produces a reference to an Entry structure argument
|
/external/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList 35 Entry() {} in Entry() function 36 Entry(Entry &&Other) in Entry() function 39 StringSet<> Strings; 40 std::unique_ptr<Regex> RegEx; 42 bool match(StringRef Query) const { in match()
|
/external/skqp/src/gpu/gradients/ |
D | GrGradientBitmapCache.cpp | 18 struct GrGradientBitmapCache::Entry { struct in GrGradientBitmapCache 19 Entry* fPrev; 20 Entry* fNext; 22 void* fBuffer; 23 size_t fSize; 24 SkBitmap fBitmap; 26 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() function 35 ~Entry() { sk_free(fBuffer); } in ~Entry() 37 bool equals(const void* buffer, size_t size) const { in equals()
|
/external/skia/src/gpu/gradients/ |
D | GrGradientBitmapCache.cpp | 18 struct GrGradientBitmapCache::Entry { struct in GrGradientBitmapCache 19 Entry* fPrev; 20 Entry* fNext; 22 void* fBuffer; 23 size_t fSize; 24 SkBitmap fBitmap; 26 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() argument 35 ~Entry() { sk_free(fBuffer); } in ~Entry() 37 bool equals(const void* buffer, size_t size) const { in equals()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | metric_table_report.h | 54 struct Entry { struct 69 void AddEntry(Entry entry); argument
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 25 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache 26 Entry(sk_sp<GrGLProgram> program) : fProgram(std::move(program)) {} in Entry() argument 28 sk_sp<GrGLProgram> fProgram;
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 25 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache 26 Entry(sk_sp<GrGLProgram> program) : fProgram(std::move(program)) {} in Entry() function 28 sk_sp<GrGLProgram> fProgram;
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 48 struct Entry { struct 58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument
|