Searched refs:COND_A (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/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 | X86FlagsCopyLowering.cpp | 352 return X86::COND_A; in getCondFromFCMOV()
|
H A D | X86InstrInfo.cpp | 2778 case X86::COND_BE: return X86::COND_A; in GetOppositeBranchCondition() 2779 case X86::COND_A: return X86::COND_BE; in GetOppositeBranchCondition() 2803 case X86::COND_B: return X86::COND_A; in getSwappedCondition() 2805 case X86::COND_A: return X86::COND_B; in getSwappedCondition() 2819 case CmpInst::FCMP_OGT: CC = X86::COND_A; break; in getX86ConditionCode() 2835 case CmpInst::ICMP_UGT: CC = X86::COND_A; break; in getX86ConditionCode() 4508 case X86::COND_A: case X86::COND_AE: in optimizeCompareInstr() 4576 ReplacementCC = X86::COND_A; in optimizeCompareInstr() 4583 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 | 5514 case X86::COND_A: in isX86CCSigned() 5536 case ISD::SETUGT: return X86::COND_A; in TranslateIntegerX86CC() 5634 case X86::COND_A: in hasFPCMov() 24090 case X86::COND_A: case X86::COND_AE: in EmitTest() 27692 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 27719 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 27723 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN() 46322 CC = X86::COND_A; in combineSetCCAtomicArith() 46562 if (CarryCC == X86::COND_A) { in combineCarryThroughADD() 46639 case X86::COND_A: in combinePTESTCC() [all …]
|
H A D | X86FrameLowering.cpp | 3146 BuildMI(checkMBB, DL, TII.get(X86::JCC_1)).addMBB(&PrologueMBB).addImm(X86::COND_A); in adjustForSegmentedStacks()
|
H A D | X86ISelDAGToDAG.cpp | 3016 case X86::COND_A: case X86::COND_AE: in hasNoSignFlagUses()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 88 COND_A = 7, enumerator 314 case X86::COND_A: in classifySecondCondCodeInMacroFusion()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2757 .Cases("a", "nbe", X86::COND_A) // Above/Neither Below nor Equal in ParseConditionCode()
|