Searched refs:CCMP (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | dag-combine-select.ll | 7 ; 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 D | AArch64SchedThunderX2T99.td | 434 "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 D | AArch64SchedThunderX3T110.td | 693 "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 D | AArch64ISelLowering.h | 145 CCMP, enumerator
|
| H A D | AArch64SchedTSV110.td | 379 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
|
| H A D | AArch64SchedKryoDetails.td | 483 (instregex "(CCMN|CCMP)(W|X)i")>; 489 (instregex "(CCMN|CCMP)(W|X)r")>;
|
| H A D | AArch64SchedAmpere1.td | 946 (instregex "(CCMN|CCMP)(X|W)")>;
|
| H A D | AArch64SchedA64FX.td | 828 "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 D | AArch64SchedFalkorDetails.td | 891 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CCMN|CCMP)(W|X)(r|i)$")>;
|
| H A D | AArch64ISelLowering.cpp | 2103 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 D | AArch64InstrInfo.td | 566 def AArch64ccmp : SDNode<"AArch64ISD::CCMP", SDT_AArch64CCMP>; 2300 defm CCMP : CondComparison<1, "ccmp", AArch64ccmp>;
|