Home
last modified time | relevance | path

Searched refs:SELECT_CCMASK (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp210 End = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, PtrVT, Ops); in EmitTargetCodeForMemchr()
H A DSystemZISelLowering.h78 SELECT_CCMASK, enumerator
H A DSystemZISelLowering.cpp3194 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()
[all …]
H A DSystemZISelDAGToDAG.cpp1693 case SystemZISD::SELECT_CCMASK: { in Select()
2086 case SystemZISD::SELECT_CCMASK: in PreprocessISelDAG()
H A DSystemZOperators.td280 def z_select_ccmask_1 : SDNode<"SystemZISD::SELECT_CCMASK",