Searched refs:SELECT_CCMASK (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 210 End = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, PtrVT, Ops); in EmitTargetCodeForMemchr()
|
H A D | SystemZISelLowering.h | 78 SELECT_CCMASK, enumerator
|
H A D | SystemZISelLowering.cpp | 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() [all …]
|
H A D | SystemZISelDAGToDAG.cpp | 1693 case SystemZISD::SELECT_CCMASK: { in Select() 2086 case SystemZISD::SELECT_CCMASK: in PreprocessISelDAG()
|
H A D | SystemZOperators.td | 280 def z_select_ccmask_1 : SDNode<"SystemZISD::SELECT_CCMASK",
|