Searched refs:HVA2 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vectorcall.ll | 94 %struct.HVA2 = type { <4 x float>, <4 x float> } 121 …<4 x float> %a, <4 x float> %b, <4 x float> %c, <4 x float> %d, <4 x float> %e, %struct.HVA2* %f) { 123 %x = getelementptr inbounds %struct.HVA2, %struct.HVA2* %f, i32 0, i32 0 131 define x86_vectorcallcc <4 x float> @test_mixed_4(%struct.HVA4 inreg %a, %struct.HVA2* %bb, <4 x fl… 133 %y4 = getelementptr inbounds %struct.HVA2, %struct.HVA2* %bb, i32 0, i32 1 142 …t> @test_mixed_5(%struct.HVA3 inreg %a, %struct.HVA3* %b, <4 x float> %c, %struct.HVA2 inreg %dd) { 144 %d = alloca %struct.HVA2, align 16 145 store %struct.HVA2 %dd, %struct.HVA2* %d, align 16 146 %y5 = getelementptr inbounds %struct.HVA2, %struct.HVA2* %d, i32 0, i32 1
|
/external/clang/test/CodeGen/ |
D | vectorcall.c | 57 struct HVA2 { v4f32 x, y; }; argument 68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {} in hva3()
|