Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FP_EXTEND

82     case ISD::FP_EXTEND:   R = SoftenFloatRes_FP_EXTEND(N); break;
358 assert(LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported FP_EXTEND!");
362 // FIXME: Should we just use 'normal' FP_EXTEND / FP_TRUNC instead of special
490 // Do a non-extending load followed by FP_EXTEND.
499 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL));
865 case ISD::FP_EXTEND: ExpandFloatRes_FP_EXTEND(N, Lo, Hi); break;
1062 Hi = DAG.getNode(ISD::FP_EXTEND, N->getDebugLoc(), NVT, N->getOperand(0));