Searched refs:COND_AE (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 81 COND_AE = 3, enumerator 274 case X86::COND_AE: // JAE,JNC,JNB in classifySecondCondCodeInMacroFusion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3243 case X86::COND_AE: in getCCMPCondFlagsFromCondCode() 3319 return X86::COND_AE; in GetOppositeBranchCondition() 3324 case X86::COND_AE: in GetOppositeBranchCondition() 3366 return X86::COND_AE; in getSwappedCondition() 3369 case X86::COND_AE: in getSwappedCondition() 3395 CC = X86::COND_AE; in getX86ConditionCode() 3435 CC = X86::COND_AE; in getX86ConditionCode() 5238 return std::make_pair(X86::COND_AE, 1U); in isUseDefConvertible() 5260 return std::make_pair(X86::COND_AE, 1U); in isUseDefConvertible() 5498 case X86::COND_AE: in optimizeCompareInstr() [all …]
|
| H A D | X86FrameLowering.cpp | 1091 .addImm(X86::COND_AE); in emitStackProbeInlineWindowsCoreCLR64() 3693 .addImm(X86::COND_AE); in adjustForHiPEPrologue()
|
| H A D | X86ISelLowering.cpp | 2952 case X86::COND_AE: in isX86CCSigned() 2975 case ISD::SETUGE: return X86::COND_AE; in TranslateIntegerX86CC() 3046 case ISD::SETGE: return X86::COND_AE; in TranslateX86CC() 3075 case X86::COND_AE: in hasFPCMov() 23339 case X86::COND_A: case X86::COND_AE: in EmitTest() 23774 X86CC = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in LowerAndToBT() 24483 X86Cond = CC == ISD::SETEQ ? X86::COND_B : X86::COND_AE; in EmitAVX512Test() 24589 X86CondCode = CC == ISD::SETEQ ? X86::COND_AE : X86::COND_B; in emitFlagsForSetcc() 25157 if ((CondCode == X86::COND_AE || CondCode == X86::COND_B) && in LowerSELECT() 26841 SetCC = getSETCC(X86::COND_AE, Comi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() [all …]
|
| H A D | X86ISelDAGToDAG.cpp | 3404 case X86::COND_A: case X86::COND_AE: in hasNoSignFlagUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2851 .Cases("ae", "nb", X86::COND_AE) // Above or Equal/Not Below in ParseConditionCode()
|