Home
last modified time | relevance | path

Searched refs:func3 (Results 1 – 25 of 113) sorted by relevance

12345

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dreorder-functions.ll48 define internal void @func3() {
69 ; DEFAULTWINDOWSIZE-LABEL: func3
73 ; WINDOWSIZE1-LABEL: func3
80 ; SEQUENTIAL-LABEL: func3
90 ; WINDOWSIZEMAX-LABEL: func3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-size-section.ll34 ; CHECK: .section .text.func3,"ax",@progbits
35 ; CHECK: .section .stack_sizes,"o",@progbits,.text.func3,unique,2
36 define dso_local i32 @func3() section ".text.func3" {
Dscavenger.mir42 # CHECK-LABEL: name: func3
43 name: func3
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dmodule_asm2.ll7 …ymbol=main -exported-symbol=func1 -exported-symbol=func2 -exported-symbol=func3 -exported-symbol=c…
21 ; RUN: -r=%t1.bc,func3,pl \
27 ; RUN: -r=%t2.bc,func3,l \
42 ; NM0-DAG: T func3
50 ; referencing functions func2 and func3 should not have been
59 ; NM1-DAG: U func3
115 define i32 @func3() #1 {
/external/llvm/test/MC/ARM/
Deh-directive-setfp-diagnostics.s46 .globl func3 symbol
48 .type func3,%function
50 func3: label
Deh-directive-multiple-offsets.s70 .globl func3 symbol
71 .type func3,%function
74 func3: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Deh-directive-setfp-diagnostics.s46 .globl func3 symbol
48 .type func3,%function
50 func3: label
Deh-directive-multiple-offsets.s70 .globl func3 symbol
71 .type func3,%function
74 func3: label
/external/clang/test/CoverageMapping/
Dreturn.c28 void func3(int x) { // CHECK-NEXT: File 0, [[@LINE]]:19 -> {{[0-9]+}}:2 = #0 in func3() function
43 func3(10); in main()
Dmacros.c32 void func3() { // CHECK-NEXT: File 0, [[@LINE]]:14 -> [[@LINE+3]]:2 = #0 in func3() function
42 func3(); in main()
/external/clang/test/CodeGenCXX/
Dmangle-extern-local.cpp28 extern int var3, func3(); in f3()
31 return var3 + func3() + localobj.localfunc(); in f3()
Doptnone-and-attributes.cpp30 int func3(int a);
33 int func3(int a) { in func3() function
/external/clang/test/Index/
Dcomplete-access-checks.cpp9 void func3();
25 void func3();
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/Inputs/
Dindirect_call.proftext18 func3:20
36 func3
/external/llvm/test/Transforms/PGOProfile/Inputs/
Dindirect_call.proftext18 func3:20
36 func3
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope_test.py37 def func3(args, a=None, b=1, c=2): function
82 with arg_scope([func3], d=1):
83 func3(1)
95 self.assertEquals(arg_scoped_arguments(func3), func3_kwargs)
250 self.assertEqual(func3.__doc__, 'Some cool doc string.')
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/Inputs/
Dmodule_asm2.ll7 %3 = call i32 @func3() #1
14 declare i32 @func3() #1
/external/llvm/test/CodeGen/ARM/
Dneon_spill.ll20 declare arm_aapcs_vfpcc %2* @func3(%2*, %2*, i32)
29 %4 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2956) nounwind
36 %7 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2971) nounwind
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dneon_spill.ll20 declare arm_aapcs_vfpcc %2* @func3(%2*, %2*, i32)
29 %4 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2956) nounwind
36 %7 = call arm_aapcs_vfpcc %2* @func3(%2* undef, %2* undef, i32 2971) nounwind
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dthinlto-function-summary-refgraph.ll19 ; "func3"
45 ; Function W contains a call to func3 as well as a reference to globalvar:
46 ; op0=W op4=globalvar op5=func3
81 declare i32 @func3(i32* dereferenceable(4)) #2
86 %call = tail call i32 @func3(i32* nonnull dereferenceable(4) @globalvar)
156 ; DIS-DAG: = gv: (name: "func3") ; guid = 11517462787082255043
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
D2007-11-09-GEP-GEP-Crash.ll14 %tmp12 = call i32 (...)* @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0]
18 declare i32 @func3(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/
D2007-11-09-GEP-GEP-Crash.ll14 %tmp12 = call i32 (...) @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0]
18 declare i32 @func3(...)
/external/llvm/test/Transforms/GlobalOpt/
D2007-11-09-GEP-GEP-Crash.ll14 %tmp12 = call i32 (...) @func3( i32* null, i32 0, i32 %tmp11 ) ; <i32> [#uses=0]
18 declare i32 @func3(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dstack-size-section.ll23 ; CHECK-LABEL: func3:
28 define void @func3() #0 {
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
Dmake_ready_at_thread_exit.pass.cpp68 void func3(std::packaged_task<double(int, char)> p) in func3() function
115 std::thread t(func3, std::move(p)); in main()

12345