Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp270 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 Devgpeutil.c480 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 Devgpe.c667 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 Devxface.c1031 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 Devxfgpe.c651 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 Devgpeinit.c569 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
H A Devrgnini.c741 HandlerObj = ObjDesc->Method.Dispatch.Handler; in AcpiEvInitializeRegion()
/freebsd-12.1/contrib/llvm/lib/MCA/
H A DContext.cpp44 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 DPPCScheduleE500.td19 // * Decode & Dispatch
22 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1
23 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
H A DPPCScheduleE500mc.td19 // * Decode & Dispatch
22 def E500mc_DIS0 : FuncUnit; // Dispatch stage - insn 1
23 def E500mc_DIS1 : FuncUnit; // Dispatch stage - insn 2
H A DPPCScheduleP7.td23 // Dispatch units:
61 // Dispatch of an instruction to VS1 that uses four single prec. inputs
H A DP9InstrResources.td87 // 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 DPPCScheduleE5500.td20 // * Decode & Dispatch
H A DPPCScheduleP8.td18 // Dispatch units:
/freebsd-12.1/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacobject.h333 } Dispatch; member
H A Daclocal.h662 union acpi_gpe_dispatch_info Dispatch; /* Either Method, Handler, or NotifyList */ member
/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnseval.c602 MethodObj->Method.Dispatch.Handler = in AcpiNsExecModuleCode()
H A Dnsaccess.c292 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td24 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dpower5.md55 ; Dispatch slots are allocated in order conforming to program order.
H A Dpower4.md74 ; Dispatch slots are allocated in order conforming to program order.
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSchedule.td50 // NumMicroOps = 2; // Dispatch 2 micro-ops.

12