Home
last modified time | relevance | path

Searched refs:COND_A (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedPredicates.td64 // 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 DX86FlagsCopyLowering.cpp334 return X86::COND_A; in getCondFromFCMOV()
H A DX86InstrInfo.cpp3181 return X86::COND_A; in GetOppositeBranchCondition()
3182 case X86::COND_A: in GetOppositeBranchCondition()
3224 return X86::COND_A; in getSwappedCondition()
3227 case X86::COND_A: in getSwappedCondition()
3249 CC = X86::COND_A; in getX86ConditionCode()
3292 CC = X86::COND_A; in getX86ConditionCode()
5321 case X86::COND_A: in optimizeCompareInstr()
5395 ReplacementCC = X86::COND_A; in optimizeCompareInstr()
5402 case X86::COND_A: // x >u (C - 1) --> x >=u C in optimizeCompareInstr()
H A DX86ScheduleBdVer2.td481 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_A">>, [PdWriteCMOVm]>,
H A DX86ISelLowering.cpp2719 case X86::COND_A: in isX86CCSigned()
2741 case ISD::SETUGT: return X86::COND_A; in TranslateIntegerX86CC()
2839 case X86::COND_A: in hasFPCMov()
22428 case X86::COND_A: case X86::COND_AE: in EmitTest()
26037 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
26064 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
26068 X86CC = X86::COND_A; in LowerINTRINSIC_WO_CHAIN()
45411 CC = X86::COND_A; in combineSetCCAtomicArith()
45651 if (CarryCC == X86::COND_A) { in combineCarryThroughADD()
45728 case X86::COND_A: in combinePTESTCC()
[all …]
H A DX86FrameLowering.cpp3328 .addImm(X86::COND_A); in adjustForSegmentedStacks()
H A DX86ISelDAGToDAG.cpp3274 case X86::COND_A: case X86::COND_AE: in hasNoSignFlagUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h83 COND_A = 7, enumerator
287 case X86::COND_A: // JA,JNBE in classifySecondCondCodeInMacroFusion()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2766 .Cases("a", "nbe", X86::COND_A) // Above/Neither Below nor Equal in ParseConditionCode()