Searched refs:COND_A (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedPredicates.td | 64 // A predicate to check for COND_A and COND_BE CMOVs which have an extra uop 67 CheckImmOperand_s<3, "X86::COND_A">, 72 CheckImmOperand_s<7, "X86::COND_A">, 76 // A predicate to check for COND_A and COND_BE SETCCs which have an extra uop 79 CheckImmOperand_s<1, "X86::COND_A">, 84 CheckImmOperand_s<5, "X86::COND_A">,
|
| H A D | X86InstrInfo.cpp | 3244 case X86::COND_A: in getCCMPCondFlagsFromCondCode() 3321 return X86::COND_A; in GetOppositeBranchCondition() 3322 case X86::COND_A: in GetOppositeBranchCondition() 3364 return X86::COND_A; in getSwappedCondition() 3367 case X86::COND_A: in getSwappedCondition() 3389 CC = X86::COND_A; in getX86ConditionCode() 3432 CC = X86::COND_A; in getX86ConditionCode() 5497 case X86::COND_A: in optimizeCompareInstr() 5571 ReplacementCC = X86::COND_A; in optimizeCompareInstr() 5578 case X86::COND_A: // x >u (C - 1) --> x >=u C in optimizeCompareInstr()
|
| H A D | X86ScheduleBdVer2.td | 481 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_A">>, [PdWriteCMOVm]>,
|
| H A D | X86ISelLowering.cpp | 2950 case X86::COND_A: in isX86CCSigned() 2973 case ISD::SETUGT: return X86::COND_A; in TranslateIntegerX86CC() 3043 case ISD::SETGT: return X86::COND_A; in TranslateX86CC() 3074 case X86::COND_A: in hasFPCMov() 23339 case X86::COND_A: case X86::COND_AE: in EmitTest() 26836 SetCC = getSETCC(X86::COND_A, Comi, dl, DAG); in LowerINTRINSIC_WO_CHAIN() 27137 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 27164 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 27168 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 48221 if (CC == X86::COND_A && !Comparison.isMaxValue()) { in combineSetCCAtomicArith() [all …]
|
| H A D | X86FrameLowering.cpp | 3447 .addImm(X86::COND_A); in adjustForSegmentedStacks()
|
| H A D | X86ISelDAGToDAG.cpp | 3404 case X86::COND_A: case X86::COND_AE: in hasNoSignFlagUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 85 COND_A = 7, enumerator 273 case X86::COND_A: // JA,JNBE in classifySecondCondCodeInMacroFusion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2855 .Cases("a", "nbe", X86::COND_A) // Above/Neither Below nor Equal in ParseConditionCode()
|