| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 113 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 D | WebAssemblyFixIrreducibleControlFlow.cpp | 360 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 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 | 674 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 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 | 566 GpeEventInfo->Dispatch.MethodNode = MethodNode; in AcpiEvMatchGpeMethod()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Context.cpp | 48 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 D | PPCScheduleE500.td | 18 // * Decode & Dispatch 21 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1 22 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleE500mc.td | 18 // * Decode & Dispatch 21 def E500mc_DIS0 : FuncUnit; // Dispatch stage - insn 1 22 def E500mc_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleP9.td | 134 // Dispatch Rules: '-' or 'V' 142 // Dispatch Rules: 'E' 149 // Dispatch Rules: 'P'
|
| H A D | PPCScheduleP7.td | 22 // Dispatch units: 60 // Dispatch of an instruction to VS1 that uses four single prec. inputs
|
| H A D | P9InstrResources.td | 86 // 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 D | PPCScheduleE5500.td | 19 // * Decode & Dispatch
|
| H A D | PPCScheduleP8.td | 17 // Dispatch units:
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/parser/ |
| H A D | psxface.c | 322 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState); in AcpiPsExecuteMethod()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 176 ResultT Dispatch(Node *&node) { in Dispatch() function
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedKryo.td | 23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsaccess.c | 328 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation; in AcpiNsRootInitialize()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/dispatcher/ |
| H A D | dsmethod.c | 757 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState); in AcpiDsCallControlMethod()
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSchedule.td | 49 // NumMicroOps = 2; // Dispatch 2 micro-ops.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallingConv.td | 297 // Mips Calling Convention Dispatch
|