| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RetainPtrCtorAdoptChecker.cpp | 370 auto *RetValue = RS->getRetValue(); in visitReturnStmt() local 371 if (!RetValue) in visitReturnStmt() 373 RetValue = RetValue->IgnoreParenCasts(); in visitReturnStmt() 383 if (RTC.isUnretained(RetValue->getType())) in visitReturnStmt() 386 if (auto *CE = dyn_cast<CallExpr>(RetValue)) { in visitReturnStmt() 394 if (isAllocInit(RetValue, &Inner)) { in visitReturnStmt() 395 CreateOrCopyFnCall.insert(RetValue); in visitReturnStmt()
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbtest.c | 1029 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 D | dbnames.c | 745 ACPI_OBJECT *RetValue; in AcpiDbWalkForFields() local 789 RetValue = (ACPI_OBJECT *) Buffer.Pointer; in AcpiDbWalkForFields() 790 switch (RetValue->Type) in AcpiDbWalkForFields() 794 AcpiOsPrintf ("%8.8X%8.8X", ACPI_FORMAT_UINT64 (RetValue->Integer.Value)); in AcpiDbWalkForFields() 799 AcpiUtDumpBuffer (RetValue->Buffer.Pointer, in AcpiDbWalkForFields() 800 RetValue->Buffer.Length, DB_DISPLAY_DATA_ONLY | DB_BYTE_DISPLAY, 0); in AcpiDbWalkForFields()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 400 SDValue RetValue; in lowerCallResult() local 401 RetValue = in lowerCallResult() 403 Chain = RetValue.getValue(1); in lowerCallResult() 404 Glue = RetValue.getValue(2); in lowerCallResult() 405 InVals.push_back(RetValue); in lowerCallResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 724 SDValue RetValue = in LowerCall() local 727 Chain = RetValue.getValue(1); in LowerCall() 728 Glue = RetValue.getValue(2); in LowerCall() 738 RetValue = DAG.getNode(CSKYISD::BITCAST_FROM_LOHI, DL, VA.getValVT(), in LowerCall() 739 RetValue, RetValue2); in LowerCall() 742 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL); in LowerCall() 744 InVals.push_back(RetValue); in LowerCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowEnvironment.cpp | 358 Expr *RetValue = Return->getRetValue(); in VisitReturnStmt() local 359 if (RetValue != nullptr && RetValue->getType()->isRecordType() && in VisitReturnStmt() 360 RetValue->isPRValue()) in VisitReturnStmt() 361 PropagateResultObject(RetValue, LocForRecordReturnVal); in VisitReturnStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 602 Value *RetValue = nullptr; in connectBlocksToSink() local 604 RetValue = in connectBlocksToSink() 606 ReturnInst::Create(C, RetValue, BB); in connectBlocksToSink()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 753 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, Reg, VA.getLocVT(), Glue); in LowerCall() local 754 Chain = RetValue.getValue(1); in LowerCall() 755 Glue = RetValue.getValue(2); in LowerCall() 757 InVals.push_back(RetValue); in LowerCall() 796 SDValue RetValue = OutVals[I]; in LowerReturn() local 803 Chain = DAG.getCopyToReg(Chain, DL, Register, RetValue, Glue); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 146 auto *RetValue = IC.eraseInstFromFunction(InstToReplace); in modifyIntrinsicCall() local 150 return RetValue; in modifyIntrinsicCall()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Opcodes.td | 207 def RetValue : Opcode {
|
| H A D | Interp.cpp | 31 static bool RetValue(InterpState &S, CodePtr &Pt) { in RetValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 7581 SDValue RetValue = in LowerCall() local 7584 Chain = RetValue.getValue(1); in LowerCall() 7585 Glue = RetValue.getValue(2); in LowerCall() 7593 RetValue = DAG.getNode(LoongArchISD::BUILD_PAIR_F64, DL, MVT::f64, in LowerCall() 7594 RetValue, RetValue2); in LowerCall() 7596 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL); in LowerCall() 7598 InVals.push_back(RetValue); in LowerCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 8260 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P() local 8261 return InnerMatcher.matches(*RetValue, Finder, Builder); in AST_MATCHER_P()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2441 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), in LowerCall() local 2443 Chain = RetValue.getValue(1); in LowerCall() 2444 Glue = RetValue.getValue(2); in LowerCall() 2448 InVals.push_back(convertLocVTToValVT(DAG, DL, VA, Chain, RetValue)); in LowerCall() 2532 SDValue RetValue = OutVals[I]; in LowerReturn() local 2538 RetValue = convertValVTToLocVT(DAG, DL, VA, RetValue); in LowerReturn() 2542 Chain = DAG.getCopyToReg(Chain, DL, Reg, RetValue, Glue); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 22791 SDValue RetValue = in LowerCall() local 22794 Chain = RetValue.getValue(1); in LowerCall() 22795 Glue = RetValue.getValue(2); in LowerCall() 22803 RetValue = DAG.getNode(RISCVISD::BuildPairF64, DL, MVT::f64, RetValue, in LowerCall() 22806 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL, Subtarget); in LowerCall() 22808 InVals.push_back(RetValue); in LowerCall()
|