Home
last modified time | relevance | path

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

12345678910

/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope_test.py27 def func1(*args, **kwargs): function
61 key_op = _key_op(func1)
64 with arg_scope([func1], a=1, b=None, c=[1]) as sc1:
87 key_op = _key_op(func1)
90 with arg_scope([func1], a=1, b=None, c=[1]) as scope:
102 key(func1): func1_kwargs.copy(),
106 with arg_scope([func1], a=1, b=None, c=[1]):
112 key_op = _key_op(func1)
115 with arg_scope([func1], a=1, b=None, c=[1]) as scope1:
124 current_scope1 = {key(func1): func1_kwargs.copy()}
[all …]
/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/swiftshader/third_party/llvm-7.0/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/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);
Ddebug-info-nodebug.cpp12 void func1(int);
13 void func2() { func1(const_global_int_def); } in func2()
40 func1(S2::static_const_member); in func3()
/external/swiftshader/third_party/llvm-7.0/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 {
/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/test/MC/ARM/
Deh-directive-section-comdat.s16 .section .TEST1,"axG",%progbits,func1,comdat
17 .weak func1
19 .type func1,%function
20 func1: label
128 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section.
132 @ CHECK: Name: func1
Deh-directive-integrated-test.s31 .globl func1 symbol
33 .type func1,%function
34 func1: label
48 .size func1, .Ltmp1-func1
Deh-directive-fnend-diagnostics.s10 .globl func1 symbol
12 .type func1,%function
13 func1: label
Deh-directive-pad-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-directive-personality-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-directive-fnstart-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
17 func1: label
Deh-directive-text-section-multiple-func.s13 .globl func1 symbol
15 .type func1,%function
17 func1: label
74 @ CHECK: Name: func1
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Deh-directive-section-comdat.s16 .section .TEST1,"axG",%progbits,func1,comdat
17 .weak func1
19 .type func1,%function
20 func1: label
128 @ Check symbol func1. It should be weak binding, and belong to .TEST1 section.
132 @ CHECK: Name: func1
Deh-directive-integrated-test.s31 .globl func1 symbol
33 .type func1,%function
34 func1: label
48 .size func1, .Ltmp1-func1
Deh-directive-fnend-diagnostics.s10 .globl func1 symbol
12 .type func1,%function
13 func1: label
Deh-directive-pad-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-directive-personality-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
21 func1: label
Deh-directive-fnstart-diagnostics.s13 .globl func1 symbol
15 .type func1,%function
17 func1: label
Deh-directive-text-section-multiple-func.s13 .globl func1 symbol
15 .type func1,%function
17 func1: label
74 @ CHECK: Name: func1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dreassociate-deadinst.ll3 ; CHECK-NOT: func1
7 define internal i16 @func1() noinline #0 {
12 %_tmp0 = call i16 @func1()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dthinlto_funcimport_debug.ll6 ; If we import func1 and not func2 we should only link DISubprogram for func1
7 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=func1:%t.bc -S | FileCheck %s
10 ; CHECK: define available_externally i32 @func1
17 ; CHECK: distinct !DISubprogram(name: "func1", {{.*}}, unit: ![[CU2]]
28 define i32 @func1(i32 %n) #0 !dbg !4 {
58 !4 = distinct !DISubprogram(name: "func1", scope: !1, file: !1, line: 1, type: !5, isLocal: false, …
/external/llvm/test/Linker/
Dthinlto_funcimport_debug.ll6 ; If we import func1 and not func2 we should only link DISubprogram for func1
7 ; RUN: llvm-link %t2.bc -summary-index=%t3.thinlto.bc -import=func1:%t.bc -S | FileCheck %s
10 ; CHECK: define available_externally i32 @func1
17 ; CHECK: distinct !DISubprogram(name: "func1", {{.*}}, unit: ![[CU2]]
28 define i32 @func1(i32 %n) #0 !dbg !4 {
58 !4 = distinct !DISubprogram(name: "func1", scope: !1, file: !1, line: 1, type: !5, isLocal: false, …
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreorder-functions.ll40 define internal void @func1() {
64 ; DEFAULTWINDOWSIZE-LABEL: func1
71 ; WINDOWSIZE1-LABEL: func1
78 ; SEQUENTIAL-LABEL: func1
85 ; WINDOWSIZEMAX-LABEL: func1

12345678910