Home
last modified time | relevance | path

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

12345678910>>...28

/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.h50 struct Entry { struct
59 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
/external/v8/src/profiler/
Dcircular-queue.h49 struct alignas(PROCESSOR_CACHE_LINE_SIZE) Entry { struct
50 Entry() : marker(kEmpty) {} in Entry() function
55 Entry* Next(Entry* entry); argument
/external/perfetto/src/profiling/common/
Dinterner.h36 struct Entry { struct
38 Entry(Interner<T>* in, InternID i, U... args) in Entry() argument
45 size_t operator()(const Entry& e) const noexcept { in operator() argument
60 Interned(Entry* entry) : entry_(entry) {} in Interned() argument
/external/skia/src/gpu/vk/
DGrVkPipelineStateCache.cpp27 struct GrVkResourceProvider::PipelineStateCache::Entry { struct in GrVkResourceProvider::PipelineStateCache
28 Entry(GrVkGpu* gpu, GrVkPipelineState* pipelineState) in Entry() argument
32 ~Entry() { in ~Entry()
38 GrVkGpu* fGpu;
39 std::unique_ptr<GrVkPipelineState> fPipelineState;
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp17 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache
18 Entry(sk_sp<GrGLProgram> program) in Entry() function
21 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry() argument
24 sk_sp<GrGLProgram> fProgram;
25 GrGLPrecompiledProgram fPrecompiledProgram;
/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/skia/src/pdf/
DSkPDFGraphicStackState.h16 struct Entry { struct
18 uint32_t fClipStackGenID = SkClipStack::kWideOpenGenID;
19 SkColor4f fColor = {0, 0, 0, 1};
20 SkScalar fTextScaleX = 1; // Zero means we don't care what the value is.
21 int fShaderIndex = -1;
22 int fGraphicStateIndex = -1;
/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/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/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() argument
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/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() argument
36 Entry(Entry &&Other) in Entry() argument
39 StringSet<> Strings;
40 std::unique_ptr<Regex> RegEx;
42 bool match(StringRef Query) const { in match()
/external/v8/src/ast/
Dmodules.h90 struct Entry : public ZoneObject { struct
112 explicit Entry(Scanner::Location loc) in Entry() argument
/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() function
35 ~Entry() { sk_free(fBuffer); } in ~Entry()
37 bool equals(const void* buffer, size_t size) const { in equals()
/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() 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/tensorflow/tensorflow/compiler/xla/service/
Doptimize_input_output_buffer_alias.cc52 struct Entry { in Build() struct
53 int param_number; in Build()
54 Shape shape; in Build()
55 ShapeIndex index; in Build()
56 bool used; in Build()

12345678910>>...28