Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXProxyRegErasure.cpp97 auto &OutOp = *MI.defs().begin(); in replaceMachineInstructionUsage() local
100 assert(OutOp.isReg() && "ProxyReg output operand should be a register."); in replaceMachineInstructionUsage()
104 replaceRegisterUsage(I, OutOp, InOp); in replaceMachineInstructionUsage()
/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
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()
Ddswload.c254 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad1BeginOp() argument
276 *OutOp = Op; in AcpiDsLoad1BeginOp()
284 *OutOp = Op; in AcpiDsLoad1BeginOp()
532 *OutOp = Op; in AcpiDsLoad1BeginOp()
Ddswload2.c184 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad2BeginOp() argument
208 Status = AcpiDsExecBeginOp (WalkState, OutOp); in AcpiDsLoad2BeginOp()
500 *OutOp = Op; in AcpiDsLoad2BeginOp()
Ddsmethod.c170 ACPI_PARSE_OBJECT **OutOp);
276 ACPI_PARSE_OBJECT **OutOp) in AcpiDsDetectNamedOpcodes() argument
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dacdispat.h243 ACPI_PARSE_OBJECT **OutOp);
295 ACPI_PARSE_OBJECT **OutOp);
307 ACPI_PARSE_OBJECT **OutOp);
Daclocal.h895 union acpi_parse_object **OutOp);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Daslfold.c958 ACPI_PARSE_OBJECT *OutOp; in OpcAmlEvaluationWalk1() local
974 Status = AcpiDsExecBeginOp (WalkState, &OutOp); in OpcAmlEvaluationWalk1()