Home
last modified time | relevance | path

Searched defs:Slot (Results 1 – 25 of 202) sorted by relevance

123456789

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dchannel_init.h65 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/
DLiveStackAnalysis.h60 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/
DLiveStacks.h64 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/
Draw.rs21 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/
DLiveStacks.h68 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/
Dslot.rs82 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/
DSkSLDebugTracePlayer.h118 struct Slot { struct
128 std::vector<Slot> fSlots; // the array of all slots argument
/external/brotli/research/
Dsieve.cc9 typedef struct Slot { struct
14 } Slot; argument
/external/llvm/lib/CodeGen/
DStackColoring.cpp331 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
DLiveStackAnalysis.cpp58 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/
DStackColoring.cpp477 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
DLiveStacks.cpp57 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/
DStackColoring.cpp508 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
DLiveStacks.cpp54 LiveStacks::getOrCreateInterval(int Slot, const TargetRegisterClass *RC) { in getOrCreateInterval()
78 int Slot = I->first; in print() local
/external/pytorch/torch/csrc/jit/passes/
Dlower_graph.cpp11 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/
Dslot.rs9 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/
DAttributeImpl.h234 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/
Dbuffer.rs23 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/
Dtypes.h60 struct Slot { struct
61 std::string type;
62 MessageTextSpan span;
86 // Slots corresponding to the action suggestion. argument
/external/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp32 AllocaInst *Slot; in DemoteRegToStack() local
114 AllocaInst *Slot; in DemotePHIToStack() local
/external/drm_hwcomposer/hwc2_device/
DHwcLayer.h43 struct Slot { struct
50 std::optional<Slot> active_slot; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp34 AllocaInst *Slot; in DemoteRegToStack() local
119 AllocaInst *Slot; in DemotePHIToStack() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp33 AllocaInst *Slot; in DemoteRegToStack() local
125 AllocaInst *Slot; in DemotePHIToStack() local
/external/rust/android-crates-io/crates/crossbeam-queue/src/
Dseg_queue.rs31 struct Slot<T> { struct
39 impl<T> Slot<T> { implementation
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local

123456789