Lines Matching refs:SELECT_CCMASK
3194 return DAG.getNode(SystemZISD::SELECT_CCMASK, DL, MVT::i32, Ops); in emitSETCC()
3505 return DAG.getNode(SystemZISD::SELECT_CCMASK, DL, Op.getValueType(), Ops); in lowerSELECT_CC()
6390 OPCODE(SELECT_CCMASK); in getTargetNodeName()
6674 if (N0.getOpcode() == SystemZISD::SELECT_CCMASK) { in combineZERO_EXTEND()
6682 SDValue NewSelect = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, VT, Ops); in combineZERO_EXTEND()
7599 if (CompareLHS->getOpcode() == SystemZISD::SELECT_CCMASK) { in combineCCMask()
7706 return DAG.getNode(SystemZISD::SELECT_CCMASK, SDLoc(N), N->getValueType(0), in combineSELECT_CCMASK()
7729 if (Select->getOpcode() != SystemZISD::SELECT_CCMASK) in combineGET_CCMASK()
7831 case SystemZISD::SELECT_CCMASK: return combineSELECT_CCMASK(N, DCI); in PerformDAGCombine()
7932 case SystemZISD::SELECT_CCMASK: in getDemandedSrcElements()
8030 case SystemZISD::SELECT_CCMASK: in computeKnownBitsForTargetNode()
8119 case SystemZISD::SELECT_CCMASK: in ComputeNumSignBitsForTargetNode()