| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_inline_uniforms.c | 305 nir_loop_info *use_info = is_terminator ? info : NULL; local 306 process_node(nested_node, use_info, uni_offsets, num_offsets);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pt.c | 508 struct pipe_draw_info *use_info = (struct pipe_draw_info *)info; local 522 use_info = &resolved_info; 530 draw->pt.user.min_index = use_info->index_bounds_valid ? use_info->min_index : 0; 531 draw->pt.user.max_index = use_info->index_bounds_valid ? use_info->max_index : ~0; 532 draw->pt.user.eltSize = use_info->index_size ? draw->pt.user.eltSizeIB : 0; 534 draw->pt.user.increment_draw_id = use_info->increment_draw_id; 541 use_info->mode, use_draws[i].start, use_draws[i].count); 571 draw_print_arrays(draw, use_info->mode, use_draws[i].start, MIN2(use_draws[i].count, 20) [all...] |
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| accesses.h | 91 // The usual flags when printing a use_info from its user. 167 // Return true if the access is a use_info that simply marks a point in 172 // Return true if the access is a use_info for an instruction and if 240 // is null, a use_info for a debug instruction, or a use_info for a phi node. 242 // Providing this helps to optimize use_info::next_nondebug_insn_use. 245 // True if this access is a use_info for a debug instruction or 286 class use_info : public access_info class in namespace:rtl_ssa 340 use_info *prev_use () const; 341 use_info *next_use () const [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| accesses.h | 91 // The usual flags when printing a use_info from its user. 167 // Return true if the access is a use_info that simply marks a point in 172 // Return true if the access is a use_info for an instruction and if 235 // is null, a use_info for a debug instruction, or a use_info for a phi node. 237 // Providing this helps to optimize use_info::next_nondebug_insn_use. 240 // True if this access is a use_info for a debug instruction or 287 class use_info : public access_info class in namespace:rtl_ssa 341 use_info *prev_use () const; 342 use_info *next_use () const [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ira.cc | 3518 struct df_insn_info *use_info = DF_REF_INSN_INFO (use); 3520 if (use_info) 3528 : DF_INSN_INFO_LUID (use_info) < DF_INSN_INFO_LUID (def_info)) 3497 struct df_insn_info *use_info = DF_REF_INSN_INFO (use); local
|
| df.h | 553 struct df_ref_info use_info; /* Use info. */ 704 /* Macros to get the refs out of def_info or use_info refs table. If 720 #define DF_USES_TABLE_SIZE() (df->use_info.table_size) 721 #define DF_USES_GET(ID) (df->use_info.refs[(ID)]) 722 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL)) 723 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)]) 724 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)]) 552 struct df_ref_info use_info; \/* Use info. *\/ member in class:df_d
|
| tree-vect-slp.cc | 5941 stmt_vec_info use_info = vinfo->lookup_stmt (USE_STMT (use_p)); local 5943 if (!use_info) 5951 else if (!STMT_SLP_TYPE (vect_stmt_to_vectorize (use_info))) 5955 "Found loop_vect use: %G", use_info->stmt);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira.cc | 3506 struct df_insn_info *use_info = DF_REF_INSN_INFO (use); 3508 if (use_info) 3516 : DF_INSN_INFO_LUID (use_info) < DF_INSN_INFO_LUID (def_info)) 3485 struct df_insn_info *use_info = DF_REF_INSN_INFO (use); local
|
| df.h | 553 struct df_ref_info use_info; /* Use info. */ 704 /* Macros to get the refs out of def_info or use_info refs table. If 720 #define DF_USES_TABLE_SIZE() (df->use_info.table_size) 721 #define DF_USES_GET(ID) (df->use_info.refs[(ID)]) 722 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL)) 723 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)]) 724 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)]) 552 struct df_ref_info use_info; \/* Use info. *\/ member in class:df_d
|
| tree-vect-slp.cc | 4331 stmt_vec_info use_info = vinfo->lookup_stmt (USE_STMT (use_p)); local 4333 if (!use_info) 4341 else if (!STMT_SLP_TYPE (vect_stmt_to_vectorize (use_info))) 4345 "Found loop_vect use: %G", use_info->stmt);
|