Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c1029 ACPI_OBJECT *RetValue; in AcpiDbReadFromObject() local
1057 RetValue = (ACPI_OBJECT *) ReturnObj.Pointer; in AcpiDbReadFromObject()
1059 switch (RetValue->Type) in AcpiDbReadFromObject()
1070 if (RetValue->Type != ExpectedType) in AcpiDbReadFromObject()
1074 AcpiUtGetTypeName (RetValue->Type)); in AcpiDbReadFromObject()
1080 *Value = RetValue; in AcpiDbReadFromObject()
1086 AcpiUtGetTypeName (RetValue->Type)); in AcpiDbReadFromObject()
H A Ddbnames.c745 ACPI_OBJECT *RetValue; in AcpiDbWalkForFields() local
784 RetValue = (ACPI_OBJECT *) Buffer.Pointer; in AcpiDbWalkForFields()
785 switch (RetValue->Type) in AcpiDbWalkForFields()
789 AcpiOsPrintf ("%8.8X%8.8X", ACPI_FORMAT_UINT64 (RetValue->Integer.Value)); in AcpiDbWalkForFields()
794 AcpiUtDumpBuffer (RetValue->Buffer.Pointer, in AcpiDbWalkForFields()
795 RetValue->Buffer.Length, DB_DISPLAY_DATA_ONLY | DB_BYTE_DISPLAY, 0); in AcpiDbWalkForFields()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp378 SDValue RetValue; in lowerCallResult() local
379 RetValue = in lowerCallResult()
381 Chain = RetValue.getValue(1); in lowerCallResult()
382 Glue = RetValue.getValue(2); in lowerCallResult()
383 InVals.push_back(RetValue); in lowerCallResult()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp74 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { in RetValue() function
H A DOpcodes.td144 def RetValue : Opcode {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1768 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), in LowerCall() local
1770 Chain = RetValue.getValue(1); in LowerCall()
1771 Glue = RetValue.getValue(2); in LowerCall()
1775 InVals.push_back(convertLocVTToValVT(DAG, DL, VA, Chain, RetValue)); in LowerCall()
1831 SDValue RetValue = OutVals[I]; in LowerReturn() local
1837 RetValue = convertValVTToLocVT(DAG, DL, VA, RetValue); in LowerReturn()
1841 Chain = DAG.getCopyToReg(Chain, DL, Reg, RetValue, Glue); in LowerReturn()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7449 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P() local
7450 return InnerMatcher.matches(*RetValue, Finder, Builder); in AST_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8149 SDValue RetValue = in LowerCall() local
8152 Chain = RetValue.getValue(1); in LowerCall()
8153 Glue = RetValue.getValue(2); in LowerCall()
8161 RetValue = DAG.getNode(RISCVISD::BuildPairF64, DL, MVT::f64, RetValue, in LowerCall()
8165 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL, Subtarget); in LowerCall()
8167 InVals.push_back(RetValue); in LowerCall()