Searched refs:v64f32 (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 133 v64f32 = 78, // 64 x f32 enumerator 525 case v64f32: in getVectorElementType() 572 case v64f32: return 64; in getVectorNumElements() 815 case v64f32: return TypeSize::Fixed(2048); in getSizeInBits() 1001 if (NumElements == 64) return MVT::v64f32; in getVectorVT()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MachineValueType.h | 147 v64f32 = 92, // 64 x f32 enumerator 419 SimpleTy == MVT::v128f16 || SimpleTy == MVT::v64f32 || in is2048BitVector() 613 case v64f32: in getVectorElementType() 674 case v64f32: in getVectorNumElements() 959 case v64f32: in getSizeInBits() 1203 if (NumElements == 64) return MVT::v64f32; in getVectorVT()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-fixed-length-fp-rounding.ll | 184 %res = call <64 x float> @llvm.ceil.v64f32(<64 x float> %op) 431 %res = call <64 x float> @llvm.floor.v64f32(<64 x float> %op) 678 %res = call <64 x float> @llvm.nearbyint.v64f32(<64 x float> %op) 925 %res = call <64 x float> @llvm.rint.v64f32(<64 x float> %op) 1172 %res = call <64 x float> @llvm.round.v64f32(<64 x float> %op) 1419 %res = call <64 x float> @llvm.trunc.v64f32(<64 x float> %op) 1518 declare <64 x float> @llvm.ceil.v64f32(<64 x float>) 1537 declare <64 x float> @llvm.floor.v64f32(<64 x float>) 1556 declare <64 x float> @llvm.nearbyint.v64f32(<64 x float>) 1575 declare <64 x float> @llvm.rint.v64f32(<64 x float>) [all …]
|
D | sve-fixed-length-fp-reduce.ll | 169 %res = call float @llvm.vector.reduce.fadd.v64f32(float %start, <64 x float> %op) 405 %res = call fast float @llvm.vector.reduce.fadd.v64f32(float %start, <64 x float> %op) 628 %res = call float @llvm.vector.reduce.fmax.v64f32(<64 x float> %op) 845 %res = call float @llvm.vector.reduce.fmin.v64f32(<64 x float> %op) 934 declare float @llvm.vector.reduce.fadd.v64f32(float, <64 x float>) 955 declare float @llvm.vector.reduce.fmax.v64f32(<64 x float>) 976 declare float @llvm.vector.reduce.fmin.v64f32(<64 x float>)
|
D | sve-fixed-length-fp-minmax.ll | 206 %res = call <64 x float> @llvm.maxnum.v64f32(<64 x float> %op1, <64 x float> %op2) 486 %res = call <64 x float> @llvm.minnum.v64f32(<64 x float> %op1, <64 x float> %op2) 596 declare <64 x float> @llvm.minnum.v64f32(<64 x float>, <64 x float>) 615 declare <64 x float> @llvm.maxnum.v64f32(<64 x float>, <64 x float>)
|
D | sve-fixed-length-fp-arith.ll | 718 %res = call <64 x float> @llvm.fma.v64f32(<64 x float> %op1, <64 x float> %op2, <64 x float> %op3) 1400 %res = call <64 x float> @llvm.sqrt.v64f32(<64 x float> %op) 1726 declare <64 x float> @llvm.fma.v64f32(<64 x float>, <64 x float>, <64 x float>) 1745 declare <64 x float> @llvm.sqrt.v64f32(<64 x float>)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 223 case MVT::v64f32: return VectorType::get(Type::getFloatTy(Context), 64); in getTypeForEVT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 105 def v64f32 : ValueType<2048, 78>; // 64 x f32 vector value
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 120 def v64f32 : ValueType<2048, 92>; // 64 x f32 vector value
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 352 case MVT::v64f32: in getTypeForEVT()
|
/external/llvm-project/mlir/test/Target/ |
D | llvmir-intrinsics.mlir | 222 …// CHECK: call <12 x float> @llvm.matrix.multiply.v12f32.v64f32.v48f32(<64 x float> %0, <48 x floa… 373 // CHECK-DAG: declare <12 x float> @llvm.matrix.multiply.v12f32.v64f32.v48f32(<64 x float>, <48 x f…
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 158 case MVT::v64f32: return "MVT::v64f32"; in getEnumName()
|