Searched refs:COND_AE (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 34 COND_AE = 1, enumerator
|
D | X86InstrInfo.cpp | 1850 case X86::JAE_4: return X86::COND_AE; in GetCondFromBranchOpc() 1872 case X86::COND_AE: return X86::JAE_4; in GetCondBranchFromCond() 1893 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition() 1896 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition()
|
D | X86ISelLowering.cpp | 3006 case ISD::SETUGE: return X86::COND_AE; in TranslateX86CC() 3044 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC() 3072 case X86::COND_AE: in hasFPCMov() 8161 case X86::COND_A: case X86::COND_AE: in EmitTest() 8362 unsigned Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT() 8732 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT() 11493 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE))) in EmitVAARG64WithCustomInserter()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 35 COND_AE = 1, enumerator
|
D | X86InstrInfo.cpp | 3698 case X86::JAE_1: return X86::COND_AE; in getCondFromBranchOpc() 3713 case X86::SETAEr: case X86::SETAEm: return X86::COND_AE; in getCondFromSETOpc() 3740 return X86::COND_AE; in getCondFromCMovOpc() 3798 case X86::COND_AE: return X86::JAE_1; in GetCondBranchFromCond() 3819 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition() 3822 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition() 3846 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition() 3848 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition() 5226 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr()
|
D | X86FastISel.cpp | 188 case CmpInst::FCMP_OGE: CC = X86::COND_AE; break; in getX86ConditionCode() 203 case CmpInst::ICMP_UGE: CC = X86::COND_AE; break; in getX86ConditionCode()
|
D | X86ISelLowering.cpp | 3947 case X86::COND_AE: in isX86CCUnsigned() 3969 case ISD::SETUGE: return X86::COND_AE; in TranslateIntegerX86CC() 4034 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC() 4062 case X86::COND_AE: in hasFPCMov() 14627 case X86::COND_A: case X86::COND_AE: in EmitTest() 15051 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerToBT() 15966 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT() 17804 DAG.getConstant(X86::COND_AE, dl, MVT::i8), Comi); in LowerINTRINSIC_WO_CHAIN() 17808 DAG.getConstant(X86::COND_AE, dl, MVT::i8), InvComi); in LowerINTRINSIC_WO_CHAIN() 22870 BuildMI(thisMBB, DL, TII->get(X86::GetCondBranchFromCond(X86::COND_AE))) in EmitVAARG64WithCustomInserter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 43 COND_AE = 1, enumerator
|
D | X86InstrInfo.cpp | 2133 case X86::JAE_1: return X86::COND_AE; in getCondFromBranchOpc() 2148 case X86::SETAEr: case X86::SETAEm: return X86::COND_AE; in getCondFromSETOpc() 2175 return X86::COND_AE; in getCondFromCMovOpc() 2233 case X86::COND_AE: return X86::JAE_1; in GetCondBranchFromCond() 2254 case X86::COND_B: return X86::COND_AE; in GetOppositeBranchCondition() 2257 case X86::COND_AE: return X86::COND_B; in GetOppositeBranchCondition() 2281 case X86::COND_BE: return X86::COND_AE; in getSwappedCondition() 2283 case X86::COND_AE: return X86::COND_BE; in getSwappedCondition() 2298 case CmpInst::FCMP_OGE: CC = X86::COND_AE; break; in getX86ConditionCode() 2313 case CmpInst::ICMP_UGE: CC = X86::COND_AE; break; in getX86ConditionCode() [all …]
|
D | X86ISelLowering.cpp | 4492 case X86::COND_AE: in isX86CCUnsigned() 4514 case ISD::SETUGE: return X86::COND_AE; in TranslateIntegerX86CC() 4579 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC() 4607 case X86::COND_AE: in hasFPCMov() 17695 case X86::COND_A: case X86::COND_AE: in EmitTest() 18132 X86::CondCode Cond = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in getBitTestCondition() 18685 X86CC = CC == ISD::SETEQ ? X86::COND_B : X86::COND_AE; in EmitKTEST() 19120 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT() 20915 SetCC = getSETCC(X86::COND_AE, Comi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() 20918 SetCC = getSETCC(X86::COND_AE, InvComi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() [all …]
|