Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dsignbits.ll1 ; Test that ComputeNumSignBitsForTargetNode() (SELECT_CCMASK) will help
H A Dselectcc-04.ll4 ; discover this and return the other SELECT_CCMASK when the operands are
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp210 End = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, PtrVT, Ops); in EmitTargetCodeForMemchr()
H A DSystemZISelLowering.h77 SELECT_CCMASK, enumerator
H A DSystemZISelLowering.cpp2892 return DAG.getNode(SystemZISD::SELECT_CCMASK, DL, MVT::i32, Ops); in emitSETCC()
3205 return DAG.getNode(SystemZISD::SELECT_CCMASK, DL, Op.getValueType(), Ops); in lowerSELECT_CC()
5924 OPCODE(SELECT_CCMASK); in getTargetNodeName()
6197 if (N0.getOpcode() == SystemZISD::SELECT_CCMASK) { in combineZERO_EXTEND()
6205 SDValue NewSelect = DAG.getNode(SystemZISD::SELECT_CCMASK, DL, VT, Ops); in combineZERO_EXTEND()
6916 if (CompareLHS->getOpcode() == SystemZISD::SELECT_CCMASK) { in combineCCMask()
7044 if (Select->getOpcode() != SystemZISD::SELECT_CCMASK) in combineGET_CCMASK()
7146 case SystemZISD::SELECT_CCMASK: return combineSELECT_CCMASK(N, DCI); in PerformDAGCombine()
7247 case SystemZISD::SELECT_CCMASK: in getDemandedSrcElements()
7345 case SystemZISD::SELECT_CCMASK: in computeKnownBitsForTargetNode()
[all …]
H A DSystemZISelDAGToDAG.cpp1587 case SystemZISD::SELECT_CCMASK: { in Select()
1953 case SystemZISD::SELECT_CCMASK: in PreprocessISelDAG()
H A DSystemZOperators.td264 def z_select_ccmask_1 : SDNode<"SystemZISD::SELECT_CCMASK",