Home
last modified time | relevance | path

Searched refs:func2 (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPWMAFunctionTest.cpp202 PWMAFunction func2 = parsePWMAF( in TEST() local
220 PWMAFunction func2 = parsePWMAF( in TEST() local
246 PWMAFunction func2 = parsePWMAF( in TEST() local
272 PWMAFunction func2 = parsePWMAF( in TEST() local
302 PWMAFunction func2 = parsePWMAF( in TEST() local
320 PWMAFunction func2 = parsePWMAF( in TEST() local
346 PWMAFunction func2 = parsePWMAF( in TEST() local
378 PWMAFunction func2 = parsePWMAF( in TEST() local
420 PWMAFunction func2 = parsePWMAF( in TEST() local
462 PWMAFunction func2 = parsePWMAF( in TEST() local
[all …]
/llvm-project-15.0.7/compiler-rt/test/profile/Posix/
H A Dinstrprof-dlopen.test3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/../Inputs/instrprof-dlopen-func2.c
8 …-o %t-static %S/../Inputs/instrprof-dlopen-func.c %S/../Inputs/instrprof-dlopen-func2.c %t.d/main.o
24 …UN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d…
25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlo…
26 …UN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/../Inputs/instrprof-d…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dinstrprof-dlopen.test3 …en -o %t.d/func2.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-s…
8 …-o %t-static %S/../Inputs/instrprof-dlopen-func.c %S/../Inputs/instrprof-dlopen-func2.c %t.d/main.o
24 …UN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d…
25 RUN: %clang_profuse=%t-local.profdata -o %t-func2.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlo…
26 …UN: %clang_profuse=%t-global.profdata -o %t-func2.global.ll -S -emit-llvm %S/../Inputs/instrprof-d…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
/llvm-project-15.0.7/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A Da.s8 .globl func2
9 .type func2, @function
10 func2: label
16 .size func2, .-func2
33 call func2
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr37025.ll9 ;void func2();
14 ; func2();
26 ; CHECK-NEXT: jmp func2 # TAILCALL
36 tail call void @func2()
54 ; CHECK-NEXT: jmp func2 # TAILCALL
64 tail call void @func2()
82 ; CHECK-NEXT: jmp func2 # TAILCALL
92 tail call void @func2()
108 ; CHECK-NEXT: jmp func2 # TAILCALL
118 tail call void @func2()
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/cpp/
H A Dmain.cpp13 void func2() in func2() function in a::c
36 void func2() in func2() function in aa::cc
74 void func2() in func2() function in c::d
92 ac.func2(); in main()
95 aac.func2(); in main()
99 cd.func2(); in main()
/llvm-project-15.0.7/lld/test/ELF/
H A Darm-exidx-canunwind.s25 .section .text.func2, "ax",%progbits
26 .global func2
27 func2: label
33 .section .text.func2
52 bl func2
H A Darm-exidx-gc.s34 .section .text.func2, "ax",%progbits
35 .global func2
36 func2: label
41 .section .text.func2
87 bl func2
H A Darm-exidx-shared.s23 .section .text.func2, "ax",%progbits
24 .global func2
25 func2: label
31 .section .text.func2
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daccess.cpp181 …void func2(void(*fn)()) {} // expected-note 2 {{candidate function template not viable: no overloa… in func2() function
192 func2<int>(&func0<C, &C::overloadedMethod>); in method()
193 func2<int>(&func1<C, &C::overloadedMethod>); in method()
198 func2<int>(&func0<C, &C::overloadedMethod>); in friendFunc()
199 func2<int>(&func1<C, &C::overloadedMethod>); in friendFunc()
203func2<int>(&func0<C, &C::overloadedMethod>); // expected-error {{no matching function for call to … in nonFriendFunc()
204func2<int>(&func1<C, &C::overloadedMethod>); // expected-error {{no matching function for call to … in nonFriendFunc()
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dx86_64-unwind-preferred-symbol-msvc.yaml1 ## Check that we print the external symbols "func1" and "func2", even though
11 # CHECK: StartAddress: func2
12 # CHECK: EndAddress: func2 +0x15
13 # CHECK: UnwindInfoAddress: $unwind$func2
56 SymbolName: '$unwind$func2'
83 - Name: func2
137 - Name: '$unwind$func2'
143 - Name: '$pdata$func2'
/llvm-project-15.0.7/flang/test/Semantics/
H A Dseparate-mp01.f9084 module function func2(b) ! module procedure interface body for func2
86 integer :: func2
100 module function func2(b) ! implementation of func2 declared in m4sub function
102 integer :: func2 local
103 func2 = b
/llvm-project-15.0.7/clang/test/InterfaceStubs/
H A Dvirtual.cpp18 virtual DEFAULT int func2() const;
27 virtual DEFAULT int func2() const { return 42; } in func2() function
36 virtual DEFAULT int func2() const = 0;
39 int a = q.func1() + q.func2();
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dstatic-init-1.cpp7 int func2(int c) { return printf("loading the func2(%d)\n", c); }; in func2() function
13 int loader_2 = func2(++count);
20 int loader_4 = func2(++count);
22 int loader_6 = func2(++count);
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dwineh-unwindhelp-via-fp.ll7 ; Check that the store to the unwind help object for func2 is via FP
8 ; CHECK-LABEL: ?func2@@YAXXZ
20 ; // cause us to run the funclet in func2
27 ; void func2()
33 ; // function to ensure we are misaligned in func2
36 ; func2();
55 define dso_local void @"?func2@@YAXXZ"() #0 personality i8* bitcast (i32 (...)* @__CxxFrameHandler3…
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dcomdat.ll7 ; CHECK: Name: func2
8 ; CHECK: Section: .text.func2
11 $func2 = comdat any
17 define amdgpu_kernel void @func2() local_unnamed_addr comdat {
/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c9 void func2(int K);
35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); in main() local
36 if (func2 == NULL) { in main()
43 func2(0); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dsubtarget-align.ll3 ;; Expect architectural nop to be used between func2 and func3 but not func1
4 ;; and func2 due to lack of subtarget support in func2.
11 define i32 @func2() #1 align 16 {
31 ; CHECK: 00000010 <func2>:
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
H A Dp4.cpp6 template<typename> void func2();
7 template<> void func2<int>(); // expected-note {{previous declaration is here}}
8 template<> void func2<int>() = delete; // expected-error {{deleted definition must be first declara…
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dmerge-weak-crash.ll4 ; CHECK: call i32 @func2
7 ; CHECK-LABEL: define i32 @func2
12 ; CHECK: call i32 @func2
36 %sum3 = call i32 @func2(i32 %sum, i32 %sum2)
40 define i32 @func2(i32 %x, i32 %y) {
/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Dx86-64-cet3.s2 .globl func2
3 .type func2,@function
4 func2: label
H A Di386-cet3.s2 .globl func2
3 .type func2,@function
4 func2: label
H A Di386-cet4.s13 .globl func2
14 .type func2,@function
15 func2: label
H A Di386-cet1.s13 .globl func2
14 .type func2,@function
15 func2: label
H A Dx86-64-cet1.s14 .globl func2
15 .type func2,@function
16 func2: label

12345678910>>...16