| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedThreadPythonInterface.cpp | 67 StructuredData::ObjectSP obj = Dispatch("get_thread_id", error); in GetThreadID() 77 StructuredData::ObjectSP obj = Dispatch("get_name", error); in GetName() 87 StructuredData::ObjectSP obj = Dispatch("get_state", error); in GetState() 97 StructuredData::ObjectSP obj = Dispatch("get_queue", error); in GetQueue() 108 Dispatch<StructuredData::DictionarySP>("get_stop_reason", error); in GetStopReason() 119 Dispatch<StructuredData::ArraySP>("get_stackframes", error); in GetStackFrames() 130 Dispatch<StructuredData::DictionarySP>("get_register_info", error); in GetRegisterInfo() 140 StructuredData::ObjectSP obj = Dispatch("get_register_context", error); in GetRegisterContext() 151 Dispatch<StructuredData::ArraySP>("get_extended_info", error); in GetExtendedInfo()
|
| H A D | ScriptedProcessPythonInterface.cpp | 69 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in ShouldStop() 84 auto mem_region = Dispatch<std::optional<MemoryRegionInfo>>( in GetMemoryRegionContainingAddress() 98 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo() 109 StructuredData::ObjectSP obj = Dispatch("get_thread_with_id", error, tid); in GetThreadWithID() 128 lldb::DataExtractorSP data_sp = Dispatch<lldb::DataExtractorSP>( in ReadMemoryAtAddress() 141 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages() 157 StructuredData::ObjectSP obj = Dispatch("get_process_id", error); in GetProcessID() 167 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in IsAlive() 178 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error); in GetScriptedThreadPluginName() 194 Dispatch<StructuredData::DictionarySP>("get_process_metadata", error); in GetMetadata()
|
| H A D | ScriptedPlatformPythonInterface.cpp | 60 Dispatch<StructuredData::DictionarySP>("list_processes", error); in ListProcesses() 78 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid); in GetProcessInfo()
|
| H A D | ScriptedPythonInterface.h | 42 T Dispatch(llvm::StringRef method_name, Status &error, Args &&...args) { in Dispatch() function 106 Dispatch<Status>(method_name, error, std::forward<Args>(args)...); in GetStatusFromMethod()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 115 using Visitor<bool>::Dispatch; 119 return Dispatch(binary.Left()) && Dispatch(binary.Right()); in Visit() 130 return Dispatch(ref); in Visit() 137 return Dispatch(unary.Operand()); in Visit() 147 using Visitor<>::Dispatch; 182 Dispatch(binary.Left()); in Visit() 183 Dispatch(binary.Right()); in Visit() 232 Dispatch(unary.Operand()); in Visit() 244 return SymbolResolver(replacer).Dispatch(node); in ResolveSymbols() 249 DWARFCodegen(stream).Dispatch(ptr); in ToDWARF()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 359 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local 360 MF.insert(MF.end(), Dispatch); in makeSingleEntryLoop() 361 Blocks.insert(Dispatch); in makeSingleEntryLoop() 366 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32)); in makeSingleEntryLoop() 385 Dispatch->addSuccessor(Entry); in makeSingleEntryLoop() 395 if (Pred != Dispatch) { in makeSingleEntryLoop() 455 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch); in makeSingleEntryLoop() 456 Routing->addSuccessor(Dispatch); in makeSingleEntryLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP10.td | 61 // Dispatch Groups 63 // Dispatch to any slots 68 // Dispatch to even slots 71 // Dispatch to odd slots 75 // Dispatch Rules 77 // Dispatch Rule '-' 80 // Dispatch Rule '-', even slot 83 // Dispatch Rule 'P'
|
| H A D | PPCScheduleE500.td | 18 // * Decode & Dispatch 21 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1 22 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleE500mc.td | 18 // * Decode & Dispatch 21 def E500mc_DIS0 : FuncUnit; // Dispatch stage - insn 1 22 def E500mc_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleP9.td | 133 // Dispatch Rules: '-' or 'V' 141 // Dispatch Rules: 'E' 148 // Dispatch Rules: 'P'
|
| H A D | PPCScheduleP7.td | 22 // Dispatch units: 60 // Dispatch of an instruction to VS1 that uses four single prec. inputs
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/ |
| H A D | Context.cpp | 48 auto Dispatch = in createDefaultPipeline() local 66 StagePipeline->appendStage(std::move(Dispatch)); in createDefaultPipeline()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVLine.h | 43 static LVLineDispatch Dispatch; variable 87 static LVLineDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| H A D | LVSymbol.h | 42 static LVSymbolDispatch Dispatch; variable 161 static LVSymbolDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| H A D | LVType.h | 57 static LVTypeDispatch Dispatch; variable 115 static LVTypeDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| H A D | LVElement.h | 104 static LVElementDispatch Dispatch; variable 346 static LVElementDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| H A D | LVOptions.h | 499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument 502 typename U::const_iterator Iter = Dispatch.find(Entry); in addRequest() 503 if (Iter != Dispatch.end()) in addRequest()
|
| H A D | LVScope.h | 95 static LVScopeDispatch Dispatch; variable 313 static LVScopeDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx11_msg_b8ff6d.rst | 32 sendmsg(MSG_RTN_GET_DDID) Get Draw/Dispatch ID.
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVLine.cpp | 49 LVLineDispatch LVLine::Dispatch = { member in LVLine
|
| H A D | LVSymbol.cpp | 55 LVSymbolDispatch LVSymbol::Dispatch = { member in LVSymbol
|
| H A D | LVType.cpp | 87 LVTypeDispatch LVType::Dispatch = { member in LVType
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 176 ResultT Dispatch(Node *&node) { in Dispatch() function
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-mca.rst | 439 Dispatch Width: 2 515 opcodes by the total number of cycles. A delta between Dispatch Width and this 526 cycle. A delta between Dispatch Width and the theoretical maximum uOps per 535 the Dispatch Width (2.00), and the theoretical maximum uOp throughput (1.50) is 779 Dynamic Dispatch Stall Cycles: 788 Dispatch Logic - number of cycles where we saw N micro opcodes dispatched: 838 If we look at the *Dynamic Dispatch Stall Cycles* table, we see the counter for 842 Looking at the *Dispatch Logic* table, we see that the pipeline was only able to 905 * Dispatch (Instruction is dispatched to the schedulers). 919 Instruction Dispatch [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedKryo.td | 23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
|