Home
last modified time | relevance | path

Searched refs:OutOp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp95 auto &OutOp = *MI.defs().begin(); in replaceMachineInstructionUsage() local
98 assert(OutOp.isReg() && "ProxyReg output operand should be a register."); in replaceMachineInstructionUsage()
102 replaceRegisterUsage(I, OutOp, InOp); in replaceMachineInstructionUsage()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c344 ACPI_PARSE_OBJECT **OutOp) in AcpiDsExecBeginOp() argument
357 Status = AcpiDsLoad2BeginOp (WalkState, OutOp); in AcpiDsExecBeginOp()
363 Op = *OutOp; in AcpiDsExecBeginOp()
384 if (OutOp) in AcpiDsExecBeginOp()
386 *OutOp = Op; in AcpiDsExecBeginOp()
H A Ddswload.c254 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad1BeginOp() argument
276 *OutOp = Op; in AcpiDsLoad1BeginOp()
284 *OutOp = Op; in AcpiDsLoad1BeginOp()
532 *OutOp = Op; in AcpiDsLoad1BeginOp()
H A Ddswload2.c184 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad2BeginOp() argument
208 Status = AcpiDsExecBeginOp (WalkState, OutOp); in AcpiDsLoad2BeginOp()
500 *OutOp = Op; in AcpiDsLoad2BeginOp()
H A Ddsmethod.c170 ACPI_PARSE_OBJECT **OutOp);
276 ACPI_PARSE_OBJECT **OutOp) in AcpiDsDetectNamedOpcodes() argument
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdispat.h243 ACPI_PARSE_OBJECT **OutOp);
295 ACPI_PARSE_OBJECT **OutOp);
307 ACPI_PARSE_OBJECT **OutOp);
H A Daclocal.h904 union acpi_parse_object **OutOp);
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfold.c958 ACPI_PARSE_OBJECT *OutOp; in OpcAmlEvaluationWalk1() local
974 Status = AcpiDsExecBeginOp (WalkState, &OutOp); in OpcAmlEvaluationWalk1()