reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13059 SDValue N0 = N->getOperand(0); 13060 EVT VT = N->getValueType(0); 13063 if (N->hasOneUse() && 13064 N->use_begin()->getOpcode() == ISD::FP_ROUND) 13069 return DAG.getNode(ISD::FP_EXTEND, SDLoc(N), VT, N0); 13074 return DAG.getNode(ISD::FP16_TO_FP, SDLoc(N), VT, N0.getOperand(0)); 13083 return DAG.getNode(ISD::FP_ROUND, SDLoc(N), VT, 13085 return DAG.getNode(ISD::FP_EXTEND, SDLoc(N), VT, In); 13092 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT, 13096 CombineTo(N, ExtLoad); 13102 return SDValue(N, 0); // Return N so it doesn't get rechecked! 13105 if (SDValue NewVSel = matchVSelectOpSizesWithSetCC(N))