Home
last modified time | relevance | path

Searched refs:ResNum (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp818 for (unsigned ResNum = 0; ResNum < N->getNumValues(); ++ResNum) { in SoftenFloatRes_UnaryWithTwoFPResults() local
819 if (ResNum == CallRetResNo) in SoftenFloatRes_UnaryWithTwoFPResults()
824 StackSlots[ResNum] = StackSlot; in SoftenFloatRes_UnaryWithTwoFPResults()
844 for (auto [ResNum, SlackSlot] : enumerate(StackSlots)) { in SoftenFloatRes_UnaryWithTwoFPResults()
845 if (CallRetResNo == ResNum) { in SoftenFloatRes_UnaryWithTwoFPResults()
846 SetSoftenedFloat(SDValue(N, ResNum), ReturnVal); in SoftenFloatRes_UnaryWithTwoFPResults()
849 SetSoftenedFloat(SDValue(N, ResNum), CreateStackLoad(SlackSlot)); in SoftenFloatRes_UnaryWithTwoFPResults()
3111 for (unsigned ResNum = 0, NumValues = N->getNumValues(); ResNum < NumValues; in PromoteFloatRes_UnaryWithTwoFPResults() local
3112 ++ResNum) { in PromoteFloatRes_UnaryWithTwoFPResults()
3113 SetPromotedFloat(SDValue(N, ResNum), Res.getValue(ResNum)); in PromoteFloatRes_UnaryWithTwoFPResults()
[all …]
H A DLegalizeIntegerTypes.cpp6462 for (unsigned ResNum = 0; ResNum < N->getNumValues(); ResNum++) in ExpandIntOp_STACKMAP() local
6463 ReplaceValueWith(SDValue(N, ResNum), NewNode.getValue(ResNum)); in ExpandIntOp_STACKMAP()
6501 for (unsigned ResNum = 0; ResNum < N->getNumValues(); ResNum++) in ExpandIntOp_PATCHPOINT() local
6502 ReplaceValueWith(SDValue(N, ResNum), NewNode.getValue(ResNum)); in ExpandIntOp_PATCHPOINT()
H A DLegalizeDAG.cpp5786 for (unsigned ResNum = 0; ResNum < Node->getNumValues(); ResNum++) in PromoteNode() local
5788 DAG.getNode(ISD::FP_ROUND, dl, OVT, Tmp2.getValue(ResNum), Tmp3)); in PromoteNode()