Home
last modified time | relevance | path

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

12345

/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/skia/src/sksl/tracing/
DSkVMDebugTracePlayer.h116 struct Slot { struct
126 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/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp34 AllocaInst *Slot; in DemoteRegToStack() local
119 AllocaInst *Slot; in DemotePHIToStack() local
/external/rust/crates/crossbeam-queue/src/
Dseg_queue.rs29 struct Slot<T> { struct
37 impl<T> Slot<T> { impl
Darray_queue.rs15 struct Slot<T> { struct
20 stamp: AtomicUsize,
23 value: UnsafeCell<MaybeUninit<T>>,
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
/external/rust/crates/regex/src/
Dpikevm.rs92 slots: &mut [Slot], in exec()
119 slots: &mut [Slot], in exec_()
228 slots: &mut [Slot], in step()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp556 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCompoundLiteralExpr() local
998 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXConstructExpr() local
1004 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitCXXInheritedCtorInitExpr() local
1012 AggValueSlot Slot = EnsureSlot(E->getType()); in VisitLambdaExpr() local
1024 AggValueSlot Slot = EnsureSlot(T); in VisitCXXScalarValueInitExpr() local
1030 AggValueSlot Slot = EnsureSlot(T); in VisitImplicitValueInitExpr() local
1392 static void CheckAggExprForMemSetUse(AggValueSlot &Slot, const Expr *E, in CheckAggExprForMemSetUse()
1437 void CodeGenFunction::EmitAggExpr(const Expr *E, AggValueSlot Slot) { in EmitAggExpr()
/external/rust/crates/crossbeam-channel/src/flavors/
Darray.rs25 struct Slot<T> { struct
36 /// Slot to read from or write to. argument
183 token.array.slot = slot as *const Slot<T> as *const u8; in start_send() constant
266 token.array.slot = slot as *const Slot<T> as *const u8; in start_recv() constant
Dlist.rs43 struct Slot<T> { struct
51 impl<T> Slot<T> { implementation
/external/python/cpython2/Tools/framer/framer/
Dslots.py3 class Slot(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp185 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local
220 GlobalVariable *Slot = Found->second; in mergeConstants() local
/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp357 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
389 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp355 void R600SchedStrategy::AssignSlot(MachineInstr* MI, unsigned Slot) { in AssignSlot()
387 SUnit *R600SchedStrategy::AttemptFillSlot(unsigned Slot, bool AnyAlu) { in AttemptFillSlot()
/external/rust/crates/tokio/src/util/
Dslab.rs154 struct Slot<T> { struct
156 value: UnsafeCell<Value<T>>,
159 next: u32,
165 _pin: std::marker::PhantomPinned,
574 let slot: *const Slot<T> = unsafe { vec_ptr.add(idx) }; in gen_ref() constant
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp328 size_t Slot = State.getNearestSlot(UPtr); in deallocate() local
414 size_t Slot = State.getNearestSlot(ErrorUptr); in postCrashReportRecoverableOnly() local

12345