Searched refs:testv (Results 1 – 7 of 7) sorted by relevance
20 ;FUNC-LABEL: testv32 define amdgpu_kernel void @testv(<4 x float> addrspace(1)* %out, <4 x float> inreg %vx) #1 {
20 ;FUNC-LABEL: testv32 define void @testv(<4 x float> addrspace(1)* %out, <4 x float> inreg %vx) #1 {
22 ; CHECK: testv
36 declare <4 x float> @testv()43 %A = tail call <4 x float> @testv()
33 declare <4 x float> @testv()36 %A = tail call <4 x float> @testv()
79 auto testv = builder.CreateVectorOfStructs(tests, 2); in CreateFlatBufferTest() local180 testv, vecofstrings, vecoftables, 0, in CreateFlatBufferTest()