/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel_init.h | 65 struct Slot { struct 66 Slot(Stage stage, int priority) in Slot() argument 71 std::vector<Slot> slots_[GRPC_NUM_CHANNEL_STACK_TYPES]; argument
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveStackAnalysis.h | 60 LiveInterval &getInterval(int Slot) { in getInterval() 67 const LiveInterval &getInterval(int Slot) const { in getInterval() 74 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() 76 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveStacks.h | 64 LiveInterval &getInterval(int Slot) { in getInterval() 71 const LiveInterval &getInterval(int Slot) const { in getInterval() 78 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() 80 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
|
/external/rust/android-crates-io/crates/signal-hook/src/iterator/exfiltrator/ |
D | raw.rs | 21 pub struct Slot(AtomicPtr<Channel<siginfo_t>>); struct 23 impl Drop for Slot { implementation 71 fn store(&self, slot: &Slot, _: c_int, info: &siginfo_t) { in store() 81 fn load(&self, slot: &Slot, _: libc::c_int) -> Option<siginfo_t> { in load()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | LiveStacks.h | 68 LiveInterval &getInterval(int Slot) { in getInterval() 75 const LiveInterval &getInterval(int Slot) const { in getInterval() 82 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() 84 const TargetRegisterClass *getIntervalRegClass(int Slot) const { in getIntervalRegClass()
|
/external/rust/android-crates-io/crates/moveit/src/ |
D | slot.rs | 82 pub struct Slot<'frame, T> { struct 87 impl<'frame, T> Slot<'frame, T> { impl 172 impl<'frame, T> Slot<'frame, Pin<T>> { impl
|
/external/skia/src/sksl/tracing/ |
D | SkSLDebugTracePlayer.h | 118 struct Slot { struct 128 std::vector<Slot> fSlots; // the array of all slots argument
|
/external/brotli/research/ |
D | sieve.cc | 9 typedef struct Slot { struct 14 } Slot; argument
|
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 331 bool applyFirstUse(int Slot) { in applyFirstUse() 432 int Slot = MO.getIndex(); in getStartOrEndSlot() local 450 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local 470 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local 521 int Slot = getStartOrEndSlot(MI); in collectMarkers() local 548 int Slot = MO.getIndex(); in collectMarkers() local 595 int Slot = slots[0]; in collectMarkers() local 601 for (auto Slot : slots) { in collectMarkers() local 697 for (auto Slot : slots) { in calculateLiveIntervals() local 941 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
|
D | LiveStackAnalysis.cpp | 58 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 81 int Slot = I->first; in print() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 477 bool applyFirstUse(int Slot) { in applyFirstUse() 573 int Slot = MO.getIndex(); in getStartOrEndSlot() local 588 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local 608 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local 657 int Slot = getStartOrEndSlot(MI); in collectMarkers() local 684 int Slot = MO.getIndex(); in collectMarkers() local 729 int Slot = slots[0]; in collectMarkers() local 735 for (auto Slot : slots) { in collectMarkers() local 840 for (auto Slot : slots) { in calculateLiveIntervals() local 1120 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
|
D | LiveStacks.cpp | 57 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 81 int Slot = I->first; in print() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 508 bool applyFirstUse(int Slot) { in applyFirstUse() 604 int Slot = MO.getIndex(); in getStartOrEndSlot() local 619 int Slot = getStartOrEndSlot(MI); in isLifetimeStartOrEnd() local 639 int Slot = MO.getIndex(); in isLifetimeStartOrEnd() local 692 int Slot = getStartOrEndSlot(MI); in collectMarkers() local 719 int Slot = MO.getIndex(); in collectMarkers() local 774 int Slot = slots[0]; in collectMarkers() local 780 for (auto Slot : slots) { in collectMarkers() local 884 for (auto Slot : slots) { in calculateLiveIntervals() local 1172 int Slot = MO.getIndex(); in removeInvalidSlotRanges() local
|
D | LiveStacks.cpp | 54 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval() 78 int Slot = I->first; in print() local
|
/external/pytorch/torch/csrc/jit/passes/ |
D | lower_graph.cpp | 11 struct Slot { struct 12 c10::intrusive_ptr<c10::ivalue::Object> obj; 13 size_t offset; 14 bool operator==(const Slot& other) const { in operator ==()
|
/external/rust/android-crates-io/crates/sharded-slab/src/page/ |
D | slot.rs | 9 pub(crate) struct Slot<T, C> { struct 20 slot: ptr::NonNull<Slot<T, C>>, argument 85 impl<T, C> Slot<T, C> impl 337 impl<T, C> Slot<Option<T>, C> implementation 420 impl<T, C> Slot<T, C> implementation 491 impl<T, C: cfg::Config> Slot<T, C> { impl 538 impl<T, C: cfg::Config> fmt::Debug for Slot<T, C> { implementation
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 234 const IndexAttrPair *getNode(unsigned Slot) const { in getNode() 290 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() 297 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes() 303 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode() 314 iterator begin(unsigned Slot) const { return getSlotNode(Slot)->begin(); } in begin() 315 iterator end(unsigned Slot) const { return getSlotNode(Slot)->end(); } in end()
|
/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | buffer.rs | 23 struct Slot<T> { struct 24 value: T, 48 let key = buf.slab.insert(Slot { value, next: None }); in push_back() argument
|
/external/libtextclassifier/native/actions/ |
D | types.h | 60 struct Slot { struct 61 std::string type; 62 MessageTextSpan span; 86 // Slots corresponding to the action suggestion. argument
|
/external/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 32 AllocaInst *Slot; in DemoteRegToStack() local 114 AllocaInst *Slot; in DemotePHIToStack() local
|
/external/drm_hwcomposer/hwc2_device/ |
D | HwcLayer.h | 43 struct Slot { struct 50 std::optional<Slot> active_slot; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 34 AllocaInst *Slot; in DemoteRegToStack() local 119 AllocaInst *Slot; in DemotePHIToStack() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 33 AllocaInst *Slot; in DemoteRegToStack() local 125 AllocaInst *Slot; in DemotePHIToStack() local
|
/external/rust/android-crates-io/crates/crossbeam-queue/src/ |
D | seg_queue.rs | 31 struct Slot<T> { struct 39 impl<T> Slot<T> { implementation
|
/external/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local 150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
|