Searched refs:CallRetResNo (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.h | 568 SDNode *N, RTLIB::Libcall LC, std::optional<unsigned> CallRetResNo = {}); 677 SDNode *N, RTLIB::Libcall LC, std::optional<unsigned> CallRetResNo = {});
|
| H A D | LegalizeFloatTypes.cpp | 798 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 D | SelectionDAG.cpp | 2519 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 D | SelectionDAG.h | 1712 std::optional<unsigned> CallRetResNo = {});
|