Lines Matching defs:IPM
151 // Lower SET_CC into an IPM-based sequence.
4809 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg);
4810 return DAG.getNode(ISD::SRL, DL, MVT::i32, IPM,
6414 OPCODE(IPM);
7634 // Optimize the case where CompareRHS is (SRA (SHL (IPM))).
7645 auto *IPM = SHL->getOperand(0).getNode();
7646 if (IPM->getOpcode() != SystemZISD::IPM)
7660 CCReg = IPM->getOperand(0);