Searched refs:PredicateOp (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicateDependencyEdge.h34 const GIMatchDagOperand *PredicateOp; member in class:llvm::GIMatchDagPredicateDependencyEdge
40 const GIMatchDagOperand *PredicateOp)
42 PredicateOp(PredicateOp) {}
47 const GIMatchDagOperand *getPredicateOp() const { return PredicateOp; }
37 GIMatchDagPredicateDependencyEdge(const GIMatchDagInstr *RequiredMI, const GIMatchDagOperand *RequiredMO, const GIMatchDagPredicate *Predicate, const GIMatchDagOperand *PredicateOp) argument
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmswitch.c256 ACPI_PARSE_OBJECT *PredicateOp; local
308 PredicateOp = AcpiPsGetArg (StoreOp, 0);
309 PredicateOp->Common.DisasmOpcode = ACPI_DASM_SWITCH_PREDICATE;
310 PredicateOp->Common.DisasmFlags |= ACPI_PARSEOP_PARAMETER_LIST;
360 PredicateOp = TempOp->Common.Next;
361 PredicateOp->Common.DisasmOpcode = ACPI_DASM_SWITCH_PREDICATE;
362 PredicateOp->Common.DisasmFlags |= ACPI_PARSEOP_PARAMETER_LIST;
386 PredicateOp = AcpiPsGetArg (TempOp, 0);
390 PredicateOp->Common.DisasmFlags |= ACPI_PARSEOP_PARAMETER_LIST;
408 CurrentOp->Common.Value.Arg = PredicateOp;
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslexternal.c374 ACPI_PARSE_OBJECT *PredicateOp; local
528 PredicateOp = TrAllocateOp (PARSEOP_ZERO);
529 PredicateOp->Asl.AmlOpcode = AML_ZERO_OP;
531 PredicateOp->Asl.Parent = AslGbl_ExternalsListHead;
532 PredicateOp->Asl.Child = NULL;
533 PredicateOp->Asl.Next = AslGbl_ExternalsListHead->Asl.Child;
534 AslGbl_ExternalsListHead->Asl.Child = PredicateOp;
541 PredicateOp->Asl.LineNumber = 0;
542 PredicateOp->Asl.LogicalLineNumber = 0;
/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswexec.c302 WalkState->ControlState->Control.PredicateOp = Op;
778 (WalkState->ControlState->Control.PredicateOp == Op))
H A Ddsutils.c270 (WalkState->ControlState->Control.PredicateOp == Op))
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Daclocal.h735 union acpi_parse_object *PredicateOp; member in struct:acpi_control_state

Completed in 147 milliseconds