Home
last modified time | relevance | path

Searched refs:CCMN (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedTSV110.td58 // 1cyc_1BRU: ADDS, ADCS, ANDS, BICS, SUBS, SBCS, CCMN, CCMP
403 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
H A DAArch64SchedThunderX2T99.td433 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
455 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
474 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
H A DAArch64SchedThunderX3T110.td693 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
715 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
734 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
H A DAArch64ISelLowering.h179 CCMN, enumerator
H A DAArch64SchedOryon.td707 // We have CCMP, CCMN as LLVM DAG node
715 (instregex "^CCMP(W|X)(i|r)", "^CCMN(W|X)(i|r)")>;
H A DAArch64SchedA64FX.td609 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
629 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
646 "SBCS(W|X)r", "CCMN(W|X)(i|r)",
H A DAArch64SchedKryoDetails.td483 (instregex "(CCMN|CCMP)(W|X)i")>;
489 (instregex "(CCMN|CCMP)(W|X)r")>;
H A DAArch64SchedAmpere1.td950 (instregex "(CCMN|CCMP)(X|W)")>;
H A DAArch64SchedAmpere1B.td932 (instregex "(CCMN|CCMP)(X|W)")>;
H A DAArch64SchedFalkorDetails.td891 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
H A DAArch64ISelLowering.cpp2610 MAKE_CASE(AArch64ISD::CCMN) in getTargetNodeName()
3580 Opcode = AArch64ISD::CCMN; in emitConditionalComparison()
3584 Opcode = AArch64ISD::CCMN; in emitConditionalComparison()
3590 Opcode = AArch64ISD::CCMN; in emitConditionalComparison()
18814 CCmp = DAG.getNode(AArch64ISD::CCMN, DL, MVT_CC, Cmp1.getOperand(0), AbsOp1, in performANDORCSELCombine()
H A DAArch64InstrInfo.td721 def AArch64ccmn : SDNode<"AArch64ISD::CCMN", SDT_AArch64CCMP>;
2955 defm CCMN : CondComparison<0, "ccmn", AArch64ccmn>;