Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineValueType.h110 v1f32 = 55, // 1 x f32 enumerator
236 SimpleTy == MVT::v1f32); in is32BitVector()
359 case v1f32: in getVectorElementType()
424 case v1f32: in getVectorNumElements()
465 case v1f32: in getSizeInBits()
649 if (NumElements == 1) return MVT::v1f32; in getVectorVT()
DValueTypes.td84 def v1f32 : ValueType<32 , 55>; // 1 x f32 vector value
/external/clang/test/CodeGen/
Dsystemz-abi-vector.c18 typedef __attribute__((vector_size(4))) float v1f32; typedef
106 v1f32 pass_v1f32(v1f32 arg) { return arg; } in pass_v1f32()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h152 v1f32 = 88, // 1 x f32 enumerator
339 SimpleTy == MVT::v2f16 || SimpleTy == MVT::v1f32); in is32BitVector()
497 case v1f32: in getVectorElementType()
608 case v1f32: in getVectorNumElements()
669 case v1f32: in getSizeInBits()
890 if (NumElements == 1) return MVT::v1f32; in getVectorVT()
/external/llvm/test/CodeGen/AArch64/
Dvector-fcopysign.ll5 ;============ v1f32
13 %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
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dvector-fcopysign.ll5 ;============ v1f32
13 %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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp181 case MVT::v1f32: return "v1f32"; in getEVTString()
265 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
/external/llvm/lib/IR/
DValueTypes.cpp184 case MVT::v1f32: return "v1f32"; in getEVTString()
265 case MVT::v1f32: return VectorType::get(Type::getFloatTy(Context), 1); in getTypeForEVT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.td121 def v1f32 : ValueType<32 , 88>; // 1 x f32 vector value
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp115 case MVT::v1f32: return "MVT::v1f32"; in getEnumName()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp123 case MVT::v1f32: return "MVT::v1f32"; in getEnumName()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/AMDGPU/
Damdgcn-demanded-vector-elts.ll16 ; CHECK-NEXT: %data = call <1 x float> @llvm.amdgcn.buffer.load.v1f32(<4 x i32> %rsrc, i32 %idx, i3…
19 …%data = call <1 x float> @llvm.amdgcn.buffer.load.v1f32(<4 x i32> %rsrc, i32 %idx, i32 %ofs, i1 fa…
231 declare <1 x float> @llvm.amdgcn.buffer.load.v1f32(<4 x i32>, i32, i32, i1, i1) #1
241 ; CHECK-NEXT: %data = call <1 x float> @llvm.amdgcn.buffer.load.format.v1f32(<4 x i32> %rsrc, i32 %…
244 …%data = call <1 x float> @llvm.amdgcn.buffer.load.format.v1f32(<4 x i32> %rsrc, i32 %idx, i32 %ofs…
314 declare <1 x float> @llvm.amdgcn.buffer.load.format.v1f32(<4 x i32>, i32, i32, i1, i1) #1
/external/llvm/include/llvm/IR/
DIntrinsics.td217 def llvm_v1f32_ty : LLVMType<v1f32>; // 1 x float
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.td245 def llvm_v1f32_ty : LLVMType<v1f32>; // 1 x float
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5258 VT == MVT::f32 || VT == MVT::v1f32 || in getEstimate()
11319 || SVT == MVT::v1f32) in getPreferredVectorAction()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10164 || SVT == MVT::v1f32) in getPreferredVectorAction()