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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZ.h 46 const unsigned CCMASK_ICMP = CCMASK_0 | CCMASK_1 | CCMASK_2;
SystemZLongBranch.cpp 363 .addImm(SystemZ::CCMASK_ICMP)
381 .addImm(SystemZ::CCMASK_ICMP)
SystemZElimCompare.cpp 212 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
256 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
641 assert((CCMask.getImm() & ~SystemZ::CCMASK_ICMP) == 0 &&
SystemZInstrInfo.cpp 1538 return SystemZII::Branch(SystemZII::BranchCT, SystemZ::CCMASK_ICMP,
1542 return SystemZII::Branch(SystemZII::BranchCTG, SystemZ::CCMASK_ICMP,
1547 return SystemZII::Branch(SystemZII::BranchC, SystemZ::CCMASK_ICMP,
1552 return SystemZII::Branch(SystemZII::BranchCL, SystemZ::CCMASK_ICMP,
1557 return SystemZII::Branch(SystemZII::BranchCG, SystemZ::CCMASK_ICMP,
1562 return SystemZII::Branch(SystemZII::BranchCLG, SystemZ::CCMASK_ICMP,
SystemZFrameLowering.cpp 699 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_GT).addMBB(MBB);
SystemZISelLowering.cpp 2606 C.CCValid = SystemZ::CCMASK_ICMP;
4058 SystemZ::CCMASK_ICMP, SystemZ::CCMASK_CMP_EQ);
6481 if (CCValid != SystemZ::CCMASK_ICMP)
7538 .addImm(SystemZ::CCMASK_ICMP).addImm(KeepOldMask).addMBB(UpdateMBB);
7664 .addImm(SystemZ::CCMASK_ICMP)
7841 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
7868 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
7920 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_NE)
8108 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_LT)
8136 .addImm(SystemZ::CCMASK_ICMP).addImm(SystemZ::CCMASK_CMP_EQ
    [all...]

Completed in 36 milliseconds