Searched refs:v1f32 (Results 1 – 8 of 8) sorted by relevance
110 v1f32 = 55, // 1 x f32 enumerator229 SimpleTy == MVT::v1f32); in is32BitVector()352 case v1f32: in getVectorElementType()417 case v1f32: in getVectorNumElements()458 case v1f32: in getSizeInBits()642 if (NumElements == 1) return MVT::v1f32; in getVectorVT()
84 def v1f32 : ValueType<32 , 55>; // 1 x f32 vector value
18 typedef __attribute__((vector_size(4))) float v1f32; typedef106 v1f32 pass_v1f32(v1f32 arg) { return arg; } in pass_v1f32()
5 ;============ v1f3213 %r = call <1 x float> @llvm.copysign.v1f32(<1 x float> %a, <1 x float> %b)25 %r = call <1 x float> @llvm.copysign.v1f32(<1 x float> %a, <1 x float> %tmp0)29 declare <1 x float> @llvm.copysign.v1f32(<1 x float> %a, <1 x float> %b) #0
179 case MVT::v1f32: return "v1f32"; in getEVTString()260 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
115 case MVT::v1f32: return "MVT::v1f32"; in getEnumName()
206 def llvm_v1f32_ty : LLVMType<v1f32>; // 1 x float
9888 || SVT == MVT::v1f32) in getPreferredVectorAction()