Searched refs:OpOpcode (Results 1 – 3 of 3) sorted by relevance
5686 if (OpOpcode == ISD::SIGN_EXTEND || OpOpcode == ISD::ZERO_EXTEND) in getNode()5688 if (OpOpcode == ISD::UNDEF) in getNode()5705 if (OpOpcode == ISD::UNDEF) in getNode()5739 if (OpOpcode == ISD::ZERO_EXTEND || OpOpcode == ISD::SIGN_EXTEND || in getNode()5743 if (OpOpcode == ISD::UNDEF) in getNode()5768 if (OpOpcode == ISD::ZERO_EXTEND || OpOpcode == ISD::SIGN_EXTEND || in getNode()5778 if (OpOpcode == ISD::UNDEF) in getNode()5796 if (OpOpcode == ISD::UNDEF) in getNode()5803 if (OpOpcode == ISD::UNDEF) in getNode()5806 if (OpOpcode == ISD::BSWAP) in getNode()[all …]
3572 unsigned OpOpcode = Op.getOpcode(); in LowerFP_TO_INT() local3590 SDValue FpToInt32 = DAG.getNode(OpOpcode, DL, MVT::i32, Src); in LowerFP_TO_INT()3601 SDValue FpToInt32 = DAG.getNode(OpOpcode, DL, MVT::i32, Src); in LowerFP_TO_INT()3603 OpOpcode == ISD::FP_TO_SINT ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerFP_TO_INT()3608 return LowerFP_TO_INT64(Op, DAG, OpOpcode == ISD::FP_TO_SINT); in LowerFP_TO_INT()
17028 unsigned OpOpcode = Op.getNode()->getOpcode(); in PerformVDIVCombine() local17030 (OpOpcode != ISD::SINT_TO_FP && OpOpcode != ISD::UINT_TO_FP)) in PerformVDIVCombine()17057 bool isSigned = OpOpcode == ISD::SINT_TO_FP; in PerformVDIVCombine()