reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2821 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); 2822 SDLoc dl(Op); 2830 EVT Ty = Op.getValueType(); 2833 Op.getOperand(1)); 2837 return DAG.getNode(ISD::ABS, dl, Ty, Op.getOperand(1)); 2843 return DAG.getNode(ISD::SMAX, dl, Op.getValueType(), 2844 Op.getOperand(1), Op.getOperand(2)); 2844 Op.getOperand(1), Op.getOperand(2)); 2846 return DAG.getNode(ISD::UMAX, dl, Op.getValueType(), 2847 Op.getOperand(1), Op.getOperand(2)); 2847 Op.getOperand(1), Op.getOperand(2)); 2849 return DAG.getNode(ISD::SMIN, dl, Op.getValueType(), 2850 Op.getOperand(1), Op.getOperand(2)); 2850 Op.getOperand(1), Op.getOperand(2)); 2852 return DAG.getNode(ISD::UMIN, dl, Op.getValueType(), 2853 Op.getOperand(1), Op.getOperand(2)); 2853 Op.getOperand(1), Op.getOperand(2)); 2856 return DAG.getNode(AArch64ISD::SUNPKHI, dl, Op.getValueType(), 2857 Op.getOperand(1)); 2859 return DAG.getNode(AArch64ISD::SUNPKLO, dl, Op.getValueType(), 2860 Op.getOperand(1)); 2862 return DAG.getNode(AArch64ISD::UUNPKHI, dl, Op.getValueType(), 2863 Op.getOperand(1)); 2865 return DAG.getNode(AArch64ISD::UUNPKLO, dl, Op.getValueType(), 2866 Op.getOperand(1)); 2873 Op.getSimpleValueType()); 2880 SDValue FnOp = Op.getOperand(1); 2881 SDValue IncomingFPOp = Op.getOperand(2);