Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp113 using Visitor<bool>::Dispatch;
117 return Dispatch(binary.Left()) && Dispatch(binary.Right()); in Visit()
128 return Dispatch(ref); in Visit()
135 return Dispatch(unary.Operand()); in Visit()
145 using Visitor<>::Dispatch;
180 Dispatch(binary.Left()); in Visit()
181 Dispatch(binary.Right()); in Visit()
230 Dispatch(unary.Operand()); in Visit()
242 return SymbolResolver(replacer).Dispatch(node); in ResolveSymbols()
247 DWARFCodegen(stream).Dispatch(ptr); in ToDWARF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp360 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local
361 MF.insert(MF.end(), Dispatch); in makeSingleEntryLoop()
362 Blocks.insert(Dispatch); in makeSingleEntryLoop()
367 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32)); in makeSingleEntryLoop()
386 Dispatch->addSuccessor(Entry); in makeSingleEntryLoop()
396 if (Pred != Dispatch) { in makeSingleEntryLoop()
456 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch); in makeSingleEntryLoop()
457 Routing->addSuccessor(Dispatch); in makeSingleEntryLoop()
/freebsd-13.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.c674 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
699 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()
710 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()
918 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvDetectGpe()
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
1029 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.c566 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp48 auto Dispatch = in createDefaultPipeline() local
66 StagePipeline->appendStage(std::move(Dispatch)); in createDefaultPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
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.td134 // Dispatch Rules: '-' or 'V'
142 // Dispatch Rules: 'E'
149 // Dispatch Rules: 'P'
H A DPPCScheduleP7.td22 // Dispatch units:
60 // Dispatch of an instruction to VS1 that uses four single prec. inputs
H A DP9InstrResources.td86 // Restricted Dispatch ALU operation for 3 cycles. The operation runs on a
104 // Standard Dispatch ALU operation for 3 cycles. Only one slice used.
121 // Standard Dispatch ALU operation for 2 cycles. Only one slice used.
175 // Restricted Dispatch ALU operation for 2 cycles. The operation runs on a
H A DPPCScheduleE5500.td19 // * Decode & Dispatch
H A DPPCScheduleP8.td17 // Dispatch units:
/freebsd-13.1/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h176 ResultT Dispatch(Node *&node) { in Dispatch() function
/freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedKryo.td23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
/freebsd-13.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c328 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
/freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSchedule.td49 // NumMicroOps = 2; // Dispatch 2 micro-ops.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td297 // Mips Calling Convention Dispatch

12