/external/llvm-project/lldb/include/lldb/Target/ |
D | StackID.h | 17 class StackID { 20 StackID() in StackID() function 24 explicit StackID(lldb::addr_t pc, lldb::addr_t cfa, in StackID() function 28 StackID(const StackID &rhs) in StackID() function 31 ~StackID() = default; 56 const StackID &operator=(const StackID &rhs) { 91 bool operator==(const StackID &lhs, const StackID &rhs); 92 bool operator!=(const StackID &lhs, const StackID &rhs); 95 bool operator<(const StackID &lhs, const StackID &rhs);
|
D | ThreadPlanStepThrough.h | 34 ThreadPlanStepThrough(Thread &thread, StackID &return_stack_id, 43 Thread::QueueThreadPlanForStepThrough(StackID &return_stack_id, 53 StackID m_return_stack_id;
|
D | ThreadPlanStepInstruction.h | 49 StackID m_stack_id; 50 StackID m_parent_frame_id;
|
D | Thread.h | 87 ThreadEventData(const lldb::ThreadSP thread_sp, const StackID &stack_id); 105 static StackID GetStackIDFromEvent(const Event *event_ptr); 111 StackID GetStackID() const { return m_stack_id; } in GetStackID() 115 StackID m_stack_id; 425 virtual lldb::StackFrameSP GetFrameWithStackID(const StackID &stack_id) { in GetFrameWithStackID() 893 QueueThreadPlanForStepThrough(StackID &return_stack_id, 1286 void BroadcastSelectedFrameChange(StackID &new_frame_id);
|
D | ThreadPlanStepRange.h | 68 StackID m_stack_id; // Use the stack ID so we can tell step out from step in. 69 StackID m_parent_stack_id; // Use the parent stack ID so we can identify tail
|
D | ThreadPlanStepOut.h | 57 StackID m_step_out_to_id; 58 StackID m_immediate_step_from_id;
|
D | StackFrame.h | 127 StackID &GetStackID(); 503 StackID m_id;
|
D | ThreadPlanStepUntil.h | 40 StackID m_stack_id;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 233 auto StackID = MFI->getStackID(FI); in InitializeSlots() local 234 if (StackID != 0) { in InitializeSlots() 235 AllColors.resize(StackID + 1); in InitializeSlots() 236 UsedColors.resize(StackID + 1); in InitializeSlots() 237 AllColors[StackID].resize(LastFI); in InitializeSlots() 238 UsedColors[StackID].resize(LastFI); in InitializeSlots() 241 AllColors[StackID].set(FI); in InitializeSlots() 273 uint8_t StackID = MFI->getStackID(FI); in ColorSlot() local 278 Color = UsedColors[StackID].find_first(); in ColorSlot() 285 Color = UsedColors[StackID].find_next(Color); in ColorSlot() [all …]
|
D | MachineFrameInfo.cpp | 53 uint8_t StackID) { in CreateStackObject() argument 57 !IsSpillSlot, StackID)); in CreateStackObject() 60 if (StackID == 0) in CreateStackObject() 226 if (SO.StackID != 0) in print() 227 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 234 auto StackID = MFI->getStackID(FI); in InitializeSlots() local 235 if (StackID != 0) { in InitializeSlots() 236 AllColors.resize(StackID + 1); in InitializeSlots() 237 UsedColors.resize(StackID + 1); in InitializeSlots() 238 AllColors[StackID].resize(LastFI); in InitializeSlots() 239 UsedColors[StackID].resize(LastFI); in InitializeSlots() 242 AllColors[StackID].set(FI); in InitializeSlots() 274 uint8_t StackID = MFI->getStackID(FI); in ColorSlot() local 279 Color = UsedColors[StackID].find_first(); in ColorSlot() 286 Color = UsedColors[StackID].find_next(Color); in ColorSlot() [all …]
|
D | MachineFrameInfo.cpp | 54 uint8_t StackID) { in CreateStackObject() argument 58 !IsSpillSlot, StackID)); in CreateStackObject() 61 if (StackID == 0) in CreateStackObject() 224 if (SO.StackID != 0) in print() 225 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
|
/external/llvm-project/lldb/source/Target/ |
D | StackID.cpp | 17 void StackID::Dump(Stream *s) { in Dump() 33 bool lldb_private::operator==(const StackID &lhs, const StackID &rhs) { in operator ==() 47 bool lldb_private::operator!=(const StackID &lhs, const StackID &rhs) { in operator !=() 60 bool lldb_private::operator<(const StackID &lhs, const StackID &rhs) { in operator <()
|
D | ThreadPlanStepThrough.cpp | 28 StackID &m_stack_id, in ThreadPlanStepThrough() 253 StackID cur_frame_zero_id = thread.GetStackFrameAtIndex(0)->GetStackID(); in HitOurBackstopBreakpoint()
|
D | ThreadPlanStepInstruction.cpp | 100 StackID cur_frame_id = thread.GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale() 140 StackID cur_frame_zero_id = cur_frame_sp->GetStackID(); in ShouldStop()
|
D | ThreadPlanStepOut.cpp | 298 StackID frame_zero_id = in DoPlanExplainsStop() 366 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop() 526 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 317 void dumpTimers(TimerStackIdT StackID = TSK_Default, 320 TimerStackIdT StackID = TSK_Default, 323 TimerIdT getTimerID(TimerStackIdT StackID, const std::string &Name); 324 void pushTimer(TimerIdT ID, TimerStackIdT StackID); 325 void popTimer(TimerIdT ID, TimerStackIdT StackID); 326 void resetTimer(TimerStackIdT StackID); 327 std::string getTimerName(TimerStackIdT StackID); 328 void setTimerName(TimerStackIdT StackID, const std::string &NewName); 578 TimerStackIdT StackID = GlobalContext::TSK_Default) 579 : ID(ID), Ctx(Ctx), StackID(StackID) { in ID() [all …]
|
D | IceGlobalContext.cpp | 837 TimerIdT GlobalContext::getTimerID(TimerStackIdT StackID, in getTimerID() argument 840 assert(StackID < Timers->size()); in getTimerID() 841 return Timers->at(StackID).getTimerID(Name); in getTimerID() 844 void GlobalContext::pushTimer(TimerIdT ID, TimerStackIdT StackID) { in pushTimer() argument 846 assert(StackID < Timers->size()); in pushTimer() 847 Timers->at(StackID).push(ID); in pushTimer() 850 void GlobalContext::popTimer(TimerIdT ID, TimerStackIdT StackID) { in popTimer() argument 852 assert(StackID < Timers->size()); in popTimer() 853 Timers->at(StackID).pop(ID); in popTimer() 856 void GlobalContext::resetTimer(TimerStackIdT StackID) { in resetTimer() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 45 uint8_t StackID; member 51 : V(v), Offset(offset), StackID(ID) { in V() 57 : V(v), Offset(offset), StackID(ID) { in V() 62 : V((const Value *)nullptr), Offset(0), StackID(0), 69 : V(v), Offset(offset), StackID(ID) { in V() 82 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID); in getWithOffset() 84 StackID); in getWithOffset()
|
D | MachineFrameInfo.h | 160 uint8_t StackID; member 186 bool IsAliased, uint8_t StackID = 0) 188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset() 701 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID() 708 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
|
D | MIRYamlMapping.h | 216 TargetStackID::Value StackID; 228 StackID == Other.StackID && 256 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 282 TargetStackID::Value StackID; 294 StackID == Other.StackID && 331 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 46 uint8_t StackID; member 52 : V(v), Offset(offset), StackID(ID) { in V() 58 : V(v), Offset(offset), StackID(ID) { in V() 63 : V((const Value *)nullptr), Offset(offset), StackID(0), 70 : V(v), Offset(offset), StackID(ID) { in V() 83 return MachinePointerInfo(V.get<const Value*>(), Offset + O, StackID); in getWithOffset() 85 StackID); in getWithOffset()
|
D | MachineFrameInfo.h | 160 uint8_t StackID; member 186 bool IsAliased, uint8_t StackID = 0) 188 isImmutable(IsImmutable), isSpillSlot(IsSpillSlot), StackID(StackID), in SPOffset() 720 return Objects[ObjectIdx+NumFixedObjects].StackID; in getStackID() 727 Objects[ObjectIdx+NumFixedObjects].StackID = ID; in setStackID()
|
D | MIRYamlMapping.h | 249 TargetStackID::Value StackID; 261 StackID == Other.StackID && 289 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default); 315 TargetStackID::Value StackID; 327 StackID == Other.StackID && 364 YamlIO.mapOptional("stack-id", Object.StackID, TargetStackID::Default);
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | stack-id-pei-alloc.mir | 3 # Ensure that objects with StackID > 0 are not allocated on the default stack 29 # (StackID 0), so objects associated with a different StackID should
|