Home
last modified time | relevance | path

Searched refs:test_i (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.permlane64.ll26 define amdgpu_kernel void @test_i(i32 addrspace(1)* %out) {
27 ; GFX11-LABEL: test_i:
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dalias-templates.cpp224 void test_i() { i<int, int>(mk_arr); } in test_i() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverload-call.cpp41 void test_i(short sv, int iv, long lv, unsigned char ucv) { in test_i() function