Searched refs:nxv4i64 (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 180 nxv4i64 = 114, // n x 4 x i64 enumerator 503 case nxv4i64: in getVectorElementType() 628 case nxv4i64: in getVectorNumElements() 787 case nxv4i64: in getSizeInBits() 1057 if (NumElements == 4) return MVT::nxv4i64; in getScalableVectorVT()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-extract-subvector.ll | 27 …%ext = call <vscale x 2 x i64> @llvm.aarch64.sve.tuple.get.nxv4i64(<vscale x 4 x i64> %z0_z1_bc, i… 78 declare <vscale x 2 x i64> @llvm.aarch64.sve.tuple.get.nxv4i64(<vscale x 4 x i64>, i32)
|
D | sve-intrinsics-ldN-reg+reg-addr-mode.ll | 65 define <vscale x 4 x i64> @ld2.nxv4i64(<vscale x 2 x i1> %Pg, i64 *%addr, i64 %a) { 66 ; CHECK-LABEL: ld2.nxv4i64: 70 %res = call <vscale x 4 x i64> @llvm.aarch64.sve.ld2.nxv4i64.nxv2i1.p0i64(<vscale x 2 x i1> %Pg, i6… 238 declare <vscale x 4 x i64> @llvm.aarch64.sve.ld2.nxv4i64.nxv2i1.p0i64(<vscale x 2 x i1>, i64*)
|
D | sve-split-int-reduce.ll | 152 %res = call i64 @llvm.vector.reduce.umin.nxv4i64(<vscale x 4 x i64> %a) 226 declare i64 @llvm.vector.reduce.umin.nxv4i64(<vscale x 4 x i64>)
|
D | sve-intrinsics-create-tuple.ll | 201 …%tuple = tail call <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 … 206 …%extract = tail call <vscale x 2 x i64> @llvm.aarch64.sve.tuple.get.nxv2i64.nxv4i64(<vscale x 4 x … 215 …%tuple = tail call <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 … 220 …%extract = tail call <vscale x 2 x i64> @llvm.aarch64.sve.tuple.get.nxv2i64.nxv4i64(<vscale x 4 x … 759 declare <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 x i64>, <vs… 794 declare <vscale x 2 x i64> @llvm.aarch64.sve.tuple.get.nxv2i64.nxv4i64(<vscale x 4 x i64>, i32 imma…
|
D | sve-intrinsics-ldN-reg+imm-addr-mode.ll | 130 define <vscale x 4 x i64> @ld2.nxv4i64(<vscale x 2 x i1> %Pg, <vscale x 2 x i64>* %addr) { 131 ; CHECK-LABEL: ld2.nxv4i64: 136 %res = call <vscale x 4 x i64> @llvm.aarch64.sve.ld2.nxv4i64.nxv2i1.p0i64(<vscale x 2 x i1> %Pg, i6… 474 declare <vscale x 4 x i64> @llvm.aarch64.sve.ld2.nxv4i64.nxv2i1.p0i64(<vscale x 2 x i1>, i64*)
|
D | sve-calling-convention-tuple-types.ll | 85 …%tuple = tail call <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 … 94 …%tuple = tail call <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 … 485 declare <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 x i64>, <vsc…
|
D | sve-intrinsics-int-arith.ll | 334 …%tuple = tail call <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 … 403 declare <vscale x 4 x i64> @llvm.aarch64.sve.tuple.create2.nxv4i64.nxv2i64(<vscale x 2 x i64>, <vsc…
|
D | sve-intrinsics-loads.ll | 353 …%res = call <vscale x 4 x i64> @llvm.aarch64.sve.ld2.nxv4i64.nxv2i1.p0i64(<vscale x 2 x i1> %pred,… 547 declare <vscale x 4 x i64> @llvm.aarch64.sve.ld2.nxv4i64.nxv2i1.p0i64(<vscale x 2 x i1>, i64*)
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 201 nxv4i64 = 135, // n x 4 x i64 enumerator 575 case nxv4i64: in getVectorElementType() 742 case nxv4i64: in getVectorNumElements() 922 case nxv4i64: in getSizeInBits() 1266 if (NumElements == 4) return MVT::nxv4i64; in getScalableVectorVT()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | ScalableVectorMVTsTest.cpp | 65 EXPECT_EQ(EVT::getVectorVT(Ctx, MVT::i64, EltCnt * 2), MVT::nxv4i64); in TEST()
|
D | AArch64SelectionDAGTest.cpp | 600 MVT VT = MVT::nxv4i64; in TEST_F()
|
/external/llvm-project/llvm/lib/Target/RISCV/Utils/ |
D | RISCVBaseInfo.h | 302 constexpr MVT vint64m4_t = MVT::nxv4i64;
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.td | 282 // i64* N/A N/A N/A nxv1i64 nxv2i64 nxv4i64 nxv8i64 314 defvar vint64m4_t = nxv4i64;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 285 case MVT::nxv4i64: in getTypeForEVT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 146 def nxv4i64 : ValueType<256, 114>; // n x 4 x i64 vector value
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 168 def nxv4i64 : ValueType<256, 135>; // n x 4 x i64 vector value
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 438 case MVT::nxv4i64: in getTypeForEVT()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 201 case MVT::nxv4i64: return "MVT::nxv4i64"; in getEnumName()
|