Home | History | Annotate | Download | only in compiler

Lines Matching defs:OpInfo

180     const ACPI_OPCODE_INFO  *OpInfo,
428 const ACPI_OPCODE_INFO *OpInfo;
506 OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.AmlOpcode);
510 if (OpInfo->Type == AML_TYPE_LOCAL_VARIABLE)
547 if (OpInfo->Type == AML_TYPE_METHOD_ARGUMENT)
585 if ((!(OpInfo->Flags & AML_NAMED)) &&
586 (!(OpInfo->Flags & AML_CREATE)) &&
615 if (OpInfo->Flags & AML_NAMED)
629 else if (OpInfo->Flags & AML_CREATE)
709 if ((OpInfo->Flags & AML_CREATE) ||
710 (OpInfo->ObjectType == ACPI_TYPE_LOCAL_ALIAS))
725 else if (OpInfo->Flags & AML_NAMED)
767 if (!XfValidateCrossReference (Op, OpInfo, Node))
817 if (!(OpInfo->Flags & AML_NAMED) &&
818 !(OpInfo->Flags & AML_CREATE))
841 OptOptimizeNamePath (Op, OpInfo->Flags, WalkState, Path, Node);
1402 const ACPI_OPCODE_INFO *OpInfo;
1410 OpInfo = AcpiPsGetOpcodeInfo (Op->Asl.AmlOpcode);
1411 if (!(OpInfo->Flags & AML_NAMED))
1433 AcpiUtGetTypeName (OpInfo->ObjectType), Op));
1447 * OpInfo - Parse Op info struct
1477 const ACPI_OPCODE_INFO *OpInfo,
1486 if (OpInfo->Flags & (AML_NAMED | AML_CREATE | AML_DEFER | AML_HAS_ARGS))