/freebsd/contrib/file/magic/Magdir/ |
H A D | mail.news | 112 # attMessageClass data like: "IPM.Microsoft Mail.Note" "IPM.Note.Portada Newseum" 113 # "IPM.Appointment" "IPM.Note.Microsoft.Voicemail.UM.CA"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 164 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); in addIPMSequence() local 165 SDValue SHL = DAG.getNode(ISD::SHL, DL, MVT::i32, IPM, in addIPMSequence()
|
H A D | SystemZISelDAGToDAG.cpp | 2019 IPMConversion IPM = getIPMConversion(CCValid, CCMask); in expandSelectBoolean() local 2020 SDValue Result = CurDAG->getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); in expandSelectBoolean() 2022 if (IPM.XORValue) in expandSelectBoolean() 2024 CurDAG->getConstant(IPM.XORValue, DL, MVT::i32)); in expandSelectBoolean() 2026 if (IPM.AddValue) in expandSelectBoolean() 2028 CurDAG->getConstant(IPM.AddValue, DL, MVT::i32)); in expandSelectBoolean() 2031 if (VT == MVT::i32 && IPM.Bit == 31) { in expandSelectBoolean() 2034 CurDAG->getConstant(IPM.Bit, DL, MVT::i32)); in expandSelectBoolean() 2042 CurDAG->getConstant(IPM.Bit, DL, MVT::i32)); in expandSelectBoolean() 2047 int ShlAmt = VT.getSizeInBits() - 1 - IPM.Bit; in expandSelectBoolean()
|
H A D | SystemZCopyPhysRegs.cpp | 84 BuildMI(MBB, MI, DL, TII->get(SystemZ::IPM), Tmp); in visitMBB()
|
H A D | SystemZISelLowering.h | 147 IPM, enumerator
|
H A D | SystemZISelLowering.cpp | 4809 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg); in getCCResult() local 4810 return DAG.getNode(ISD::SRL, DL, MVT::i32, IPM, in getCCResult() 6414 OPCODE(IPM); in getTargetNodeName() 7645 auto *IPM = SHL->getOperand(0).getNode(); in combineCCMask() local 7646 if (IPM->getOpcode() != SystemZISD::IPM) in combineCCMask() 7660 CCReg = IPM->getOperand(0); in combineCCMask()
|
H A D | SystemZOperators.td | 282 def z_ipm_1 : SDNode<"SystemZISD::IPM", SDT_ZIPM>;
|
H A D | SystemZScheduleZEC12.td | 663 def : InstRW<[WLat3, FXU, EndGroup], (instregex "IPM$")>;
|
H A D | SystemZScheduleZ196.td | 650 def : InstRW<[WLat3, FXU, EndGroup], (instregex "IPM$")>;
|
H A D | SystemZScheduleZ13.td | 693 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
H A D | SystemZScheduleZ14.td | 713 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
H A D | SystemZScheduleZ15.td | 729 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
H A D | SystemZScheduleZ16.td | 729 def : InstRW<[WLat3, FXa, EndGroup], (instregex "IPM$")>;
|
H A D | SystemZInstrInfo.td | 1999 def IPM : InherentRRE<"ipm", 0xB222, GR32, z_ipm>;
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 859 for (PMDataManager *IPM : IndirectPassManagers) in initializeAllAnalysisInfo() 860 IPM->initializeAnalysisInfo(); in initializeAllAnalysisInfo()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 15353 e02a Diva IPM-300 PCI v1 15354 e02c Diva IPM-600 PCI v1
|