Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp192 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 …]
DX86InstrFoldTables.cpp5360 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/
Dhandler-table-builder.h46 struct Entry { struct
55 ZoneVector<Entry> entries_; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h23 struct Entry { struct
38 SmallVector<Entry, 2> Entries; argument
60 struct Entry { struct
68 SmallVector<Entry, 2> Entries; argument
DDWARFDebugMacro.h23 struct Entry { struct
43 typedef SmallVector<Entry, 4> MacroList; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h27 struct Entry { struct
42 SmallVector<Entry, 2> Entries; argument
78 struct Entry { struct
86 SmallVector<Entry, 2> Entries; argument
DDWARFDebugMacro.h23 struct Entry { struct
43 using MacroList = SmallVector<Entry, 4>; argument
DDWARFDebugPubTable.h26 struct Entry { struct
31 dwarf::PubIndexEntryDescriptor Descriptor; argument
35 StringRef Name;
/external/perfetto/src/profiling/memory/
Dinterner.h35 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/
DX86TargetTransformInfo.cpp129 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/
Dwatcher_set.h46 struct Entry { struct
51 Entry& operator=(Entry&& other); argument
57 DISALLOW_COPY_AND_ASSIGN(Entry); argument
Dhandle_table.h66 struct Entry { struct
76 using HandleMap = base::hash_map<MojoHandle, Entry>; argument
/external/skia/src/gpu/vk/
DGrVkPipelineStateCache.cpp25 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/
DListWarnings.cpp31 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/
DGrVkPipelineStateCache.cpp25 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/
Dmodules.h80 struct Entry : public ZoneObject { struct
102 explicit Entry(Scanner::Location loc) in Entry() argument
/external/webrtc/webrtc/base/
Ddiskcache.h63 struct Entry { struct
70 typedef std::map<std::string, Entry> EntryMap; argument
/external/google-breakpad/src/common/
Dstabs_reader.h120 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/
DSpecialCaseList.cpp34 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/
DGrGradientBitmapCache.cpp18 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/
DGrGradientBitmapCache.cpp18 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/
Dmetric_table_report.h54 struct Entry { struct
69 void AddEntry(Entry entry); argument
/external/skqp/src/gpu/gl/
DGrGLGpuProgramCache.cpp25 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/
DGrGLGpuProgramCache.cpp25 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/
DHeaderSearchOptions.h48 struct Entry { struct
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument

12345678910>>...30