Home
last modified time | relevance | path

Searched refs:COND_G (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h39 COND_G = 5, enumerator
DX86InstrInfo.cpp3659 case X86::JG_1: return X86::COND_G; in getCondFromBranchOpc()
3683 case X86::SETGr: case X86::SETGm: return X86::COND_G; in getCondFromSETOpc()
3718 return X86::COND_G; in getCondFromCMovOpc()
3759 case X86::COND_G: return X86::JG_1; in GetCondBranchFromCond()
3782 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
3783 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
3805 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
3807 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
5102 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
DX86FastISel.cpp205 case CmpInst::ICMP_SGT: CC = X86::COND_G; break; in getX86ConditionCode()
DX86ISelLowering.cpp4032 case X86::COND_G: return false; in isX86CCUnsigned()
4048 case ISD::SETGT: return X86::COND_G; in TranslateIntegerX86CC()
13778 case X86::COND_G: case X86::COND_GE: in EmitTest()