Searched refs:LAST_VALID_COND (Results 1 – 7 of 7) sorted by relevance
51 LAST_VALID_COND = COND_LE, enumerator
97 LAST_VALID_COND = COND_G, enumerator
76 using CondRegArray = std::array<unsigned, X86::LAST_VALID_COND + 1>;
1527 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectCmp()1705 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86SelectBranch()2074 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in X86FastEmitCMoveSelect()2305 if (CC > X86::LAST_VALID_COND) in X86FastEmitPseudoSelect()
1015 assert(CC <= X86::LAST_VALID_COND && "Unexpected condition code."); in selectFCmp()
2900 if (BranchCond[0].getImm() > X86::LAST_VALID_COND) { in canMakeTailCallConditional()3317 if ((X86::CondCode)Cond[0].getImm() > X86::LAST_VALID_COND) in canInsertSelect()
922 1 + (int)X86::CondCode::LAST_VALID_COND); in generateInstructionVariants()