Searched refs:RootOp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/acpica/components/parser/ |
| H A D | psscope.c | 222 ACPI_PARSE_OBJECT *RootOp) in AcpiPsInitScope() argument 227 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp); in AcpiPsInitScope() 237 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope() 243 ParserState->StartOp = RootOp; in AcpiPsInitScope()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrInfo.td | 33 class vvp_commutative<SDNode RootOp> : 36 [(RootOp node:$lhs, node:$rhs, node:$mask, node:$vlen), 37 (RootOp node:$rhs, node:$lhs, node:$mask, node:$vlen)]>;
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 532 ACPI_PARSE_OBJECT *RootOp; in AcpiDbDisplayMethodInfo() local 560 RootOp = StartOp; in AcpiDbDisplayMethodInfo() 561 while (RootOp->Common.Parent) in AcpiDbDisplayMethodInfo() 563 RootOp = RootOp->Common.Parent; in AcpiDbDisplayMethodInfo() 566 Op = RootOp; in AcpiDbDisplayMethodInfo()
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslfold.c | 535 ACPI_PARSE_OBJECT *RootOp; in TrSimpleConstantReduction() local 546 RootOp = TrAllocateOp (PARSEOP_INTEGER); in TrSimpleConstantReduction() 547 if (!RootOp) in TrSimpleConstantReduction() 552 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction() 555 Op->Common.Parent = RootOp; in TrSimpleConstantReduction()
|
| H A D | aslload.c | 224 ACPI_PARSE_OBJECT *RootOp) in LdLoadNamespace() argument 239 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace() 244 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
|
| H A D | aslcompiler.h | 1138 ACPI_PARSE_OBJECT *RootOp);
|