Searched refs:nxv16f32 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 195 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/ |
D | MachineValueType.h | 222 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/ |
D | sve-intrinsics-ldN-reg+reg-addr-mode.ll | 207 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*)
|
D | sve-intrinsics-create-tuple.ll | 666 …%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…
|
D | sve-intrinsics-ldN-reg+imm-addr-mode.ll | 440 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*)
|
D | sve-calling-convention-tuple-types.ll | 414 …%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>…
|
D | sve-intrinsics-loads.ll | 501 …%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*)
|
D | sve-intrinsics-stores.ll | 533 …%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/ |
D | RISCVBaseInfo.h | 316 constexpr MVT vfloat32m8_t = MVT::nxv16f32;
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.td | 287 // float N/A N/A nxv1f32 nxv2f32 nxv4f32 nxv8f32 nxv16f32 321 defvar vfloat32m8_t = nxv16f32;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 307 case MVT::nxv16f32: in getTypeForEVT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 158 def nxv16f32 : ValueType<512, 125>; // n x 16 x f32 vector value
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 186 def nxv16f32 : ValueType<512, 152>; // n x 16 x f32 vector value
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 472 case MVT::nxv16f32: in getTypeForEVT()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 218 case MVT::nxv16f32: return "MVT::nxv16f32"; in getEnumName()
|