Home
last modified time | relevance | path

Searched refs:CSINC (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dcond-sel-value-prop.ll50 ; CSINC to materialize the 1.
Darm64-early-ifcvt.ll396 ; This function from 175.vpr folds an ADDWri into a CSINC.
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h47 CSINC, // Conditional select increment. enumerator
DAArch64SchedCyclone.td145 // CSEL,CSINC,CSINV,CSNEG
DAArch64SchedKryoDetails.td550 (instregex "(CSINC|CSNEG)(W|X)r")>;
DAArch64ISelLowering.cpp846 case AArch64ISD::CSINC: return "AArch64ISD::CSINC"; in getTargetNodeName()
4005 Opcode = AArch64ISD::CSINC; in LowerSELECT_CC()
4013 Opcode = AArch64ISD::CSINC; in LowerSELECT_CC()
DAArch64InstrInfo.td175 def AArch64csinc : SDNode<"AArch64ISD::CSINC", SDT_AArch64CSel>;
1115 defm CSINC : CondSelectOp<0, 0b01, "csinc", inc>;
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c85 #define CSINC 0x9a800400 macro
1753 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(dst_r) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
1778 FAIL_IF(push_inst(compiler, CSINC | (cc << 12) | RD(TMP_REG2) | RN(TMP_ZERO) | RM(TMP_ZERO))); in sljit_emit_op_flags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h47 CSINC, // Conditional select increment. enumerator
DAArch64SchedThunderX2T99.td433 "CSINC(W|X)r", "CSINV(W|X)r",
455 "CSINC(W|X)r", "CSINV(W|X)r",
474 "CSINC(W|X)r", "CSINV(W|X)r",
DAArch64SchedCyclone.td147 // CSEL,CSINC,CSINV,CSNEG
DAArch64SchedFalkorDetails.td895 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CSEL|CSINC|CSINV|CSNEG)(W|X)r$")>;
DAArch64SchedKryoDetails.td550 (instregex "(CSINC|CSNEG)(W|X)r")>;
DAArch64ISelLowering.cpp1097 case AArch64ISD::CSINC: return "AArch64ISD::CSINC"; in getTargetNodeName()
4649 Opcode = AArch64ISD::CSINC; in LowerSELECT_CC()
4657 Opcode = AArch64ISD::CSINC; in LowerSELECT_CC()
DAArch64InstrInfo.td206 def AArch64csinc : SDNode<"AArch64ISD::CSINC", SDT_AArch64CSel>;
1311 defm CSINC : CondSelectOp<0, 0b01, "csinc", inc>;
/external/llvm/test/CodeGen/AArch64/
Darm64-early-ifcvt.ll396 ; This function from 175.vpr folds an ADDWri into a CSINC.
/external/v8/src/arm64/
Dconstants-arm64.h1008 CSINC = CSINC_w, enumerator
Dassembler-arm64.cc1358 ConditionalSelect(rd, rn, rm, cond, CSINC); in csinc()
/external/vixl/src/aarch64/
Dconstants-aarch64.h1160 CSINC = CSINC_w, enumerator
Dassembler-aarch64.cc717 ConditionalSelect(rd, rn, rm, cond, CSINC); in csinc()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md387 ### CSINC ### subsection
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDAGISel.inc30451 /* 58283*/ /*SwitchOpcode*/ 45, TARGET_VAL(AArch64ISD::CSINC),// ->58331