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

  /external/llvm/lib/Target/SystemZ/
SystemZ.h 35 const unsigned CCMASK_CMP_EQ = CCMASK_0;
39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT;
SystemZElimCompare.cpp 253 ReusableCCMask &= SystemZ::CCMASK_CMP_EQ;
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZ.h 35 const unsigned CCMASK_CMP_EQ = CCMASK_0;
39 const unsigned CCMASK_CMP_LE = CCMASK_CMP_EQ | CCMASK_CMP_LT;
40 const unsigned CCMASK_CMP_GE = CCMASK_CMP_EQ | CCMASK_CMP_GT;
SystemZElimCompare.cpp 260 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_EQ)
327 ReusableCCMask &= SystemZ::CCMASK_CMP_EQ;
SystemZISelLowering.cpp     [all...]

Completed in 2927 milliseconds