Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXProxyRegErasure.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-13-stable/sys/contrib/dev/acpica/components/dispatcher/
HDdswexec.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()
HDdswload.c254 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad1BeginOp() argument
276 *OutOp = Op; in AcpiDsLoad1BeginOp()
284 *OutOp = Op; in AcpiDsLoad1BeginOp()
532 *OutOp = Op; in AcpiDsLoad1BeginOp()
HDdswload2.c184 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad2BeginOp() argument
208 Status = AcpiDsExecBeginOp (WalkState, OutOp); in AcpiDsLoad2BeginOp()
500 *OutOp = Op; in AcpiDsLoad2BeginOp()
HDdsmethod.c170 ACPI_PARSE_OBJECT **OutOp);
276 ACPI_PARSE_OBJECT **OutOp) in AcpiDsDetectNamedOpcodes() argument
/freebsd-13-stable/sys/contrib/dev/acpica/include/
HDacdispat.h243 ACPI_PARSE_OBJECT **OutOp);
295 ACPI_PARSE_OBJECT **OutOp);
307 ACPI_PARSE_OBJECT **OutOp);
HDaclocal.h895 union acpi_parse_object **OutOp);
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDaslfold.c958 ACPI_PARSE_OBJECT *OutOp; in OpcAmlEvaluationWalk1() local
974 Status = AcpiDsExecBeginOp (WalkState, &OutOp); in OpcAmlEvaluationWalk1()