HomeSort by: relevance | last modified time | path
    Searched refs:IPM (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZCopyPhysRegs.cpp 92 BuildMI(MBB, MI, DL, TII->get(SystemZ::IPM), Tmp);
SystemZSelectionDAGInfo.cpp 168 // The sequence starts with IPM, which puts CC into bits 29 and 28
172 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg);
173 SDValue SHL = DAG.getNode(ISD::SHL, DL, MVT::i32, IPM,
SystemZISelDAGToDAG.cpp 345 // Try to expand a boolean SELECT_CCMASK using an IPM sequence.
1793 // Represents a sequence for extracting a 0/1 value from an IPM result:
1805 // Return a sequence for getting a 1 from an IPM result when CC has a
1810 // of the IPM result.
1822 // IPM result are zero.
1891 IPMConversion IPM = getIPMConversion(CCValid, CCMask);
1892 SDValue Result = CurDAG->getNode(SystemZISD::IPM, DL, MVT::i32, CCReg);
1894 if (IPM.XORValue)
1896 CurDAG->getConstant(IPM.XORValue, DL, MVT::i32));
1898 if (IPM.AddValue
    [all...]
SystemZISelLowering.h 152 IPM,
SystemZISelLowering.cpp 140 // Lower SET_CC into an IPM-based sequence.
4152 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, CCReg);
4153 return DAG.getNode(ISD::SRL, DL, MVT::i32, IPM,
5621 OPCODE(IPM);
6527 // Optimize the case where CompareRHS is (SRA (SHL (IPM))).
6538 auto *IPM = SHL->getOperand(0).getNode();
6539 if (IPM->getOpcode() != SystemZISD::IPM)
6553 CCReg = IPM->getOperand(0)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LegacyPassManager.cpp 861 for (PMDataManager *IPM : IndirectPassManagers)
862 IPM->initializeAnalysisInfo();

Completed in 45 milliseconds