Searched refs:COND_BE (Results 1 – 4 of 4) sorted by relevance
36 COND_BE = 3, enumerator
3213 case X86::JBE_1: return X86::COND_BE; in getCondFromBranchOpc()3232 case X86::SETBEr: case X86::SETBEm: return X86::COND_BE; in getCondFromSETOpc()3263 return X86::COND_BE; in getCondFromCMovOpc()3313 case X86::COND_BE: return X86::JBE_1; in GetCondBranchFromCond()3337 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition()3338 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition()3361 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition()3363 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition()4456 case X86::COND_B: case X86::COND_BE: in optimizeCompareInstr()
187 case CmpInst::FCMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()200 case CmpInst::ICMP_ULE: CC = X86::COND_BE; break; in getX86ConditionCode()
3625 case X86::COND_BE: return true; in isX86CCUnsigned()3664 case ISD::SETULE: return X86::COND_BE; in TranslateX86CC()3709 case ISD::SETLE: return X86::COND_BE; in TranslateX86CC()3727 case X86::COND_BE: in hasFPCMov()12487 case X86::COND_B: case X86::COND_BE: in EmitTest()