| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1891 IPMConversion IPM = getIPMConversion(CCValid, CCMask); in expandSelectBoolean() local 1892 SDValue Result = CurDAG->getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); in expandSelectBoolean() 1894 if (IPM.XORValue) in expandSelectBoolean() 1896 CurDAG->getConstant(IPM.XORValue, DL, MVT::i32)); in expandSelectBoolean() 1898 if (IPM.AddValue) in expandSelectBoolean() 1900 CurDAG->getConstant(IPM.AddValue, DL, MVT::i32)); in expandSelectBoolean() 1903 if (VT == MVT::i32 && IPM.Bit == 31) { in expandSelectBoolean() 1906 CurDAG->getConstant(IPM.Bit, DL, MVT::i32)); in expandSelectBoolean() 1914 CurDAG->getConstant(IPM.Bit, DL, MVT::i32)); in expandSelectBoolean() 1919 int ShlAmt = VT.getSizeInBits() - 1 - IPM.Bit; in expandSelectBoolean()
|
| H A D | SystemZSelectionDAGInfo.cpp | 184 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); in addIPMSequence() local 185 SDValue SHL = DAG.getNode(ISD::SHL, DL, MVT::i32, IPM, in addIPMSequence()
|
| H A D | SystemZCopyPhysRegs.cpp | 92 BuildMI(MBB, MI, DL, TII->get(SystemZ::IPM), Tmp); in visitMBB()
|
| H A D | SystemZISelLowering.h | 152 IPM, enumerator
|
| H A D | SystemZISelLowering.cpp | 4201 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); in getCCResult() local 4202 return DAG.getNode(ISD::SRL, DL, MVT::i32, IPM, in getCCResult() 5649 OPCODE(IPM); in getTargetNodeName() 6566 auto *IPM = SHL->getOperand(0).getNode(); in combineCCMask() local 6567 if (IPM->getOpcode() != SystemZISD::IPM) in combineCCMask() 6581 CCReg = IPM->getOperand(0); in combineCCMask()
|
| H A D | SystemZOperators.td | 273 def z_ipm_1 : SDNode<"SystemZISD::IPM", SDT_ZIPM>;
|
| H A D | SystemZScheduleZ196.td | 650 def : InstRW<[WLat3, FXU, EndGroup], (instregex "IPM$")>;
|
| H A D | SystemZScheduleZEC12.td | 663 def : InstRW<[WLat3, FXU, EndGroup], (instregex "IPM$")>;
|
| H A D | SystemZScheduleZ13.td | 693 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
| H A D | SystemZScheduleZ15.td | 728 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
| H A D | SystemZScheduleZ14.td | 713 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
| H A D | SystemZInstrInfo.td | 2033 def IPM : InherentRRE<"ipm", 0xB222, GR32, z_ipm>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 861 for (PMDataManager *IPM : IndirectPassManagers) in initializeAllAnalysisInfo() 862 IPM->initializeAnalysisInfo(); in initializeAllAnalysisInfo()
|
| /freebsd-13.1/share/misc/ |
| H A D | pci_vendors | 14314 e02a Diva IPM-300 PCI v1 14315 e02c Diva IPM-600 PCI v1
|