| /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/skia/src/sksl/tracing/ |
| D | SkVMDebugTracePlayer.h | 116 struct Slot { struct 126 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/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/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/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/rust/crates/crossbeam-queue/src/ |
| D | seg_queue.rs | 29 struct Slot<T> { struct 37 impl<T> Slot<T> { impl
|
| D | array_queue.rs | 15 struct Slot<T> { struct 20 stamp: AtomicUsize, 23 value: UnsafeCell<MaybeUninit<T>>,
|
| /external/llvm/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 119 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local 150 GlobalVariable *Slot = CMap[Init]; in mergeConstants() local
|
| /external/rust/crates/regex/src/ |
| D | pikevm.rs | 92 slots: &mut [Slot], in exec() 119 slots: &mut [Slot], in exec_() 228 slots: &mut [Slot], in step()
|
| /external/clang/lib/CodeGen/ |
| D | CGExprAgg.cpp | 556 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/ |
| D | array.rs | 25 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
|
| D | list.rs | 43 struct Slot<T> { struct 51 impl<T> Slot<T> { implementation
|
| /external/python/cpython2/Tools/framer/framer/ |
| D | slots.py | 3 class Slot(object): class
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | ConstantMerge.cpp | 185 GlobalVariable *&Slot = CMap[Init]; in mergeConstants() local 220 GlobalVariable *Slot = Found->second; in mergeConstants() local
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | R600MachineScheduler.cpp | 357 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/ |
| D | R600MachineScheduler.cpp | 355 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/ |
| D | slab.rs | 154 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/ |
| D | guarded_pool_allocator.cpp | 328 size_t Slot = State.getNearestSlot(UPtr); in deallocate() local 414 size_t Slot = State.getNearestSlot(ErrorUptr); in postCrashReportRecoverableOnly() local
|