| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | select-select.mir | 98 ; G_SELECT cc, 0, 1 -> CSINC zreg, zreg, cc 154 ; G_SELECT cc, 1, f -> CSINC f, zreg, inv_cc 212 ; G_SELECT cc, t, 1 -> CSINC t, zreg, cc 241 ; G_SELECT cc, t, -1 -> CSINC t, zreg, cc 270 ; G_SELECT cc, 1, f -> CSINC f, zreg, inv_cc 297 ; G_SELECT cc, t, 1 -> CSINC t, zreg, cc 324 ; G_SELECT cc, 1, f -> CSINC f, zreg, inv_cc 603 ; G_SELECT cc, %true, (G_ADD %x, 1) -> CSINC %true, %x, cc 632 ; G_SELECT cc, (G_ADD %x, 1), %false -> CSINC %x, %false, inv_cc 661 ; G_SELECT cc, %true, (G_PTR_ADD %x, 1) -> CSINC %true, %x, cc
|
| H A D | select-cmp.mir | 294 ; The CSINC should use the add's RHS. 325 ; The CSINC should use the add's LHS. 356 ; We don't emit CSINC with vectors, so there should be no optimization here. 387 ; The CSINC should use the add's RHS.
|
| H A D | fold-brcond-fcmp.mir | 4 # Test that we don't have to emit a CSINC when emitting a G_FCMP being used by
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | cond-sel-value-prop.ll | 59 ; CSINC to materialize the 1.
|
| H A D | arm64-early-ifcvt.ll | 396 ; This function from 175.vpr folds an ADDWri into a CSINC.
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 322 CSINC, // Conditional select increment. enumerator
|
| H A D | ARMISelLowering.cpp | 1870 MAKE_CASE(ARMISD::CSINC) in getTargetNodeName() 5419 Opcode = ARMISD::CSINC; in LowerSELECT_CC() 5421 Opcode = ARMISD::CSINC; in LowerSELECT_CC() 5430 if (Opcode != ARMISD::CSINC && in LowerSELECT_CC() 13814 SDValue CSINC = N->getOperand(1); in PerformSubCSINCCombine() local 13815 if (CSINC.getOpcode() != ARMISD::CSINC || !CSINC.hasOneUse()) in PerformSubCSINCCombine() 13825 CSINC.getOperand(1), CSINC.getOperand(2), in PerformSubCSINCCombine() 13826 CSINC.getOperand(3)); in PerformSubCSINCCombine() 18648 case ARMISD::CSINC: in PerformDAGCombine() 19869 case ARMISD::CSINC: in computeKnownBitsForTargetNode() [all …]
|
| H A D | ARMInstrInfo.td | 120 def ARMcsinc : SDNode<"ARMISD::CSINC", SDT_ARMCSel, [SDNPOptInGlue]>;
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedThunderX2T99.td | 435 "CSINC(W|X)r", "CSINV(W|X)r", 457 "CSINC(W|X)r", "CSINV(W|X)r", 476 "CSINC(W|X)r", "CSINV(W|X)r",
|
| H A D | AArch64SchedThunderX3T110.td | 694 "CSINC(W|X)r", "CSINV(W|X)r", 716 "CSINC(W|X)r", "CSINV(W|X)r", 735 "CSINC(W|X)r", "CSINV(W|X)r",
|
| H A D | AArch64ISelLowering.h | 73 CSINC, // Conditional select increment. enumerator
|
| H A D | AArch64SchedCyclone.td | 149 // CSEL,CSINC,CSINV,CSNEG
|
| H A D | AArch64SchedTSV110.td | 380 def : InstRW<[TSV110Wr_1cyc_1ALUAB], (instregex "^(CSEL|CSINC|CSINV|CSNEG)(W|X)r$")>;
|
| H A D | AArch64SchedAmpere1.td | 948 (instregex "(CSEL|CSINC|CSINV|CSNEG)(X|W)")>;
|
| H A D | AArch64SchedA64FX.td | 829 "CSINC(W|X)r", "CSINV(W|X)r", 850 "CSINC(W|X)r", "CSINV(W|X)r", 868 "CSINC(W|X)r", "CSINV(W|X)r",
|
| H A D | AArch64SchedFalkorDetails.td | 894 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CSEL|CSINC|CSINV|CSNEG)(W|X)r$")>;
|
| H A D | AArch64SchedKryoDetails.td | 549 (instregex "(CSINC|CSNEG)(W|X)r")>;
|
| H A D | AArch64ISelLowering.cpp | 2056 MAKE_CASE(AArch64ISD::CSINC) in getTargetNodeName() 8179 Opcode = AArch64ISD::CSINC; in LowerSELECT_CC() 8187 Opcode = AArch64ISD::CSINC; in LowerSELECT_CC() 15768 return DAG.getNode(AArch64ISD::CSINC, DL, VT, NewNode, RHS, CCVal, Cmp); in performAddCSelIntoCSinc() 15952 return DAG.getNode(AArch64ISD::CSINC, DL, VT, LHS, LHS, CC, Cond); in foldADCToCINC() 19860 AArch64ISD::CSINC, DL, MVT::i32, DAG.getConstant(0, DL, MVT::i32), in PerformDAGCombine()
|
| H A D | AArch64InstrInfo.td | 553 def AArch64csinc : SDNode<"AArch64ISD::CSINC", SDT_AArch64CSel>; 2308 defm CSINC : CondSelectOp<0, 0b01, "csinc", inc>;
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 4724 auto CSINC = MIRBuilder.buildInstr(Opc, {Dst}, {Src1, Src2}).addImm(Pred); in emitCSINC() local 4725 constrainSelectedInstRegOperands(*CSINC, TII, TRI, RBI); in emitCSINC() 4726 return &*CSINC; in emitCSINC()
|