Lines Matching defs:IPM
158 // Lower SET_CC into an IPM-based sequence.
5182 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg);
5183 return DAG.getNode(ISD::SRL, DL, MVT::i32, IPM,
6833 OPCODE(IPM);
8087 // Optimize the case where CompareRHS is (SRA (SHL (IPM))).
8098 auto *IPM = SHL->getOperand(0).getNode();
8099 if (IPM->getOpcode() != SystemZISD::IPM)
8113 CCReg = IPM->getOperand(0);