Home
last modified time | relevance | path

Searched refs:testv (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dllvm.cos.ll20 ;FUNC-LABEL: testv
32 define void @testv(<4 x float> addrspace(1)* %out, <4 x float> inreg %vx) #1 {
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.cos.ll20 ;FUNC-LABEL: testv
32 define amdgpu_kernel void @testv(<4 x float> addrspace(1)* %out, <4 x float> inreg %vx) #1 {
/external/flac/
DMakefile.lite64 testv: valgrind
/external/llvm-project/llvm/test/CodeGen/X86/
Dfunction-subtarget-features.ll22 ; CHECK: testv
Dtailcall-64.ll36 declare <4 x float> @testv()
43 %A = tail call <4 x float> @testv()
/external/llvm/test/CodeGen/X86/
Dfunction-subtarget-features.ll22 ; CHECK: testv
Dtailcall-64.ll33 declare <4 x float> @testv()
36 %A = tail call <4 x float> @testv()
/external/flatbuffers/tests/
Dtest.cpp108 auto testv = builder.CreateVectorOfStructs(tests, 2); in CreateFlatBufferTest() local
210 testv, vecofstrings, vecoftables, 0, nested_flatbuffer_vector, 0, false, in CreateFlatBufferTest()