Home
last modified time | relevance | path

Searched refs:COND_B (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h53 COND_B = 2, enumerator
DX86InstrInfo.cpp1659 case X86::JB_4: return X86::COND_B; in GetCondFromBranchOpc()
1681 case X86::COND_B: return X86::JB_4; in GetCondBranchFromCond()
1705 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition()
1708 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
DX86ISelLowering.cpp2936 case ISD::SETULT: return X86::COND_B; in TranslateX86CC()
2980 case ISD::SETLT: return X86::COND_B; in TranslateX86CC()
3000 case X86::COND_B: in hasFPCMov()
7307 case X86::COND_B: case X86::COND_BE: in EmitTest()
7507 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT()
7749 DAG.getConstant(X86::COND_B, MVT::i8), Cmp); in LowerSELECT()
7820 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT()
7823 DAG.getConstant(X86::COND_B, MVT::i8), Cond); in LowerSELECT()
7824 if (isAllOnes(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()
7909 case X86::COND_B: in LowerBRCOND()
[all …]