Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A 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()
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswexec.c236 ACPI_PARSE_OBJECT **OutOp) in AcpiDsExecBeginOp() argument
249 Status = AcpiDsLoad2BeginOp (WalkState, OutOp); in AcpiDsExecBeginOp()
255 Op = *OutOp; in AcpiDsExecBeginOp()
276 if (OutOp) in AcpiDsExecBeginOp()
278 *OutOp = Op; in AcpiDsExecBeginOp()
H A Ddswload.c146 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad1BeginOp() argument
168 *OutOp = Op; in AcpiDsLoad1BeginOp()
176 *OutOp = Op; in AcpiDsLoad1BeginOp()
424 *OutOp = Op; in AcpiDsLoad1BeginOp()
H A Ddswload2.c76 ACPI_PARSE_OBJECT **OutOp) in AcpiDsLoad2BeginOp() argument
100 Status = AcpiDsExecBeginOp (WalkState, OutOp); in AcpiDsLoad2BeginOp()
392 *OutOp = Op; in AcpiDsLoad2BeginOp()
H A Ddsmethod.c62 ACPI_PARSE_OBJECT **OutOp);
168 ACPI_PARSE_OBJECT **OutOp) in AcpiDsDetectNamedOpcodes() argument
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdispat.h135 ACPI_PARSE_OBJECT **OutOp);
187 ACPI_PARSE_OBJECT **OutOp);
199 ACPI_PARSE_OBJECT **OutOp);
H A Daclocal.h796 union acpi_parse_object **OutOp);
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslfold.c850 ACPI_PARSE_OBJECT *OutOp; in OpcAmlEvaluationWalk1() local
866 Status = AcpiDsExecBeginOp (WalkState, &OutOp); in OpcAmlEvaluationWalk1()