Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp417 SDValue RetValue; in lowerCallResult() local
418 RetValue = in lowerCallResult()
420 Chain = RetValue.getValue(1); in lowerCallResult()
421 Glue = RetValue.getValue(2); in lowerCallResult()
422 InVals.push_back(RetValue); in lowerCallResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp725 SDValue RetValue = in LowerCall() local
728 Chain = RetValue.getValue(1); in LowerCall()
729 Glue = RetValue.getValue(2); in LowerCall()
739 RetValue = DAG.getNode(CSKYISD::BITCAST_FROM_LOHI, DL, VA.getValVT(), in LowerCall()
740 RetValue, RetValue2); in LowerCall()
743 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL); in LowerCall()
745 InVals.push_back(RetValue); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp514 Value *RetValue = nullptr; in connectBlocksToSink() local
516 RetValue = in connectBlocksToSink()
518 ReturnInst::Create(C, RetValue, BB); in connectBlocksToSink()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp147 auto RetValue = IC.eraseInstFromFunction(InstToReplace); in modifyIntrinsicCall() local
151 return RetValue; in modifyIntrinsicCall()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp29 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { in RetValue() function
H A DOpcodes.td182 def RetValue : Opcode {
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4308 SDValue RetValue = in LowerCall() local
4311 Chain = RetValue.getValue(1); in LowerCall()
4312 Glue = RetValue.getValue(2); in LowerCall()
4314 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL); in LowerCall()
4316 InVals.push_back(RetValue); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2080 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), in LowerCall() local
2082 Chain = RetValue.getValue(1); in LowerCall()
2083 Glue = RetValue.getValue(2); in LowerCall()
2087 InVals.push_back(convertLocVTToValVT(DAG, DL, VA, Chain, RetValue)); in LowerCall()
2169 SDValue RetValue = OutVals[I]; in LowerReturn() local
2175 RetValue = convertValVTToLocVT(DAG, DL, VA, RetValue); in LowerReturn()
2179 Chain = DAG.getCopyToReg(Chain, DL, Reg, RetValue, Glue); in LowerReturn()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8159 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P() local
8160 return InnerMatcher.matches(*RetValue, Finder, Builder); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18589 SDValue RetValue = in LowerCall() local
18592 Chain = RetValue.getValue(1); in LowerCall()
18593 Glue = RetValue.getValue(2); in LowerCall()
18601 RetValue = DAG.getNode(RISCVISD::BuildPairF64, DL, MVT::f64, RetValue, in LowerCall()
18605 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL, Subtarget); in LowerCall()
18607 InVals.push_back(RetValue); in LowerCall()