Home
last modified time | relevance | path

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

12345678910>>...132

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp193 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD, in getArithmeticInstrCost() local
242 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local
298 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local
311 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local
326 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
344 if (const auto *Entry = in getArithmeticInstrCost() local
363 if (const auto *Entry = in getArithmeticInstrCost() local
378 if (const auto *Entry = in getArithmeticInstrCost() local
401 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
445 if (const auto *Entry = CostTableLookup(SSE2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp359 if (const auto *Entry = in getArithmeticInstrCost() local
395 if (const auto *Entry = in getArithmeticInstrCost() local
436 if (const auto *Entry = in getArithmeticInstrCost() local
479 if (const auto *Entry = in getArithmeticInstrCost() local
510 if (const auto *Entry = in getArithmeticInstrCost() local
528 if (const auto *Entry = in getArithmeticInstrCost() local
551 if (const auto *Entry = in getArithmeticInstrCost() local
574 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
596 if (const auto *Entry = CostTableLookup(AVXConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
606 if (const auto *Entry = in getArithmeticInstrCost() local
[all …]
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrThreadSafeCache.h213 struct Entry { struct
214 Entry(const skgpu::UniqueKey& key, const GrSurfaceProxyView& view) in Entry() argument
217 Entry(const skgpu::UniqueKey& key, sk_sp<VertexData> vertData) in Entry() argument
220 ~Entry() { in ~Entry() argument
224 bool uniquelyHeld() const { in uniquelyHeld()
236 const skgpu::UniqueKey& key() const { in key()
241 SkData* getCustomData() const { in getCustomData()
246 sk_sp<SkData> refCustomData() const { in refCustomData()
251 GrSurfaceProxyView view() { in view()
256 sk_sp<VertexData> vertexData() { in vertexData()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/logging/
H A Dlogging_sink.h64 struct Entry { struct
65 enum class EventType {
90 Type type = LoggingSink::Entry::Address::Type::kUnknown; argument
97 EventType type = LoggingSink::Entry::EventType::kUnknown; argument
98 Logger logger = LoggingSink::Entry::Logger::kUnknown; argument
118 virtual void LogEntry(Entry entry) = 0; argument
/aosp_15_r20/external/llvm/lib/Target/X86/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/logging/
Dlogging_sink.h64 struct Entry { struct
65 enum class EventType {
90 Type type = LoggingSink::Entry::Address::Type::kUnknown; argument
97 EventType type = LoggingSink::Entry::EventType::kUnkown; argument
98 Logger logger = LoggingSink::Entry::Logger::kUnkown; argument
117 virtual void LogEntry(Entry entry) = 0; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DLineTable.h209 struct Entry { struct
210 Entry() in Entry() function
215 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() argument
241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument
274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument
280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
306 struct EntrySearchInfo { argument
309 Entry *a_entry; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DLineTable.h209 struct Entry { struct
210 Entry() in Entry() function
215 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() function
241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument
274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument
280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
306 struct EntrySearchInfo { argument
309 Entry *a_entry; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DLineTable.h209 struct Entry { struct
210 Entry() in Entry() function
215 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() argument
241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument
274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument
280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
306 struct EntrySearchInfo { argument
309 Entry *a_entry; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DLineTable.h209 struct Entry { struct
210 Entry() in Entry() argument
215 Entry(lldb::addr_t _file_addr, uint32_t _line, uint16_t _column, in Entry() function
241 static int Compare(const Entry &lhs, const Entry &rhs) { in Compare() argument
274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() argument
280 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
306 struct EntrySearchInfo { argument
309 Entry *a_entry; argument
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_linked_list.cpp50 struct Entry : public EntryBase, LinkedListEntry<Entry> struct
53 enum class Type : uint8_t
59 Entry(const char *aName, uint16_t aId, Type aType = Type::kAlpha) in Entry() function
67 const char *GetName(void) const { return mName; } in GetName()
68 uint16_t GetId(void) const { return mId; } in GetId()
69 bool Matches(const char *aName) const { return strcmp(mName, aName) == 0; } in Matches()
70 bool Matches(uint16_t aId) const { return mId == aId; } in Matches()
71 bool Matches(Type aType) const { return mType == aType; } in Matches()
72 void Free(void) { mWasFreed = true; } in Free()
74 void ResetTestFlags(void) { mWasFreed = false; } in ResetTestFlags()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DNCCLUtils.hpp580 struct Entry { struct
581 size_t id_; // incremented id in the trace buffer
585 size_t pg_id_;
586 std::tuple<std::string, std::string> pg_name_; // <group_name, group_desc>
594 size_t collective_seq_id_;
595 size_t p2p_seq_id_;
596 size_t op_id_;
597 std::string profiling_name_;
599 std::shared_ptr<torch::CapturedTraceback> traceback_;
603 Event *start_, *end_;
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Dentry.rs20 pub struct Entry { struct
22 entry_fn_1_0: vk::EntryFnV1_0, argument
23 entry_fn_1_1: vk::EntryFnV1_1, argument
24 entry_fn_1_2: vk::EntryFnV1_2, argument
25 entry_fn_1_3: vk::EntryFnV1_3, argument
32 impl Entry { argument
302 impl Entry { implementation
324 impl Entry { implementation
333 impl Entry { implementation
342 impl Default for Entry { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dentry.h32 struct Entry { struct
34 NO_VALUE = 0, // The default state for a newly-created Entry. argument
40 Entry() : state(State::NO_VALUE) {} in Entry() function
41 Entry(const Entry& other) : state(other.state), alloc_attr(other.alloc_attr) { in Entry() function
57 ~Entry() { in ~Entry() argument
106 void ClearVal() { in ClearVal()
113 union {
138 typedef gtl::InlinedVector<Entry, 4> EntryVector; argument
/aosp_15_r20/system/extras/memory_replay/include/memory_trace/
H A DMemoryTrace.h34 struct Entry { struct
48 bool FillInEntryFromString(const std::string& line, Entry& entry, std::string& error); argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DFormatEntity.h39 struct Entry { struct
40 enum class Type {
110 /// Entry::Type corresponding to this definition. argument
161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
177 bool operator==(const Entry &rhs) const { argument
201 std::vector<Entry> children; argument
208 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DFormatEntity.h39 struct Entry { struct
40 enum class Type {
110 /// Entry::Type corresponding to this definition. argument
161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
177 bool operator==(const Entry &rhs) const { argument
201 std::vector<Entry> children; argument
208 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DFormatEntity.h39 struct Entry { struct
40 enum class Type {
110 /// Entry::Type corresponding to this definition. argument
161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
177 bool operator==(const Entry &rhs) const { argument
201 std::vector<Entry> children; argument
208 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DFormatEntity.h39 struct Entry { struct
40 enum class Type {
110 /// Entry::Type corresponding to this definition. argument
161 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() argument
177 bool operator==(const Entry &rhs) const { argument
201 std::vector<Entry> children; argument
208 bool Format(const Entry &entry, Stream &s, const SymbolContext *sc, argument
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h229 struct Entry { struct
233 Entry(const uint32_t data0, const uint32_t data1) : mData0(data0), mData1(data1) {} in Entry() argument
235 AK_FORCE_INLINE bool isBitmapEntry() const { in isBitmapEntry() argument
254 AK_FORCE_INLINE bool isValidTerminalEntry() const { in isValidTerminalEntry() argument
259 AK_FORCE_INLINE uint32_t getValueEntryIndex() const { in getValueEntryIndex() argument
274 AK_FORCE_INLINE uint64_t getValueOfValueEntry() const { in getValueOfValueEntry() argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/google/
Dzip_reader.h93 struct Entry { struct
104 // (In ZIP) -> (Entry.path) argument
108 base::FilePath path;
113 int64_t original_size;
143 // Entry POSIX permissions (POSIX systems only). argument
144 int posix_mode;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/zlib/google/
Dzip_reader.h93 struct Entry { struct
104 // (In ZIP) -> (Entry.path) argument
108 base::FilePath path;
113 int64_t original_size;
143 // Entry POSIX permissions (POSIX systems only). argument
144 int posix_mode;
/aosp_15_r20/external/zlib/google/
H A Dzip_reader.h93 struct Entry { struct
104 // (In ZIP) -> (Entry.path) argument
108 base::FilePath path;
113 int64_t original_size;
143 // Entry POSIX permissions (POSIX systems only). argument
144 int posix_mode;
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/zlib/google/
Dzip_reader.h93 struct Entry { struct
104 // (In ZIP) -> (Entry.path) argument
108 base::FilePath path;
113 int64_t original_size;
143 // Entry POSIX permissions (POSIX systems only). argument
144 int posix_mode;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/zlib/google/
Dzip_reader.h93 struct Entry { struct
104 // (In ZIP) -> (Entry.path) argument
108 base::FilePath path;
113 int64_t original_size;
143 // Entry POSIX permissions (POSIX systems only). argument
144 int posix_mode;

12345678910>>...132