HomeSort by relevance Sort by last modified time
    Searched refs:IPM (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 171 // The sequence starts with IPM, which puts CC into bits 29 and 28
175 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue);
176 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i32, IPM,
SystemZInstrInfo.cpp 471 // the result of an IPM sequence whose input CC survives until Compare,
490 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI);
491 if (!IPM || IPM->getOpcode() != SystemZ::IPM)
494 // Check that there are no assignments to CC between the IPM and Compare,
495 if (IPM->getParent() != Compare.getParent())
497 MachineBasicBlock::iterator MBBI = IPM, MBBE = Compare.getIterator();
509 eraseIfDead(IPM, MRI);
    [all...]
SystemZISelLowering.h 144 IPM,
SystemZISelLowering.cpp 31 // Represents a sequence for extracting a 0/1 value from an IPM result:
137 // Lower SET_CC into an IPM-based sequence.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
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 SRL = DAG.getNode(ISD::SRL, DL, MVT::i32, IPM,
SystemZISelDAGToDAG.cpp 338 // Try to expand a boolean SELECT_CCMASK using an IPM sequence.
    [all...]
SystemZInstrInfo.cpp 582 // the result of an IPM sequence whose input CC survives until Compare,
601 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI);
602 if (!IPM || IPM->getOpcode() != SystemZ::IPM)
605 // Check that there are no assignments to CC between the IPM and Compare,
606 if (IPM->getParent() != Compare.getParent())
608 MachineBasicBlock::iterator MBBI = IPM, MBBE = Compare.getIterator();
620 eraseIfDead(IPM, MRI);
    [all...]
SystemZISelLowering.h 151 IPM,
SystemZISelLowering.cpp 134 // Lower SET_CC into an IPM-based sequence.
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 793 for (PMDataManager *IPM : IndirectPassManagers)
794 IPM->initializeAnalysisInfo();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LegacyPassManager.cpp 858 for (PMDataManager *IPM : IndirectPassManagers)
859 IPM->initializeAnalysisInfo();
    [all...]
  /external/v8/src/s390/
simulator-s390.h 682 EVALUATE(IPM);
constants-s390.h     [all...]
simulator-s390.cc     [all...]

Completed in 863 milliseconds