Home
last modified time | relevance | path

Searched refs:nxv32i16 (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h169 nxv32i16 = 105, // n x 32 x i16 enumerator
474 case nxv32i16: return i16; in getVectorElementType()
582 case nxv32i16: in getVectorNumElements()
798 case nxv32i16: in getSizeInBits()
1044 if (NumElements == 32) return MVT::nxv32i16; in getScalableVectorVT()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h190 nxv32i16 = 126, // n x 32 x i16 enumerator
543 case nxv32i16: return i16; in getVectorElementType()
689 case nxv32i16: in getVectorNumElements()
936 case nxv32i16: in getSizeInBits()
1253 if (NumElements == 32) return MVT::nxv32i16; in getScalableVectorVT()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve-split-store.ll95 …call void @llvm.masked.store.nxv32i16(<vscale x 32 x i16> %data, <vscale x 32 x i16> *%a, i32 1, <…
134 declare void @llvm.masked.store.nxv32i16(<vscale x 32 x i16>, <vscale x 32 x i16>*, i32, <vscale x …
Dsve-intrinsics-ldN-reg+reg-addr-mode.ll170 define <vscale x 32 x i16> @ld4.nxv32i16(<vscale x 8 x i1> %Pg, i16 *%addr, i64 %a) {
171 ; CHECK-LABEL: ld4.nxv32i16:
175 %res = call <vscale x 32 x i16> @llvm.aarch64.sve.ld4.nxv32i16.nxv8i1.p0i16(<vscale x 8 x i1> %Pg, …
254 declare <vscale x 32 x i16> @llvm.aarch64.sve.ld4.nxv32i16.nxv8i1.p0i16(<vscale x 8 x i1>, i16*)
Dsve-split-load.ll107 …%load = call <vscale x 32 x i16> @llvm.masked.load.nxv32i16(<vscale x 32 x i16> *%a, i32 1, <vscal…
145 declare <vscale x 32 x i16> @llvm.masked.load.nxv32i16(<vscale x 32 x i16>*, i32, <vscale x 32 x i1…
Dsve-intrinsics-create-tuple.ll542 …%tuple = tail call <vscale x 32 x i16> @llvm.aarch64.sve.tuple.create4.nxv32i16.nxv8i16(<vscale x …
547 …%extract = tail call <vscale x 8 x i16> @llvm.aarch64.sve.tuple.get.nxv8i16.nxv32i16(<vscale x 32 …
556 …%tuple = tail call <vscale x 32 x i16> @llvm.aarch64.sve.tuple.create4.nxv32i16.nxv8i16(<vscale x …
561 …%extract = tail call <vscale x 8 x i16> @llvm.aarch64.sve.tuple.get.nxv8i16.nxv32i16(<vscale x 32 …
779 declare <vscale x 32 x i16> @llvm.aarch64.sve.tuple.create4.nxv32i16.nxv8i16(<vscale x 8 x i16>, <v…
788 declare <vscale x 8 x i16> @llvm.aarch64.sve.tuple.get.nxv8i16.nxv32i16(<vscale x 32 x i16>, i32 im…
Dsve-intrinsics-ldN-reg+imm-addr-mode.ll399 define <vscale x 32 x i16> @ld4.nxv32i16(<vscale x 8 x i1> %Pg, <vscale x 8 x i16> *%addr) {
400 ; CHECK-LABEL: ld4.nxv32i16:
405 %res = call <vscale x 32 x i16> @llvm.aarch64.sve.ld4.nxv32i16.nxv8i1.p0i16(<vscale x 8 x i1> %Pg, …
490 declare <vscale x 32 x i16> @llvm.aarch64.sve.ld4.nxv32i16.nxv8i1.p0i16(<vscale x 8 x i1>, i16*)
Dsve-calling-convention-tuple-types.ll333 …%tuple = tail call <vscale x 32 x i16> @llvm.aarch64.sve.tuple.create4.nxv32i16.nxv8i16(<vscale x …
344 …%tuple = tail call <vscale x 32 x i16> @llvm.aarch64.sve.tuple.create4.nxv32i16.nxv8i16(<vscale x …
499 declare <vscale x 32 x i16> @llvm.aarch64.sve.tuple.create4.nxv32i16.nxv8i16(<vscale x 8 x i16>, <v…
Dsve-intrinsics-loads.ll465 …%res = call <vscale x 32 x i16> @llvm.aarch64.sve.ld4.nxv32i16.nxv8i1.p0i16(<vscale x 8 x i1> %pre…
563 declare <vscale x 32 x i16> @llvm.aarch64.sve.ld4.nxv32i16.nxv8i1.p0i16(<vscale x 8 x i1>, i16*)
/external/llvm-project/llvm/lib/Target/RISCV/Utils/
DRISCVBaseInfo.h292 constexpr MVT vint16m8_t = MVT::nxv32i16;
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.td284 // i16 N/A nxv1i16 nxv2i16 nxv4i16 nxv8i16 nxv16i16 nxv32i16
304 defvar vint16m8_t = nxv32i16;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td135 def nxv32i16: ValueType<512, 105>; // n x 32 x i16 vector value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp267 case MVT::nxv32i16: in getTypeForEVT()
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.td157 def nxv32i16: ValueType<512, 126>; // n x 32 x i16 vector value
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp420 case MVT::nxv32i16: in getTypeForEVT()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp192 case MVT::nxv32i16: return "MVT::nxv32i16"; in getEnumName()