Home
last modified time | relevance | path

Searched refs:entrypoint (Results 1 - 25 of 131) sorted by relevance

123456

/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.h11 struct entrypoint;
16 extern int simplify_flow(struct entrypoint *ep);
18 extern void kill_dead_stores(struct entrypoint *ep, pseudo_t addr, int local);
19 extern void simplify_symbol_usage(struct entrypoint *ep);
20 extern void simplify_memops(struct entrypoint *ep);
21 extern void pack_basic_blocks(struct entrypoint *ep);
22 extern int simplify_cfg_early(struct entrypoint *ep);
26 extern void remove_dead_insns(struct entrypoint *);
31 extern void kill_unreachable_bbs(struct entrypoint *ep);
46 extern void vrfy_flow(struct entrypoint *e
[all...]
H A Dliveness.h4 struct entrypoint;
7 void clear_liveness(struct entrypoint *ep);
8 void track_pseudo_liveness(struct entrypoint *ep);
9 void track_pseudo_death(struct entrypoint *ep);
H A Dlinearize.c26 static pseudo_t linearize_statement(struct entrypoint *ep, struct statement *stmt);
27 static pseudo_t linearize_expression(struct entrypoint *ep, struct expression *expr);
29 static pseudo_t add_cast(struct entrypoint *ep, struct symbol *to, struct symbol *from, int op, pseudo_t src);
30 static pseudo_t add_binary_op(struct entrypoint *ep, struct symbol *ctype, int op, pseudo_t left, pseudo_t right);
31 static pseudo_t linearize_one_symbol(struct entrypoint *ep, struct symbol *sym);
33 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol *to);
62 static struct entrypoint *alloc_entrypoint(void) in alloc_entrypoint()
67 static struct basic_block *alloc_basic_block(struct entrypoint *ep, struct position pos) in alloc_basic_block()
174 /* Fn entrypoint */
584 void show_entry(struct entrypoint *e
[all...]
H A Ddominate.h4 struct entrypoint;
7 void idf_compute(struct entrypoint *ep, struct basic_block_list **idf, struct basic_block_list *alpha);
11 void idf_dump(struct entrypoint *ep);
H A Dflowgraph.h10 struct entrypoint;
16 int cfg_postorder(struct entrypoint *ep);
24 void domtree_build(struct entrypoint *ep);
H A Doptimize.c23 static void clear_symbol_pseudos(struct entrypoint *ep) in clear_symbol_pseudos()
33 static void clean_up_insns(struct entrypoint *ep) in clean_up_insns()
51 static void cleanup_cfg(struct entrypoint *ep) in cleanup_cfg()
59 void optimize(struct entrypoint *ep) in optimize()
H A Dsparse.c70 static int imbalance(struct entrypoint *ep, struct basic_block *bb, int entry, int exit, const char *why) in imbalance()
79 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit);
81 static int check_children(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_children()
99 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_bb_context()
234 static void check_instructions(struct entrypoint *ep) in check_instructions()
243 static void check_context(struct entrypoint *ep) in check_context()
303 struct entrypoint *ep; in check_symbols()
H A Doptimize.h4 struct entrypoint;
7 void optimize(struct entrypoint *ep);
/third_party/mesa3d/src/gallium/frontends/va/
H A Dconfig.c113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
126 if ((entrypoint == VAEntrypointVLD) && in vlVaGetConfigAttributes()
143 } else if ((entrypoint == VAEntrypointEncSlice) && in vlVaGetConfigAttributes()
214 } else if (entrypoint == VAEntrypointVideoProc) { in vlVaGetConfigAttributes()
235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument
257 if (entrypoint != VAEntrypointVideoProc) { in vlVaCreateConfig()
262 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_PROCESSING; in vlVaCreateConfig()
302 switch (entrypoint) { in vlVaCreateConfig()
310 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vlVaCreateConfig()
320 config->entrypoint in vlVaCreateConfig()
414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) vlVaQueryConfigAttributes() argument
[all...]
H A Dcontext.c262 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_PROCESSING) { in vlVaCreateContext()
264 config->profile, config->entrypoint, in vlVaCreateContext()
267 config->profile, config->entrypoint, in vlVaCreateContext()
276 context->templat.entrypoint = config->entrypoint; in vlVaCreateContext()
291 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE) { in vlVaCreateContext()
307 if (config->entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE) { in vlVaCreateContext()
331 context->desc.base.entry_point = config->entrypoint; in vlVaCreateContext()
332 if (config->entrypoint == PIPE_VIDEO_ENTRYPOINT_ENCODE) { in vlVaCreateContext()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_multiview.c49 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in shader_writes_to_memory() local
51 nir_foreach_block(block, entrypoint) { in shader_writes_to_memory()
134 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_shader_uses_view_index() local
136 nir_foreach_block(block, entrypoint) { in nir_shader_uses_view_index()
154 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader_no_position); in shader_only_position_uses_view_index() local
157 nir_foreach_block(block, entrypoint) { in shader_only_position_uses_view_index()
233 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_lower_multiview() local
250 nir_cf_list_extract(&body, &entrypoint->body); in nir_lower_multiview()
253 nir_builder_init(&b, entrypoint); in nir_lower_multiview()
254 b.cursor = nir_after_cf_list(&entrypoint in nir_lower_multiview()
[all...]
H A Dnir_lower_is_helper_invocation.c107 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_lower_is_helper_invocation()
110 nir_builder_init(&b, entrypoint); in nir_lower_is_helper_invocation()
111 b.cursor = nir_before_cf_list(&entrypoint->body); in nir_lower_is_helper_invocation()
113 nir_variable *is_helper = nir_local_variable_create(entrypoint, in nir_lower_is_helper_invocation()
/third_party/EGL/sdk/docs/man/xhtml/
H A Dmaketoc.pl130 #pre-create list of all true entrypoint names
163 my $entrypoint = $_;
164 $entrypoint =~ s/\.xml//;
166 push (@pageNames, $entrypoint);
179 # filter out entrypoint variations that don't have their own man pages
183 # different parent page exists with matching entrypoint (e.g. glEnd)
184 my $entrypoint = $_;
185 $entrypoint =~ s/\.xml//;
189 if ($_ eq $entrypoint)
200 if ($_ eq $entrypoint)
[all...]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A Dmaketoc.pl130 #pre-create list of all true entrypoint names
163 my $entrypoint = $_;
164 $entrypoint =~ s/\.xml//;
166 push (@pageNames, $entrypoint);
179 # filter out entrypoint variations that don't have their own man pages
183 # different parent page exists with matching entrypoint (e.g. glEnd)
184 my $entrypoint = $_;
185 $entrypoint =~ s/\.xml//;
189 if ($_ eq $entrypoint)
200 if ($_ eq $entrypoint)
[all...]
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_entrypoint.c86 * Generate a dispatch function (entrypoint) which jumps through
116 fill_in_entrypoint_offset(_glapi_proc entrypoint, unsigned int offset) in fill_in_entrypoint_offset() argument
118 GLubyte * const code = (GLubyte *) entrypoint; in fill_in_entrypoint_offset()
191 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument
193 unsigned int *code = (unsigned int *) entrypoint; in fill_in_entrypoint_offset()
218 fill_in_entrypoint_offset(_glapi_proc entrypoint, GLuint offset) in fill_in_entrypoint_offset() argument
221 (void) entrypoint; in fill_in_entrypoint_offset()
/third_party/EGL/sdk/docs/man/html/
H A Dmakeindex.py122 def isAPIfile(entrypoint):
123 if (re.match('^egl[A-Z]', entrypoint) or entrypoint == 'removedTypes'):
133 (entrypoint,ext) = os.path.splitext(file)
135 parent = srcdir + '/' + entrypoint + srcext
137 apiCommand = isAPIfile(entrypoint)
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
149 if (funcname != entrypoint):
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A Dmakeindex.py122 def isAPIfile(entrypoint):
123 if (re.match('^egl[A-Z]', entrypoint) or entrypoint == 'removedTypes'):
133 (entrypoint,ext) = os.path.splitext(file)
135 parent = srcdir + '/' + entrypoint + srcext
137 apiCommand = isAPIfile(entrypoint)
139 addkey(refIndex, Feature(file, entrypoint, False, apiCommand))
149 if (funcname != entrypoint):
/third_party/glslang/SPIRV/
H A Ddisassemble.cpp524 unsigned entrypoint = stream[word - 1]; in disassembleInstruction() local
526 if (entrypoint < GLSLstd450Count) { in disassembleInstruction()
527 out << "(" << GlslStd450DebugNames[entrypoint] << ")"; in disassembleInstruction()
530 out << "(" << GLSLextAMDGetDebugNames(name, entrypoint) << ")"; in disassembleInstruction()
533 out << "(" << GLSLextNVGetDebugNames(name, entrypoint) << ")"; in disassembleInstruction()
537 out << "(" << NonSemanticShaderDebugInfo100GetDebugNames(entrypoint) << ")"; in disassembleInstruction()
665 static const char* GLSLextAMDGetDebugNames(const char* name, unsigned entrypoint) in GLSLextAMDGetDebugNames() argument
668 switch (entrypoint) { in GLSLextAMDGetDebugNames()
676 switch (entrypoint) { in GLSLextAMDGetDebugNames()
689 switch (entrypoint) { in GLSLextAMDGetDebugNames()
707 GLSLextNVGetDebugNames(const char* name, unsigned entrypoint) GLSLextNVGetDebugNames() argument
761 NonSemanticShaderDebugInfo100GetDebugNames(unsigned entrypoint) NonSemanticShaderDebugInfo100GetDebugNames() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member
279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug()
357 plug->entrypoint=NULL; in uplug_allocateEmptyPlug()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, in uplug_allocatePlug() argument
382 plug->entrypoint = entrypoint; in uplug_allocatePlug()
407 plug->entrypoint=0; in uplug_deallocatePlug()
529 * Initialize a plugin from an entrypoint and library - but don't load it.
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, cons argument
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) uplug_loadPlugFromEntrypoint() argument
593 UPlugEntrypoint *entrypoint = NULL; uplug_initPlugFromLibrary() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member
279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug()
357 plug->entrypoint=nullptr; in uplug_allocateEmptyPlug()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, in uplug_allocatePlug() argument
382 plug->entrypoint = entrypoint; in uplug_allocatePlug()
407 plug->entrypoint=0; in uplug_deallocatePlug()
529 * Initialize a plugin from an entrypoint and library - but don't load it.
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, cons argument
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) uplug_loadPlugFromEntrypoint() argument
593 UPlugEntrypoint *entrypoint = nullptr; uplug_initPlugFromLibrary() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp52 UPlugEntrypoint *entrypoint; /**< plugin entrypoint */ member
279 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug()
357 plug->entrypoint=NULL; in uplug_allocateEmptyPlug()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, const char *symName, in uplug_allocatePlug() argument
382 plug->entrypoint = entrypoint; in uplug_allocatePlug()
407 plug->entrypoint=0; in uplug_deallocatePlug()
529 * Initialize a plugin fron an entrypoint and library - but don't load it.
531 static UPlugData* uplug_initPlugFromEntrypointAndLibrary(UPlugEntrypoint *entrypoint, cons argument
546 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status) uplug_loadPlugFromEntrypoint() argument
593 UPlugEntrypoint *entrypoint = NULL; uplug_initPlugFromLibrary() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_multiview.c181 /* This pass assumes a single entrypoint */ in anv_nir_lower_multiview()
182 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in anv_nir_lower_multiview() local
197 nir_builder_init(&b, entrypoint); in anv_nir_lower_multiview()
198 b.cursor = nir_before_cf_list(&entrypoint->body); in anv_nir_lower_multiview()
217 nir_builder_init(&state.builder, entrypoint); in anv_nir_lower_multiview()
220 nir_foreach_block(block, entrypoint) { in anv_nir_lower_multiview()
257 assert(view_index->parent_instr->block == nir_start_block(entrypoint)); in anv_nir_lower_multiview()
280 nir_metadata_preserve(entrypoint, nir_metadata_block_index | in anv_nir_lower_multiview()
283 nir_metadata_preserve(entrypoint, nir_metadata_all); in anv_nir_lower_multiview()
/third_party/mesa3d/src/vulkan/util/
H A Dvk_entrypoints.py40 # Extensions which require this entrypoint
69 def __init__(self, name, entrypoint):
71 self.alias = entrypoint
72 entrypoint.aliases.append(self)
163 for entrypoint in extension.findall('./require/command'):
164 fullname = entrypoint.attrib['name']
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_decoder.c37 enum pipe_video_entrypoint entrypoint) in vl_profile_supported()
42 return entrypoint != PIPE_VIDEO_ENTRYPOINT_ENCODE; in vl_profile_supported()
78 templat->entrypoint, in vl_create_decoder()
36 vl_profile_supported(struct pipe_screen *screen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_profile_supported() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp39 enum pipe_video_entrypoint entrypoint) in d3d12_video_buffer_is_format_supported()
483 enum pipe_video_entrypoint entrypoint, in d3d12_screen_get_video_param_decode()
497 bool formatSupported = pscreen->is_video_format_supported(pscreen, pipeFmt, profile, entrypoint); in d3d12_screen_get_video_param_decode()
601 enum pipe_video_entrypoint entrypoint, in d3d12_screen_get_video_param_postproc()
711 enum pipe_video_entrypoint entrypoint, in d3d12_screen_get_video_param_encode()
774 enum pipe_video_entrypoint entrypoint, in d3d12_screen_get_video_param()
777 if (entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in d3d12_screen_get_video_param()
778 return d3d12_screen_get_video_param_decode(pscreen, profile, entrypoint, param); in d3d12_screen_get_video_param()
779 } else if (entrypoint == PIPE_VIDEO_ENTRYPOINT_ENCODE) { in d3d12_screen_get_video_param()
780 return d3d12_screen_get_video_param_encode(pscreen, profile, entrypoint, para in d3d12_screen_get_video_param()
36 d3d12_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) d3d12_video_buffer_is_format_supported() argument
481 d3d12_screen_get_video_param_decode(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) d3d12_screen_get_video_param_decode() argument
599 d3d12_screen_get_video_param_postproc(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) d3d12_screen_get_video_param_postproc() argument
709 d3d12_screen_get_video_param_encode(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) d3d12_screen_get_video_param_encode() argument
772 d3d12_screen_get_video_param(struct pipe_screen *pscreen, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_cap param) d3d12_screen_get_video_param() argument
[all...]

Completed in 15 milliseconds

123456