HomeSort by: relevance | last modified time | path
    Searched defs:Dispatch (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MCA/
Context.cpp 12 /// a default out-of-order pipeline with fetch, dispatch, execute, and retire
47 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth,
65 StagePipeline->appendStage(std::move(Dispatch));
Context.cpp 12 /// a default out-of-order pipeline with fetch, dispatch, execute, and retire
47 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth,
65 StagePipeline->appendStage(std::move(Dispatch));
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 22 /// up multi-entry loops by adding a new block that can dispatch to each of the
25 /// variable and a branch to the dispatch block. Then the dispatch block is the
333 // loop by creating a dispatch block for them, routing control flow using
359 // Create a dispatch block which will contain a jump table to the entries.
360 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock();
361 MF.insert(MF.end(), Dispatch);
362 Blocks.insert(Dispatch);
367 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32));
386 Dispatch->addSuccessor(Entry)
    [all...]
WebAssemblyFixIrreducibleControlFlow.cpp 22 /// up multi-entry loops by adding a new block that can dispatch to each of the
25 /// variable and a branch to the dispatch block. Then the dispatch block is the
333 // loop by creating a dispatch block for them, routing control flow using
359 // Create a dispatch block which will contain a jump table to the entries.
360 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock();
361 MF.insert(MF.end(), Dispatch);
362 Blocks.insert(Dispatch);
367 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32));
386 Dispatch->addSuccessor(Entry)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 226 } Dispatch;
acobject.h 226 } Dispatch;
aclocal.h 505 /* Dispatch info for each host-installed SCI handler */
515 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
537 * GPE dispatch info. At any time, the GPE can have at most one type
538 * of dispatch - Method, Handler, or Implicit Notify.
554 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */
aclocal.h 505 /* Dispatch info for each host-installed SCI handler */
515 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
537 * GPE dispatch info. At any time, the GPE can have at most one type
538 * of dispatch - Method, Handler, or Implicit Notify.
554 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */

Completed in 72 milliseconds