| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 270 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in run() local 271 MF.insert(MF.end(), Dispatch); in run() 272 MLI.changeLoopFor(Dispatch, Loop); in run() 276 MachineInstrBuilder MIB = BuildMI(*Dispatch, Dispatch->end(), DebugLoc(), in run() 298 Dispatch->addSuccessor(MBB); in run() 308 if (Pred != Dispatch) { in run() 334 .addMBB(Dispatch); in run() 335 Split->addSuccessor(Dispatch); in run()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/events/ |
| H A D | evgpeutil.c | 480 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers() 481 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers() 489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers() 497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
|
| H A D | evgpe.c | 667 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod() 692 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod() 703 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod() 902 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvDetectGpe() 1011 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch() 1013 GpeEventInfo->Dispatch.Handler->Context); in AcpiEvGpeDispatch()
|
| H A D | evxface.c | 1031 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL() 1059 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL() 1230 if (GpeEventInfo->Dispatch.Handler->Address != Address) in ACPI_EXPORT_SYMBOL() 1238 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL() 1239 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL() 1243 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode; in ACPI_EXPORT_SYMBOL()
|
| H A D | evxfgpe.c | 651 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL() 666 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
|
| H A D | evgpeinit.c | 569 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
|
| H A D | evrgnini.c | 741 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
|
| /freebsd-12.1/contrib/llvm/lib/MCA/ |
| H A D | Context.cpp | 44 auto Dispatch = llvm::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local 58 StagePipeline->appendStage(std::move(Dispatch)); in createDefaultPipeline()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleE500.td | 19 // * Decode & Dispatch 22 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1 23 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleE500mc.td | 19 // * Decode & Dispatch 22 def E500mc_DIS0 : FuncUnit; // Dispatch stage - insn 1 23 def E500mc_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleP7.td | 23 // Dispatch units: 61 // Dispatch of an instruction to VS1 that uses four single prec. inputs
|
| H A D | P9InstrResources.td | 87 // Restricted Dispatch ALU operation for 3 cycles. The operation runs on a 105 // Standard Dispatch ALU operation for 3 cycles. Only one slice used. 122 // Standard Dispatch ALU operation for 2 cycles. Only one slice used. 173 // Restricted Dispatch ALU operation for 2 cycles. The operation runs on a
|
| H A D | PPCScheduleE5500.td | 20 // * Decode & Dispatch
|
| H A D | PPCScheduleP8.td | 18 // Dispatch units:
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/parser/ |
| H A D | psxface.c | 322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 333 } Dispatch; member
|
| H A D | aclocal.h | 662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nseval.c | 602 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode()
|
| H A D | nsaccess.c | 292 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedKryo.td | 24 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmethod.c | 757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | power5.md | 55 ; Dispatch slots are allocated in order conforming to program order.
|
| H A D | power4.md | 74 ; Dispatch slots are allocated in order conforming to program order.
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMSchedule.td | 50 // NumMicroOps = 2; // Dispatch 2 micro-ops.
|