Searched refs:test_api (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/test/CodeGen/X86/AMX/ |
H A D | amx-config.ll | 11 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 D | amx-spill.ll | 7 define dso_local void @test_api(i32 %0, i16 signext %1, i16 signext %2) nounwind { 8 ; CHECK-LABEL: test_api:
|
H A D | amx-fastconfig.mir | 11 …define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) local_unnamed_addr … 46 name: test_api 83 ; CHECK-LABEL: name: test_api
|
H A D | amx-configO2toO0.ll | 7 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) nounwind { 8 ; AVX512-LABEL: test_api:
|
H A D | amx-across-func.ll | 24 define dso_local void @test_api(i16 signext %0, i16 signext %1) nounwind { 25 ; CHECK-LABEL: test_api: 72 ; IPRA-LABEL: test_api: 101 ; O0-LABEL: test_api:
|
H A D | amx-configO2toO0-lower.ll | 7 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) local_unnamed_addr {
|
H A D | amx-spill-merge.ll | 7 define dso_local void @test_api(i16 signext %0, i16 signext %1) nounwind { 8 ; CHECK-LABEL: test_api: 93 ; EGPR-LABEL: test_api:
|
H A D | amx-configO0toO0.ll | 8 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) #0 { 9 ; AVX512-LABEL: test_api:
|
/llvm-project/lldb/test/API/functionalities/process_crash_info/ |
H A D | TestProcessCrashInfo.py | 47 def test_api(self): member in PlatformProcessCrashInfoTestCase
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | amx_api.c | 12 void test_api(int cond, short row, short col) { in test_api() function 13 //CHECK-LABEL: @test_api in test_api()
|
/llvm-project/lldb/test/API/lang/c/enum_types/ |
H A D | TestEnumTypes.py | 155 def test_api(self): member in EnumTypesTestCase
|