HomeSort by: relevance | last modified time | path
    Searched refs:use (Results 1 - 25 of 261) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_cp_postsched.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33 * array-write scheduled before the use of the array-read.
40 * Check if any instruction before `use` and after `src` writes to the
46 * between `use` and `src` to the same array, so that `use` points to
50 has_conflicting_write(struct ir3_instruction *src, struct ir3_instruction *use,
53 assert(src->block == use->block);
56 /* NOTE that since src and use are in the same block, src by
57 * definition appears in the block's instr_list before use
    [all...]
ir3_cf.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91 foreach_ssa_use (use, conv_src) {
93 if (!is_safe_conv(use, src_type, &new_opc))
109 * shifts the use to a simple mov.
114 foreach_ssa_use (use, src) {
115 assert(use->opc == OPC_MOV);
118 use->srcs[0]->flags |= IR3_REG_HALF;
120 use->srcs[0]->flags &= ~IR3_REG_HALF;
123 use->cat1.src_type = use->cat1.dst_type
    [all...]
  /xsrc/external/mit/libX11/dist/src/
GetStCmap.c 5 Permission to use, copy, modify, distribute, and sell this software and its
19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 used in advertising or otherwise to promote the sale, use or other dealings
30 Permission to use, copy, modify, and distribute this software and its
41 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
43 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
75 XStandardColormap *use; local
96 use = &stdcmaps[i];
98 use = stdcmaps;
104 cmap->colormap = use->colormap
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_128_avx512_knights.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
32 // These use native AVX512 instructions with masking to enable a larger
simdlib_256_avx512_knights.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
32 // These use native AVX512 instructions with masking to enable a larger
simdlib_512_avx512_masks.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
simdlib_512_avx512_masks_core.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
simdlib_512_avx512_masks_knights.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
simdlib_512_emu_masks.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_128_avx512_knights.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
32 // These use native AVX512 instructions with masking to enable a larger
simdlib_256_avx512_knights.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
32 // These use native AVX512 instructions with masking to enable a larger
simdlib_512_avx512_masks.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
simdlib_512_avx512_masks_core.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
simdlib_512_avx512_masks_knights.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
simdlib_512_emu_masks.inl 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
24 #error Do not include this file directly, use "simdlib.hpp" instead.
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_to_lcssa.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
51 is_if_use_inside_loop(nir_src *use, nir_loop* loop)
59 nir_cf_node_as_block(nir_cf_node_prev(&use->parent_if->cf_node));
69 is_use_inside_loop(nir_src *use, nir_loop* loop)
76 if (use->parent_instr->block->index <= block_before_loop->index ||
77 use->parent_instr->block->index >= block_after_loop->index) {
93 nir_foreach_use(use, def) {
94 if (use->parent_instr->type == nir_instr_type_phi &&
95 use->parent_instr->block == block_after_loop)
    [all...]
nir_move_vec_src_uses_to_dest.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
126 nir_foreach_use_safe(use, vec->src[i].src.ssa) {
127 if (use->parent_instr == &vec->instr)
130 /* We need to dominate the use if we are going to rewrite it */
131 if (!ssa_def_dominates_instr(&vec->dest.dest.ssa, use->parent_instr))
135 if (use->parent_instr->type != nir_instr_type_alu)
138 assert(use->is_ssa);
140 nir_alu_instr *use_alu = nir_instr_as_alu(use->parent_instr);
143 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src)
    [all...]
  /xsrc/external/mit/xfs/dist/config/
config.cpp 5 use-syslog = off
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_opt_copy_prop.c 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70 bi_index use = ins->src[s]; local
72 if (use.type != BI_INDEX_NORMAL || use.reg) continue;
75 bi_index repl = replacement[bi_word_node(use)];
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_rematerialize_compares.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
78 nir_foreach_use(use, &instr->dest.dest.ssa) {
79 if (use->parent_instr->type != nir_instr_type_alu)
82 nir_alu_instr *const alu = nir_instr_as_alu(use->parent_instr);
121 * Iterate through each use of the comparison. For every use (or use
127 nir_foreach_use_safe(use, &alu->dest.dest.ssa) {
128 nir_instr *const use_instr = use->parent_instr
    [all...]
nir_to_lcssa.c 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
59 is_if_use_inside_loop(nir_src *use, nir_loop *loop)
67 nir_cf_node_as_block(nir_cf_node_prev(&use->parent_if->cf_node));
77 is_use_inside_loop(nir_src *use, nir_loop *loop)
84 if (use->parent_instr->block->index <= block_before_loop->index ||
85 use->parent_instr->block->index >= block_after_loop->index) {
206 nir_foreach_use(use, def) {
207 if (use->parent_instr->type == nir_instr_type_phi &&
208 use->parent_instr->block == state->block_after_loop)
    [all...]
nir_move_vec_src_uses_to_dest.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
127 nir_foreach_use_safe(use, vec->src[i].src.ssa) {
128 if (use->parent_instr == &vec->instr)
131 /* We need to dominate the use if we are going to rewrite it */
132 if (!ssa_def_dominates_instr(&vec->dest.dest.ssa, use->parent_instr))
136 if (use->parent_instr->type != nir_instr_type_alu)
139 assert(use->is_ssa);
141 nir_alu_instr *use_alu = nir_instr_as_alu(use->parent_instr);
144 nir_alu_src *use_alu_src = exec_node_data(nir_alu_src, use, src)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_optimizer.c 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 * Every use of a def is visited before the def.
143 agx_optimizer_fmov_rev(agx_instr *I, agx_instr *use)
145 if (!agx_is_fmov(use)) return false;
146 if (use->src[0].neg || use->src[0].abs) return false;
149 I->saturate |= use->saturate;
150 I->dest[0] = use->dest[0];
205 agx_instr *use = uses[I->dest[0].value] local
    [all...]
  /xsrc/external/mit/fontconfig/dist/doc/
fcweight.fncs 4 * Permission to use, copy, modify, distribute, and sell this software and its
17 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28 to use with FC_WEIGHT, from an double in the 1..1000 range, resembling
56 Use the other function instead.
67 Use the other function instead.
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_asm.c 7 * the rights to use, copy, modify, merge, publish, distribute, sub license,
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
51 } else { /* second or later; check that it is a re-use */
65 if (inst->imm && inst->src[2].use)
76 COND(inst->dst.use, VIV_ISA_WORD_0_DST_USE) |
83 COND(inst->src[0].use, VIV_ISA_WORD_1_SRC0_USE) |
91 COND(inst->src[1].use, VIV_ISA_WORD_2_SRC1_USE) |
100 COND(inst->src[2].use, VIV_ISA_WORD_3_SRC2_USE) |

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011