Home
last modified time | relevance | path

Searched refs:CallRetResNo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h568 SDNode *N, RTLIB::Libcall LC, std::optional<unsigned> CallRetResNo = {});
677 SDNode *N, RTLIB::Libcall LC, std::optional<unsigned> CallRetResNo = {});
H A DLegalizeFloatTypes.cpp798 SDNode *N, RTLIB::Libcall LC, std::optional<unsigned> CallRetResNo) { in SoftenFloatRes_UnaryWithTwoFPResults() argument
819 if (ResNum == CallRetResNo) in SoftenFloatRes_UnaryWithTwoFPResults()
845 if (CallRetResNo == ResNum) { in SoftenFloatRes_UnaryWithTwoFPResults()
1706 SDNode *N, RTLIB::Libcall LC, std::optional<unsigned> CallRetResNo) { in ExpandFloatRes_UnaryWithTwoFPResults() argument
1709 DAG.expandMultipleResultFPLibCall(LC, N, Results, CallRetResNo); in ExpandFloatRes_UnaryWithTwoFPResults()
H A DSelectionDAG.cpp2519 std::optional<unsigned> CallRetResNo) { in expandMultipleResultFPLibCall() argument
2557 if (CallRetResNo == ResNo) in expandMultipleResultFPLibCall()
2598 if (ResNo == CallRetResNo) in expandMultipleResultFPLibCall()
2615 Type *RetType = CallRetResNo.has_value() in expandMultipleResultFPLibCall()
2616 ? Node->getValueType(*CallRetResNo).getTypeForEVT(Ctx) in expandMultipleResultFPLibCall()
2628 if (ResNo == CallRetResNo) { in expandMultipleResultFPLibCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1712 std::optional<unsigned> CallRetResNo = {});