Searched refs:ipo (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/bindings/ocaml/transforms/ipo/
H A DMakefile1 ##===- bindings/ocaml/transforms/ipo/Makefile --------------*- Makefile -*-===##
16 UsedComponents := ipo
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A DMakefile16 UsedComponents := ipo
/external/fio/
H A Dtrim.c16 struct io_piece *ipo; local
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list);
28 remove_trim_entry(td, ipo);
30 io_u->offset = ipo->offset;
31 io_u->buflen = ipo->len;
32 io_u->file = ipo->file;
39 if (ipo->flags & IP_F_ONLIST)
40 flist_del(&ipo->list);
42 assert(ipo->flags & IP_F_ONRB);
43 rb_erase(&ipo
[all...]
H A Dtrim.h14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) argument
16 if (!flist_empty(&ipo->trim_list)) {
17 flist_del_init(&ipo->trim_list);
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) argument
H A Diolog.c25 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) argument
27 flist_add_tail(&ipo->list, &td->io_log_list);
28 td->total_io_size += ipo->len;
95 static int ipo_special(struct thread_data *td, struct io_piece *ipo) argument
101 * Not a special ipo
103 if (ipo->ddir != DDIR_INVAL)
106 f = td->files[ipo->fileno];
108 switch (ipo->file_action) {
122 log_err("fio: bad file action %d\n", ipo->file_action);
131 struct io_piece *ipo; local
178 struct io_piece *ipo; local
204 struct io_piece *ipo, *__ipo; local
292 struct io_piece *ipo = io_u->ipo; local
309 struct io_piece *ipo = io_u->ipo; local
351 struct io_piece *ipo; local
[all...]
H A Dblktrace.c119 struct io_piece *ipo; local
121 ipo = calloc(1, sizeof(*ipo));
122 init_ipo(ipo);
124 ipo->ddir = DDIR_INVAL;
125 ipo->fileno = fileno;
126 ipo->file_action = action;
127 flist_add_tail(&ipo->list, &td->io_log_list);
178 * Store blk_io_trace data in an ipo for later retrieval.
184 struct io_piece *ipo local
230 struct io_piece *ipo = malloc(sizeof(*ipo)); local
[all...]
H A Diolog.h226 static inline void init_ipo(struct io_piece *ipo) argument
228 memset(ipo, 0, sizeof(*ipo));
229 INIT_FLIST_HEAD(&ipo->trim_list);
H A Dverify.c1063 struct io_piece *ipo = NULL; local
1074 ipo = rb_entry(n, struct io_piece, rb_node);
1080 if (ipo->flags & IP_F_IN_FLIGHT)
1084 assert(ipo->flags & IP_F_ONRB);
1085 ipo->flags &= ~IP_F_ONRB;
1087 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list);
1093 if (ipo->flags & IP_F_IN_FLIGHT)
1096 flist_del(&ipo->list);
1097 assert(ipo->flags & IP_F_ONLIST);
1098 ipo
[all...]
H A Dioengine.h74 struct io_piece *ipo; member in struct:io_u
H A Dio_u.c1322 io_u->ipo = NULL;
1620 if (io_u->ipo) {
1627 io_u->ipo->flags &= ~IP_F_IN_FLIGHT;
/external/llvm/bindings/ocaml/transforms/
H A DMakefile11 DIRS = ipo passmgr_builder scalar_opts utils vectorize
/external/llvm/tools/bugpoint/
H A DMakefile12 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \
/external/llvm/tools/llvm-extract/
H A DMakefile12 LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader
/external/llvm/tools/llvm-stress/
H A DMakefile13 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts ipo
/external/llvm/unittests/ExecutionEngine/Orc/
H A DMakefile12 LINK_COMPONENTS := core ipo mcjit orcjit native support
/external/llvm/tools/llvm-lto/
H A DMakefile12 LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vectorize all-targets
/external/llvm/tools/opt/
H A DMakefile12 LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targets codegen passes
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMakefile12 LINK_COMPONENTS := core ipo mcjit native support
/external/clang/examples/clang-interpreter/
H A DMakefile19 ipo linker selectiondag asmparser instrumentation objcarcopts option
/external/clang/tools/clang-check/
H A DMakefile18 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader ipo objcarcopts \
/external/clang/tools/driver/
H A DMakefile35 instrumentation ipo irreader linker objcarcopts option \
/external/llvm/test/Bindings/OCaml/
H A Dipo.ml2 * RUN: %ocamlc -g -w +A -package llvm.ipo -linkpkg %T/ipo_opts.ml -o %t
4 * RUN: %ocamlopt -g -w +A -package llvm.ipo -linkpkg %T/ipo_opts.ml -o %t
/external/clang/tools/libclang/
H A DMakefile20 instrumentation ipo mc mcparser objcarcopts option support \
/external/llvm/utils/
H A DGenLibDeps.pl108 $libpath =~ s/^ipo/Transforms\/IPO/;
149 $libpath =~ s/^ipo/Transforms\/IPO/;
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh1147 enabled x86_64 && add_cflags -ipo -static -O3 -no-prec-div

Completed in 715 milliseconds

12