| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.h | 205 bool inserted; member in struct:ir3_reg_interval 217 * their state when top-level intervals are inserted/removed. 269 interval->inserted = false;
|
| H A D | ir3_spill.c | 493 if (interval->interval.inserted) 523 if (!interval->interval.inserted) { 539 if (!interval->interval.inserted || interval->interval.parent || 552 if (!interval->interval.inserted) 570 if (!interval->interval.inserted) 581 assert(interval->interval.inserted); 585 /* If this node is inserted in one of the trees, then it needs to be resorted 1123 if (src_interval->interval.inserted) { 1434 if (!interval->interval.inserted) 1505 * anything. Just make the inserted interval [all...] |
| H A D | ir3_ra.c | 137 /* Check if we're inserting something that's already inserted */ 171 interval->inserted = true; 218 interval->inserted = false; 224 interval->inserted = false;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 246 * either fully ready or partially ready node need be inserted to 265 if (!insert || insert_node->sched.inserted) 277 insert_node->sched.inserted = true; 402 node->sched.inserted = false; 800 node->sched.inserted = false;
|
| H A D | gpir.h | 173 bool inserted; member in struct:gpir_node::__anonaa794bbb060a::__anonaa794bbb0708
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_live_var_analysis.cpp | 153 const bool inserted = live.insert(temp.id()).second; local in function:aco::__anon04c364850110::process_live_temps_per_block 154 if (inserted) { 246 const bool inserted = lives.live_out[preds[i]].insert(operand.tempId()).second; local in function:aco::__anon04c364850110::process_live_temps_per_block 247 if (inserted) {
|
| H A D | aco_spill.cpp | 128 bool inserted = interferences[first].second.insert(second).second; local in function:aco::__anond37687ce0110::spill_ctx::add_interference 129 if (inserted) 229 const bool inserted = insert_result.second; local in function:aco::__anond37687ce0110::next_uses_per_block 231 if (inserted || entry_distance != distance) 253 const bool inserted = insert_result.second; local in function:aco::__anond37687ce0110::next_uses_per_block 256 if (!inserted) {
|
| H A D | README-ISA.md | 206 does not mitigate the issue, so an `s_waitcnt lgkmcnt(0)` must be inserted.
|
| H A D | README.md | 102 GCN requires some wait states to be manually inserted in order to ensure correct behavior on memory instructions and some register dependencies.
|
| H A D | aco_register_allocation.cpp | 441 ASSERTED auto inserted = regs_to_vars.emplace(reg, size_id); local in function:aco::__anon1a58e4b40110::print_regs 442 assert(inserted.second); 2469 /* parallelcopies from p_phi are inserted here which means
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | scheduler.c | 95 * different fake number, thanks to the fake dependencies inserted before 168 * dependencies we inserted before scheduling, there are at most 64 - N live 256 * inserted. 428 * either fully ready or partially ready node need be inserted to 447 if (!insert || insert_node->sched.inserted) 461 insert_node->sched.inserted = true; 644 if (!pred->sched.inserted && dep->type == GPIR_DEP_INPUT) 678 node->sched.inserted = false; 820 * successfully be inserted. Also return the first instruction we'll need to 951 node->sched.inserted [all...] |
| H A D | gpir.h | 176 bool inserted; member in struct:gpir_node::__anon1917146e060a::__anon1917146e0708
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | lrmm-scroll.pl | 351 -x modify test-string with inserted/deleted cells
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.2.rst | 118 - aco: ignore the ACO-inserted continue in create_continue_phis()
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | dispatch.rst | 218 registers, varying amounts of code needs to be inserted around the call 231 Once a new assembly file is created, it must be inserted in the build
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | aux-surf-comp.rst | 77 inserted, ISL provides a finite state machine which tracks the current state of
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | xtypes.py | 821 inserted = False 827 inserted = True 829 if False == inserted:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/ |
| H A D | ir3-notes.rst | 404 In the grouping pass, instructions which need to be grouped (for ``fanin``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (ie. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages. 412 In the depth pass, a depth is calculated for each instruction node within it's basic block. The depth is the sum of the required cycles (delay slots needed between two instructions plus one) of each instruction plus the max depth of any of it's source instructions. (meta_ instructions don't add to the depth). As an instruction's depth is calculated, it is inserted into a per block list sorted by deepest instruction. Unreachable instructions and inputs are marked.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | ir3-notes.rst | 375 In the grouping pass, instructions which need to be grouped (for ``collect``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (i.e. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages. 383 In the depth pass, a depth is calculated for each instruction node within its basic block. The depth is the sum of the required cycles (delay slots needed between two instructions plus one) of each instruction plus the max depth of any of its source instructions. (meta_ instructions don't add to the depth). As an instruction's depth is calculated, it is inserted into a per block list sorted by deepest instruction. Unreachable instructions and inputs are marked.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | notes.markdown | 371 involved in copies (inserted by the ra\_split pass) to the same
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | notes.markdown | 371 involved in copies (inserted by the ra\_split pass) to the same
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/ |
| H A D | doxygen.conf.in | 241 # is inserted in the documentation for inline members.
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | libtool.m4 | 573 # file executable. If COMMENT is supplied, it is inserted after the 751 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ 756 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
|
| /xsrc/external/mit/libXevie/dist/ |
| H A D | aclocal.m4 | 2950 # file executable. If COMMENT is supplied, it is inserted after the 3128 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ 3133 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
|
| /xsrc/external/mit/glw/dist/ |
| H A D | aclocal.m4 | 588 # file executable. If COMMENT is supplied, it is inserted after the 766 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ 771 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
|