Home
last modified time | relevance | path

Searched refs:IPM (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp183 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue); in addIPMSequence() local
184 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i32, IPM, in addIPMSequence()
H A DSystemZInstrInfo.cpp458 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI); in removeIPMBasedCompare() local
459 if (!IPM || IPM->getOpcode() != SystemZ::IPM) in removeIPMBasedCompare()
463 if (IPM->getParent() != Compare->getParent()) in removeIPMBasedCompare()
465 MachineBasicBlock::iterator MBBI = IPM, MBBE = Compare; in removeIPMBasedCompare()
477 eraseIfDead(IPM, MRI); in removeIPMBasedCompare()
H A DSystemZISelLowering.h136 IPM, enumerator
H A DSystemZOperators.td169 def z_ipm : SDNode<"SystemZISD::IPM", SDT_ZI32Intrinsic,
H A DSystemZISelLowering.cpp1666 SDValue Result = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue); in emitSETCC()
2512 OPCODE(IPM); in getTargetNodeName()
H A DSystemZInstrInfo.td1350 def IPM : InherentRRE<"ipm", 0xB222, GR32, (z_ipm)>;