Home
last modified time | relevance | path

Searched refs:func1 (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/external/llvm/test/CodeGen/SPARC/
Dfunc-addr.ll8 define void @func1() #0 {
16 store void (...)* bitcast (void ()* @func1 to void (...)*), void (...)** %pFunc, align 4
22 ; abs32: sethi %hi(func1), %i0
23 ; abs32: add %i0, %lo(func1), %i1
24 ; abs32: call %i0+%lo(func1)
27 ; abs44: sethi %h44(func1), %i0
28 ; abs44: add %i0, %m44(func1), %i0
30 ; abs44: add %i0, %l44(func1), %i1
31 ; abs44: call %i0+%l44(func1)
34 ; abs64: sethi %hi(func1), %i0
[all …]
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dfunc-addr.ll8 define void @func1() #0 {
16 store void (...)* bitcast (void ()* @func1 to void (...)*), void (...)** %pFunc, align 4
22 ; abs32: sethi %hi(func1), %i0
23 ; abs32: add %i0, %lo(func1), %i1
24 ; abs32: call %i0+%lo(func1)
27 ; abs44: sethi %h44(func1), %i0
28 ; abs44: add %i0, %m44(func1), %i0
30 ; abs44: add %i0, %l44(func1), %i1
31 ; abs44: call %i0+%l44(func1)
34 ; abs64: sethi %hi(func1), %i0
[all …]
/external/llvm-project/mlir/unittests/Pass/
DAnalysisManagerTest.cpp58 FuncOp func1 = in TEST() local
61 func1.setPrivate(); in TEST()
62 module->push_back(func1); in TEST()
67 AnalysisManager fam = am.nest(func1); in TEST()
88 FuncOp func1 = in TEST() local
91 func1.setPrivate(); in TEST()
92 module->push_back(func1); in TEST()
100 EXPECT_FALSE(am.getCachedChildAnalysis<MyAnalysis>(func1).hasValue()); in TEST()
103 am.getChildAnalysis<MyAnalysis>(func1); in TEST()
104 am.getChildAnalysis<OtherAnalysis>(func1); in TEST()
[all …]
/external/llvm-project/lldb/test/API/functionalities/unwind/noreturn/module-end/
Da.s23 call func1
28 .globl func1 symbol
29 .type func1, @function
30 func1: label
34 .size func1, .-func1
/external/llvm-project/llvm/test/Transforms/JumpThreading/
Dstale-loop-info-after-unfold-select.ll10 while.cond: ; preds = %func1.exit, %entry
11 %month.0 = phi i32 [ undef, %entry ], [ %month.0.be, %func1.exit ]
13 i32 4, label %func1.exit
14 i32 1, label %func1.exit
18 br label %func1.exit
20 func1.exit: ; preds = %if.end.i, %while.cond, %while.cond
/external/llvm-project/lld/test/ELF/
Di386-feature-cet.s8 # RUN: ld.lld -e func1 %t.o %t1.o -o %t
11 # RUN: ld.lld -e func1 %t.o %t2.o -o %t
16 # RUN: ld.lld -e func1 %t.o %t3.o -o %t
22 # RUN: ld.lld -e func1 %t.o %t3.o -o %t -z force-ibt 2>&1 \
26 # RUN: ld.lld -e func1 %t.o %t4.o -o %t
33 # RUN: ld.lld -e func1 %t.o %t1.so -o %t
43 # DISASM: 00401200 <func1>:
84 .globl func1 symbol
85 .type func1,@function
86 func1: label
Dx86-64-feature-cet.s8 # RUN: ld.lld -e func1 %t.o %t1.o -o %t
11 # RUN: ld.lld -e func1 %t.o %t2.o -o %t
16 # RUN: ld.lld -e func1 %t.o %t3.o -o %t
22 # RUN: ld.lld -e func1 %t.o %t3.o -o %t -z force-ibt 2>&1 \
26 # RUN: ld.lld -e func1 %t.o %t4.o -o %t
33 # RUN: ld.lld -e func1 %t.o %t1.so -o %t
44 # DISASM: 0000000000201330 <func1>:
83 .globl func1 symbol
84 .type func1,@function
85 func1: label
Darm-exidx-canunwind.s13 .section .text.func1, "ax",%progbits
14 .global func1 symbol
15 func1: label
51 bl func1
Darm-exidx-gc.s14 .section .text.func1, "ax",%progbits
15 .global func1 symbol
16 func1: label
86 bl func1
/external/llvm-project/clang/test/InterfaceStubs/
Dvirtual.cpp17 virtual HIDDEN int func1() const;
26 virtual HIDDEN int func1() const { return 42; } in func1() function
35 virtual HIDDEN int func1() const = 0;
39 int a = q.func1() + q.func2();
/external/llvm-project/clang/test/CodeGenCXX/
Dstatic-init-1.cpp8 int func1(int c) { return printf("loading the func1(%d)\n", c); } in func1() function
10 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
/external/clang/test/CodeGenCXX/
Dstatic-init-1.cpp8 int func1(int c) { return printf("loading the func1(%d)\n", c); } in func1() function
10 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dcomdat.ll4 ; CHECK: Name: func1
5 ; CHECK: Section: .text.func1
10 $func1 = comdat any
13 define amdgpu_kernel void @func1() local_unnamed_addr comdat {
Duniform-work-group-test.ll3 ; CHECK: define void @func1() #[[FUNC:[0-9]+]] {
4 define void @func1() {
16 call void @func1()
22 call void @func1()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/
Dmain.cpp9 void func1() in func1() function in a::c
32 void func1() in func1() function in b::c
67 ac.func1(); in main()
70 bc.func1(); in main()
/external/llvm-project/clang/test/CodeGen/
Dno-devirt.cpp17 virtual T& func1 (int idx);
25 if (a > 4) return data.func1(a); // Should devirtualize in indexIt()
34 template <typename T, int N> T& TmplWithArray<T, N >::func1(int idx) { in func1() function in TmplWithArray
45 template <typename T, int N> T& TmplWithArray<T, N >::func1(int idx) { in func1() function in TmplWithArray
/external/llvm-project/libc/fuzzing/math/
DSingleInputSingleOutputDiff.h22 void SingleInputSingleOutputDiff(SingleInputSingleOutputFunc<T> func1, in SingleInputSingleOutputDiff() argument
30 T result1 = func1(x); in SingleInputSingleOutputDiff()
42 SingleInputSingleOutputWithSideEffectFunc<T1, T2> func1, in SingleInputSingleOutputWithSideEffectDiff() argument
51 T1 result1 = func1(x, &sideEffect1); in SingleInputSingleOutputWithSideEffectDiff()
/external/clang/test/Modules/Inputs/
Dredecl-merge-right.h66 int func1(int);
67 int func1(int);
68 int func1(int x) { return x; } in func1() function
69 int func1(int);
/external/llvm-project/clang/test/Modules/Inputs/
Dredecl-merge-right.h66 int func1(int);
67 int func1(int);
68 int func1(int x) { return x; } in func1() function
69 int func1(int);
/external/llvm-project/lld/test/ELF/Inputs/
Daarch64-addrifunc.s3 .globl func1 symbol
4 .type func1, %function
5 func1: label
Dtrace-symbols-foo-weak.s8 .globl func1 symbol
9 .type func1, @function
10 func1: label
Darm-plt-reloc.s3 .globl func1 symbol
4 .type func1,%function
5 func1: label
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/ambiguous_tail_call_seq2/
Dmain.cpp10 void __attribute__((noinline)) func1() { in func1() function
21 func1(); in func2()
27 func1(); in main()
/external/llvm-project/lld/test/COFF/
Darm-thumb-thunks-pdb.s9 .globl func1 symbol
12 bne func1
17 func1: label
/external/skia/resources/sksl/fp/
DGrNestedCall.fp5 half4 func1();
9 half4 func1() {
22 return func1();

12345678910>>...17