Searched refs:RetValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c833 ACPI_OBJECT *RetValue; local
861 RetValue = (ACPI_OBJECT *) ReturnObj.Pointer;
863 switch (RetValue->Type)
873 if (RetValue->Type != ExpectedType)
877 AcpiUtGetTypeName (RetValue->Type));
882 *Value = RetValue;
888 AcpiUtGetTypeName (RetValue->Type));
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp913 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), local
915 Chain = RetValue.getValue(1);
916 Glue = RetValue.getValue(2);
920 InVals.push_back(convertLocVTToValVT(DAG, DL, VA, Chain, RetValue));
949 SDValue RetValue = OutVals[I]; local
955 RetValue = convertValVTToLocVT(DAG, DL, VA, RetValue);
959 Chain = DAG.getCopyToReg(Chain, DL, Reg, RetValue, Glue);

Completed in 179 milliseconds