Searched refs:OpOpcode (Results 1 – 3 of 3) sorted by relevance
5221 if (OpOpcode == ISD::SIGN_EXTEND || OpOpcode == ISD::ZERO_EXTEND) in getNode()5223 if (OpOpcode == ISD::UNDEF) in getNode()5242 if (OpOpcode == ISD::UNDEF) in getNode()5260 if (OpOpcode == ISD::ZERO_EXTEND || OpOpcode == ISD::SIGN_EXTEND || in getNode()5264 if (OpOpcode == ISD::UNDEF) in getNode()5291 if (OpOpcode == ISD::ZERO_EXTEND || OpOpcode == ISD::SIGN_EXTEND || in getNode()5301 if (OpOpcode == ISD::UNDEF) in getNode()5319 if (OpOpcode == ISD::UNDEF) in getNode()5327 if (OpOpcode == ISD::UNDEF) in getNode()5330 if (OpOpcode == ISD::BSWAP) in getNode()[all …]
2688 unsigned OpOpcode = Op.getOpcode(); in LowerFP_TO_INT() local2700 SDValue FpToInt32 = DAG.getNode(OpOpcode, DL, MVT::i32, Src); in LowerFP_TO_INT()2708 SDValue FpToInt32 = DAG.getNode(OpOpcode, DL, MVT::i32, Src); in LowerFP_TO_INT()2710 OpOpcode == ISD::FP_TO_SINT ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerFP_TO_INT()2715 return LowerFP_TO_INT64(Op, DAG, OpOpcode == ISD::FP_TO_SINT); in LowerFP_TO_INT()
16796 unsigned OpOpcode = Op.getNode()->getOpcode(); in PerformVDIVCombine() local16798 (OpOpcode != ISD::SINT_TO_FP && OpOpcode != ISD::UINT_TO_FP)) in PerformVDIVCombine()16825 bool isSigned = OpOpcode == ISD::SINT_TO_FP; in PerformVDIVCombine()