Home
last modified time | relevance | path

Searched refs:nxv16f32 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h195 nxv16f32 = 125, // n x 16 x f32 enumerator
535 case nxv16f32: return f32; in getVectorElementType()
597 case nxv16f32: return 16; in getVectorNumElements()
801 case nxv16f32: in getSizeInBits()
1072 if (NumElements == 16) return MVT::nxv16f32; in getScalableVectorVT()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h222 nxv16f32 = 152, // n x 16 x f32 enumerator
623 case nxv16f32: return f32; in getVectorElementType()
708 case nxv16f32: return 16; in getVectorNumElements()
940 case nxv16f32: in getSizeInBits()
1289 if (NumElements == 16) return MVT::nxv16f32; in getScalableVectorVT()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve-intrinsics-ldN-reg+reg-addr-mode.ll207 define <vscale x 16 x float> @ld4.nxv16f32(<vscale x 4 x i1> %Pg, float *%addr, i64 %a) {
208 ; CHECK-LABEL: ld4.nxv16f32:
212 %res = call <vscale x 16 x float> @llvm.aarch64.sve.ld4.nxv16f32.nxv4i1.p0f32(<vscale x 4 x i1> %Pg…
259 declare <vscale x 16 x float> @llvm.aarch64.sve.ld4.nxv16f32.nxv4i1.p0f32(<vscale x 4 x i1>, float*)
Dsve-intrinsics-create-tuple.ll666 …%tuple = tail call <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale …
671 …%extract = tail call <vscale x 4 x float> @llvm.aarch64.sve.tuple.get.nxv4f32.nxv16f32(<vscale x 1…
680 …%tuple = tail call <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale …
685 …%extract = tail call <vscale x 4 x float> @llvm.aarch64.sve.tuple.get.nxv4f32.nxv16f32(<vscale x 1…
774 declare <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale x 4 x float…
808 declare <vscale x 4 x float> @llvm.aarch64.sve.tuple.get.nxv4f32.nxv16f32(<vscale x 16 x float>, i3…
Dsve-intrinsics-ldN-reg+imm-addr-mode.ll440 define <vscale x 16 x float> @ld4.nxv16f32(<vscale x 4 x i1> %Pg, <vscale x 4 x float>* %addr) {
441 ; CHECK-LABEL: ld4.nxv16f32:
446 %res = call <vscale x 16 x float> @llvm.aarch64.sve.ld4.nxv16f32.nxv4i1.p0f32(<vscale x 4 x i1> %Pg…
495 declare <vscale x 16 x float> @llvm.aarch64.sve.ld4.nxv16f32.nxv4i1.p0f32(<vscale x 4 x i1>, float*)
Dsve-calling-convention-tuple-types.ll414 …%tuple = tail call <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale …
425 …%tuple = tail call <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale …
502 declare <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale x 4 x float>…
Dsve-intrinsics-loads.ll501 …%res = call <vscale x 16 x float> @llvm.aarch64.sve.ld4.nxv16f32.nxv4i1.p0f32(<vscale x 4 x i1> %p…
568 declare <vscale x 16 x float> @llvm.aarch64.sve.ld4.nxv16f32.nxv4i1.p0f32(<vscale x 4 x i1>, float*)
Dsve-intrinsics-stores.ll533 …%tuple = tail call <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale …
584 declare <vscale x 16 x float> @llvm.aarch64.sve.tuple.create4.nxv16f32.nxv4f32(<vscale x 4 x float>…
/external/llvm-project/llvm/lib/Target/RISCV/Utils/
DRISCVBaseInfo.h316 constexpr MVT vfloat32m8_t = MVT::nxv16f32;
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.td287 // float N/A N/A nxv1f32 nxv2f32 nxv4f32 nxv8f32 nxv16f32
321 defvar vfloat32m8_t = nxv16f32;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td158 def nxv16f32 : ValueType<512, 125>; // n x 16 x f32 vector value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp307 case MVT::nxv16f32: in getTypeForEVT()
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.td186 def nxv16f32 : ValueType<512, 152>; // n x 16 x f32 vector value
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp472 case MVT::nxv16f32: in getTypeForEVT()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp218 case MVT::nxv16f32: return "MVT::nxv16f32"; in getEnumName()