Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 – 25 of 57) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp67 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 DScriptedProcessPythonInterface.cpp69 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 DScriptedPlatformPythonInterface.cpp60 Dispatch<StructuredData::DictionarySP>("list_processes", error); in ListProcesses()
78 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid); in GetProcessInfo()
H A DScriptedPythonInterface.h42 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 DPostfixExpression.cpp115 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 DWebAssemblyFixIrreducibleControlFlow.cpp359 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 DPPCScheduleP10.td61 // 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 DPPCScheduleE500.td18 // * Decode & Dispatch
21 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1
22 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
H A DPPCScheduleE500mc.td18 // * Decode & Dispatch
21 def E500mc_DIS0 : FuncUnit; // Dispatch stage - insn 1
22 def E500mc_DIS1 : FuncUnit; // Dispatch stage - insn 2
H A DPPCScheduleP9.td133 // Dispatch Rules: '-' or 'V'
141 // Dispatch Rules: 'E'
148 // Dispatch Rules: 'P'
H A DPPCScheduleP7.td22 // Dispatch units:
60 // Dispatch of an instruction to VS1 that uses four single prec. inputs
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DContext.cpp48 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 DLVLine.h43 static LVLineDispatch Dispatch; variable
87 static LVLineDispatch &getDispatch() { return Dispatch; } in getDispatch()
H A DLVSymbol.h42 static LVSymbolDispatch Dispatch; variable
161 static LVSymbolDispatch &getDispatch() { return Dispatch; } in getDispatch()
H A DLVType.h57 static LVTypeDispatch Dispatch; variable
115 static LVTypeDispatch &getDispatch() { return Dispatch; } in getDispatch()
H A DLVElement.h104 static LVElementDispatch Dispatch; variable
346 static LVElementDispatch &getDispatch() { return Dispatch; } in getDispatch()
H A DLVOptions.h499 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 DLVScope.h95 static LVScopeDispatch Dispatch; variable
313 static LVScopeDispatch &getDispatch() { return Dispatch; } in getDispatch()
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx11_msg_b8ff6d.rst32 sendmsg(MSG_RTN_GET_DDID) Get Draw/Dispatch ID.
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLine.cpp49 LVLineDispatch LVLine::Dispatch = { member in LVLine
H A DLVSymbol.cpp55 LVSymbolDispatch LVSymbol::Dispatch = { member in LVSymbol
H A DLVType.cpp87 LVTypeDispatch LVType::Dispatch = { member in LVType
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h176 ResultT Dispatch(Node *&node) { in Dispatch() function
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst439 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 DAArch64SchedKryo.td23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch

123