Home
last modified time | relevance | path

Searched refs:CCMP (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Ddag-combine-select.ll7 ; select(C0 | C1, x, y) so we can use CMP;CCMP for the implementation.
22 ; Usually we keep select(C0 | C1, x, y) as is on aarch64 to create CMP;CCMP
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX2T99.td434 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
456 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
475 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
H A DAArch64SchedThunderX3T110.td693 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
715 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
734 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
H A DAArch64ISelLowering.h145 CCMP, enumerator
H A DAArch64SchedTSV110.td379 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
H A DAArch64SchedKryoDetails.td483 (instregex "(CCMN|CCMP)(W|X)i")>;
489 (instregex "(CCMN|CCMP)(W|X)r")>;
H A DAArch64SchedAmpere1.td946 (instregex "(CCMN|CCMP)(X|W)")>;
H A DAArch64SchedA64FX.td828 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
849 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
867 "CCMP(W|X)(i|r)", "CSEL(W|X)r",
H A DAArch64SchedFalkorDetails.td891 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
H A DAArch64ISelLowering.cpp2103 MAKE_CASE(AArch64ISD::CCMP) in getTargetNodeName()
3014 Opcode = AArch64ISD::CCMP; in emitConditionalComparison()
14799 CCmp = DAG.getNode(AArch64ISD::CCMP, DL, MVT_CC, Cmp1.getOperand(0), in performANDORCSELCombine()
14807 CCmp = DAG.getNode(AArch64ISD::CCMP, DL, MVT_CC, Cmp1.getOperand(0), in performANDORCSELCombine()
H A DAArch64InstrInfo.td566 def AArch64ccmp : SDNode<"AArch64ISD::CCMP", SDT_AArch64CCMP>;
2300 defm CCMP : CondComparison<1, "ccmp", AArch64ccmp>;