Searched refs:LAST_VALID_COND (Results 1 – 6 of 6) sorted by relevance
51 LAST_VALID_COND = COND_LE, enumerator
92 LAST_VALID_COND = COND_G, enumerator
72 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>;
1517 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()1695 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()2064 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()2297 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
3568 if (BranchCond[0].getImm() > X86::LAST_VALID_COND) { in canMakeTailCallConditional()4004 if ((X86::CondCode)Cond[0].getImm() > X86::LAST_VALID_COND) in canInsertSelect()
1064 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in selectFCmp()