Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_EXTEND

86     case ISD::FP_EXTEND:   R = SoftenFloatRes_FP_EXTEND(N); break;
377 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
381 // FIXME: Should we just use 'normal' FP_EXTEND / FP_TRUNC instead of special
530 // Do a non-extending load followed by FP_EXTEND.
540 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL));
831 case ISD::FP_EXTEND: ExpandFloatRes_FP_EXTEND(N, Lo, Hi); break;
1046 Hi = DAG.getNode(ISD::FP_EXTEND, SDLoc(N), NVT, N->getOperand(0));