Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h38 COND_G = 5, enumerator
DX86InstrInfo.cpp1845 case X86::JG_4: return X86::COND_G; in GetCondFromBranchOpc()
1867 case X86::COND_G: return X86::JG_4; in GetCondBranchFromCond()
1890 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
1891 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
DX86ISelLowering.cpp2998 case ISD::SETGT: return X86::COND_G; in TranslateX86CC()
8165 case X86::COND_G: case X86::COND_GE: in EmitTest()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h39 COND_G = 5, enumerator
DX86InstrInfo.cpp3693 case X86::JG_1: return X86::COND_G; in getCondFromBranchOpc()
3717 case X86::SETGr: case X86::SETGm: return X86::COND_G; in getCondFromSETOpc()
3752 return X86::COND_G; in getCondFromCMovOpc()
3793 case X86::COND_G: return X86::JG_1; in GetCondBranchFromCond()
3816 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
3817 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
3841 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
3843 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
5228 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
DX86FastISel.cpp206 case CmpInst::ICMP_SGT: CC = X86::COND_G; break; in getX86ConditionCode()
DX86ISelLowering.cpp3949 case X86::COND_G: in isX86CCUnsigned()
3961 case ISD::SETGT: return X86::COND_G; in TranslateIntegerX86CC()
14631 case X86::COND_G: case X86::COND_GE: in EmitTest()
26986 CC = X86::COND_G; in combineSetCCAtomicArith()
26987 else if (CC == X86::COND_G && Addend == -1) in combineSetCCAtomicArith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h47 COND_G = 5, enumerator
DX86InstrInfo.cpp2128 case X86::JG_1: return X86::COND_G; in getCondFromBranchOpc()
2152 case X86::SETGr: case X86::SETGm: return X86::COND_G; in getCondFromSETOpc()
2187 return X86::COND_G; in getCondFromCMovOpc()
2228 case X86::COND_G: return X86::JG_1; in GetCondBranchFromCond()
2251 case X86::COND_LE: return X86::COND_G; in GetOppositeBranchCondition()
2252 case X86::COND_G: return X86::COND_LE; in GetOppositeBranchCondition()
2276 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
2278 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
2316 case CmpInst::ICMP_SGT: CC = X86::COND_G; break; in getX86ConditionCode()
3805 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
DX86ISelLowering.cpp4494 case X86::COND_G: in isX86CCUnsigned()
4506 case ISD::SETGT: return X86::COND_G; in TranslateIntegerX86CC()
17699 case X86::COND_G: case X86::COND_GE: in EmitTest()
33041 CC = X86::COND_G; in combineSetCCAtomicArith()
33042 else if (CC == X86::COND_G && Addend == -1) in combineSetCCAtomicArith()