Home
last modified time | relevance | path

Searched refs:v1f32 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h125 v1f32 = 70, // 1 x f32 enumerator
337 SimpleTy == MVT::v2f16 || SimpleTy == MVT::v1f32); in is32BitVector()
517 case v1f32: in getVectorElementType()
658 case v1f32: in getVectorNumElements()
724 case v1f32: in getSizeInBits()
993 if (NumElements == 1) return MVT::v1f32; in getVectorVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp215 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.td97 def v1f32 : ValueType<32 , 70>; // 1 x f32 vector value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td277 def llvm_v1f32_ty : LLVMType<v1f32>; // 1 x float
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6040 VT == MVT::f32 || VT == MVT::v1f32 || in getEstimate()
13049 VT == MVT::v1f32) in getPreferredVectorAction()