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

/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp113 Value *RetValue = local
115 ReturnInst::Create(SwInst.getContext(), RetValue, SwInst.getParent());
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp415 SDValue RetValue; local
416 RetValue =
418 Chain = RetValue.getValue(1);
419 Glue = RetValue.getValue(2);
420 InVals.push_back(RetValue);
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp721 SDValue RetValue = local
723 // Glue the RetValue to the end of the call sequence
724 Chain = RetValue.getValue(1);
725 Glue = RetValue.getValue(2);
735 RetValue = DAG.getNode(CSKYISD::BITCAST_FROM_LOHI, DL, VA.getValVT(),
736 RetValue, RetValue2);
739 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL);
741 InVals.push_back(RetValue);
/openbsd-current/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp444 Value *RetValue = nullptr; local
446 RetValue =
448 ReturnInst::Create(C, RetValue, BB);
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.cpp74 static bool RetValue(InterpState &S, CodePtr &Pt, APValue &Result) { function
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp146 auto RetValue = IC.eraseInstFromFunction(InstToReplace); local
150 return RetValue;
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2605 SDValue RetValue = local
2607 // Glue the RetValue to the end of the call sequence.
2608 Chain = RetValue.getValue(1);
2609 Glue = RetValue.getValue(2);
2611 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL);
2613 InVals.push_back(RetValue);
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7883 if (const auto *RetValue = Node.getRetValue())
7884 return InnerMatcher.matches(*RetValue, Finder, Builder);
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1873 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), local
1875 Chain = RetValue.getValue(1);
1876 Glue = RetValue.getValue(2);
1880 InVals.push_back(convertLocVTToValVT(DAG, DL, VA, Chain, RetValue));
1970 SDValue RetValue = OutVals[I]; local
1976 RetValue = convertValVTToLocVT(DAG, DL, VA, RetValue);
1980 Chain = DAG.getCopyToReg(Chain, DL, Reg, RetValue, Glue);
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13102 SDValue RetValue = local
13104 // Glue the RetValue to the end of the call sequence
13105 Chain = RetValue.getValue(1);
13106 Glue = RetValue.getValue(2);
13114 RetValue = DAG.getNode(RISCVISD::BuildPairF64, DL, MVT::f64, RetValue,
13118 RetValue = convertLocVTToValVT(DAG, RetValue, VA, DL, Subtarget);
13120 InVals.push_back(RetValue);

Completed in 264 milliseconds