/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | cond-sel-value-prop.ll | 63 ; CSINV to materialize the -1. 101 ; Rather than use a CNEG, use a CSINV to transform "a == 1 ? 1 : -1" to
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 45 CSINV, // Conditional select invert. enumerator
|
D | AArch64SchedCyclone.td | 145 // CSEL,CSINC,CSINV,CSNEG
|
D | AArch64SchedKryoDetails.td | 556 (instregex "(CSINV)(W|X)r")>;
|
D | AArch64ISelLowering.cpp | 844 case AArch64ISD::CSINV: return "AArch64ISD::CSINV"; in getTargetNodeName() 3992 Opcode = AArch64ISD::CSINV; in LowerSELECT_CC()
|
D | AArch64InstrInfo.td | 173 def AArch64csinv : SDNode<"AArch64ISD::CSINV", SDT_AArch64CSel>; 1116 defm CSINV : CondSelectOp<1, 0b00, "csinv", not>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 45 CSINV, // Conditional select invert. enumerator
|
D | AArch64SchedThunderX2T99.td | 433 "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",
|
D | AArch64SchedCyclone.td | 147 // CSEL,CSINC,CSINV,CSNEG
|
D | AArch64SchedFalkorDetails.td | 895 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^(CSEL|CSINC|CSINV|CSNEG)(W|X)r$")>;
|
D | AArch64SchedKryoDetails.td | 556 (instregex "(CSINV)(W|X)r")>;
|
D | AArch64ISelLowering.cpp | 1095 case AArch64ISD::CSINV: return "AArch64ISD::CSINV"; in getTargetNodeName() 4636 Opcode = AArch64ISD::CSINV; in LowerSELECT_CC() 4699 Opcode = AArch64ISD::CSINV; in LowerSELECT_CC()
|
D | AArch64InstrInfo.td | 204 def AArch64csinv : SDNode<"AArch64ISD::CSINV", SDT_AArch64CSel>; 1312 defm CSINV : CondSelectOp<1, 0b00, "csinv", not>;
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1011 CSINV = CSINV_w, enumerator
|
D | assembler-arm64.cc | 1366 ConditionalSelect(rd, rn, rm, cond, CSINV); in csinv()
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1163 CSINV = CSINV_w, enumerator
|
D | assembler-aarch64.cc | 725 ConditionalSelect(rd, rn, rm, cond, CSINV); in csinv()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 397 ### CSINV ### subsection
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDAGISel.inc | 30403 /* 58187*/ /*SwitchOpcode*/ 45, TARGET_VAL(AArch64ISD::CSINV),// ->58235
|