Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.h38 COND_G = 5, enumerator
DX86InstrInfo.cpp3210 case X86::JG_1: return X86::COND_G; in getCondFromBranchOpc()
3234 case X86::SETGr: case X86::SETGm: return X86::COND_G; in getCondFromSETOpc()
3269 return X86::COND_G; in getCondFromCMovOpc()
3310 case X86::COND_G: return X86::JG_1; in GetCondBranchFromCond()
3333 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
3334 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
3356 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
3358 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
4457 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
DX86FastISel.cpp201 case CmpInst::ICMP_SGT: CC = X86::COND_G; break; in getX86ConditionCode()
DX86ISelLowering.cpp3618 case X86::COND_G: return false; in isX86CCUnsigned()
3657 case ISD::SETGT: return X86::COND_G; in TranslateX86CC()
12490 case X86::COND_G: case X86::COND_GE: in EmitTest()