Home
last modified time | relevance | path

Searched refs:test_api (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/AMX/
H A Damx-config.ll11 define <4 x i32> @test_api(i32 %0, i16 signext %1, i16 signext %2, <4 x i32> %xmm0) {
12 ; AVX512-LABEL: test_api:
45 ; AVX2-LABEL: test_api:
79 ; AVX1-LABEL: test_api:
114 ; SSE2-LABEL: test_api:
H A Damx-spill.ll7 define dso_local void @test_api(i32 %0, i16 signext %1, i16 signext %2) nounwind {
8 ; CHECK-LABEL: test_api:
H A Damx-fastconfig.mir11 …define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) local_unnamed_addr …
46 name: test_api
82 ; CHECK-LABEL: name: test_api
H A Damx-configO2toO0.ll7 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) nounwind {
8 ; AVX512-LABEL: test_api:
H A Damx-spill-merge.ll6 define dso_local void @test_api(i16 signext %0, i16 signext %1) nounwind {
7 ; CHECK-LABEL: test_api:
H A Damx-across-func.ll24 define dso_local void @test_api(i16 signext %0, i16 signext %1) nounwind {
25 ; CHECK-LABEL: test_api:
73 ; IPRA-LABEL: test_api:
102 ; O0-LABEL: test_api:
H A Damx-configO2toO0-precfg.ll7 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) local_unnamed_addr {
8 ; CHECK-LABEL: @test_api(
H A Damx-configO2toO0-lower.ll7 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) local_unnamed_addr {
H A Damx-configO0toO0.ll8 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) #0 {
9 ; AVX512-LABEL: test_api:
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Damx_api.c12 void test_api(int cond, short row, short col) { in test_api() function
/llvm-project-15.0.7/lldb/test/API/functionalities/process_crash_info/
H A DTestProcessCrashInfo.py45 def test_api(self): member in PlatformProcessCrashInfoTestCase
/llvm-project-15.0.7/lldb/test/API/lang/c/enum_types/
H A DTestEnumTypes.py136 def test_api(self): member in EnumTypesTestCase