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

  /external/llvm/lib/Target/SystemZ/
SystemZ.h 47 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2;
SystemZLongBranch.cpp 350 .addImm(SystemZ::CCMASK_ICMP)
368 .addImm(SystemZ::CCMASK_ICMP)
SystemZElimCompare.cpp 185 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
394 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 &&
SystemZInstrInfo.cpp 688 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP,
692 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP,
697 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP,
702 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP,
SystemZISelLowering.cpp     [all...]

Completed in 333 milliseconds