Searched refs:SELECT_CCMASK (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | signbits.ll | 1 ; Test that ComputeNumSignBitsForTargetNode() (SELECT_CCMASK) will help
|
| H A D | selectcc-04.ll | 4 ; discover this and return the other SELECT_CCMASK when the operands are
|
| /llvm-project-15.0.7/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 | 77 SELECT_CCMASK, enumerator
|
| H A D | SystemZISelLowering.cpp | 2892 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 D | SystemZISelDAGToDAG.cpp | 1587 case SystemZISD::SELECT_CCMASK: { in Select() 1953 case SystemZISD::SELECT_CCMASK: in PreprocessISelDAG()
|
| H A D | SystemZOperators.td | 264 def z_select_ccmask_1 : SDNode<"SystemZISD::SELECT_CCMASK",
|