Home
last modified time | relevance | path

Searched refs:run_function (Results 1 – 25 of 57) sorted by relevance

123

/external/vixl/examples/aarch64/
Dcheck-bounds.cc61 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/
Dexecutionengine.ml90 (* run_function *)
91 let res = ExecutionEngine.run_function plus
Dscalar_opts.ml77 ++ PassManager.run_function fn
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml37 let result = ExecutionEngine.run_function the_function [||]
Dcodegen.ml98 let _ = PassManager.run_function the_function the_fpm in
/external/llvm/test/Bindings/OCaml/
Dscalar_opts.ml83 ++ PassManager.run_function fn
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dscalar_opts.ml83 ++ PassManager.run_function fn
/external/autotest/client/common_lib/
Dutils.py1128 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/
Dtrace_event.h486 #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/
Dllvm_executionengine.mli129 (** [run_function f args ee] synchronously executes the function [f] with the
131 val run_function : Llvm.llvalue -> GenericValue.t array -> t -> val
Dllvm_executionengine.ml73 external run_function: Llvm.llvalue -> GenericValue.t array -> t ->
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DOCamlLangImpl4.rst195 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 [||]

123