/external/vixl/examples/aarch64/ |
D | check-bounds.cc | 61 void run_function(Simulator* simulator, in run_function() function 93 run_function(&simulator, function, 546, 50, 1000); in main() 94 run_function(&simulator, function, 62, 100, 200); in main() 95 run_function(&simulator, function, 200, 100, 200); in main()
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | executionengine.ml | 90 (* run_function *) 91 let res = ExecutionEngine.run_function plus
|
D | scalar_opts.ml | 77 ++ PassManager.run_function fn
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toplevel.ml | 37 let result = ExecutionEngine.run_function the_function [||]
|
D | codegen.ml | 98 let _ = PassManager.run_function the_function the_fpm in
|
/external/llvm/test/Bindings/OCaml/ |
D | scalar_opts.ml | 83 ++ PassManager.run_function fn
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | scalar_opts.ml | 83 ++ PassManager.run_function fn
|
/external/autotest/client/common_lib/ |
D | utils.py | 1128 def get_arch(run_function=run): argument 1139 if run_function == run: 1143 arch = run_function('/bin/uname -m').stdout.rstrip() 1148 def get_arch_userspace(run_function=run): argument 1160 filestr = run_function(cmd).stdout.rstrip() 1168 def get_num_logical_cpus_per_socket(run_function=run): argument 1176 siblings = run_function('grep "^siblings" /proc/cpuinfo').stdout.rstrip()
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 486 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 487 TRACE_EVENT2("toplevel", run_function, "src_file", \ 500 #define INTERNAL_TRACE_TASK_EXECUTION(run_function, task) \ argument 501 TRACE_EVENT1("toplevel", run_function, "src", (task).posted_from.ToString()) \
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 129 (** [run_function f args ee] synchronously executes the function [f] with the 131 val run_function : Llvm.llvalue -> GenericValue.t array -> t -> val
|
D | llvm_executionengine.ml | 73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | OCamlLangImpl4.rst | 195 let _ = PassManager.run_function the_function the_fpm in 266 "``Llvm_executionengine.ExecutionEngine.run_function``" function. This 281 let result = ExecutionEngine.run_function the_function [||] 339 ``run_function``. 786 let _ = PassManager.run_function the_function the_fpm in 832 let result = ExecutionEngine.run_function the_function [||]
|