Home
last modified time | relevance | path

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

/llvm-project/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
83 ; 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-across-func.ll24 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 Damx-configO2toO0-lower.ll7 define dso_local void @test_api(i32 %cond, i16 signext %row, i16 signext %col) local_unnamed_addr {
H A Damx-spill-merge.ll7 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 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/lldb/test/API/functionalities/process_crash_info/
H A DTestProcessCrashInfo.py47 def test_api(self): member in PlatformProcessCrashInfoTestCase
/llvm-project/clang/test/CodeGen/X86/
H A Damx_api.c12 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 DTestEnumTypes.py155 def test_api(self): member in EnumTypesTestCase