/third_party/libunwind/libunwind/src/ia64/ |
D | getcontext.S | 51 st8.spill [r2] = r1, (SC_FLAGS - GR(1)) // M3 66 st8.spill [r2] = r12, (GR(4) - GR(12)) // M3 70 stf.spill [r3] = f2 // M2 71 stf.spill [r8] = f16 // M3 76 stf.spill [r9] = f24, (FR(31) - FR(24)) // M2 80 stf.spill [r9] = f31 // M2 81 st8.spill [r2] = r4, (GR(5) - GR(4)) // M3, bank 1 85 .mem.offset 0,0; st8.spill [r2] = r5, (GR(6) - GR(5)) // M4, bank 0 86 .mem.offset 8,0; st8.spill [r3] = r7, (BR(0) - GR(7)) // M3, bank 0 90 st8.spill [r2] = r6, (BR(1) - GR(6)) // M2, bank 1 [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_lower_spill.c | 91 handle_oob_offset_spill(struct ir3_instruction *spill) in handle_oob_offset_spill() argument 93 unsigned components = spill->srcs[2]->uim_val; in handle_oob_offset_spill() 95 if (spill->cat6.dst_offset + components * component_bytes(spill->srcs[1]) < MAX_CAT6_SIZE) in handle_oob_offset_spill() 98 set_base_reg(spill, spill->cat6.dst_offset); in handle_oob_offset_spill() 99 reset_base_reg(spill); in handle_oob_offset_spill() 100 spill->cat6.dst_offset = 0; in handle_oob_offset_spill() 117 split_spill(struct ir3_instruction *spill) in split_spill() argument 119 unsigned orig_components = spill->srcs[2]->uim_val; in split_spill() 122 assert(spill->deps_count == 0); in split_spill() 125 if (spill->srcs[1]->flags & IR3_REG_ARRAY) { in split_spill() [all …]
|
D | ir3_spill.c | 725 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() function 744 struct ir3_instruction *spill = in spill() local 746 ir3_src_create(spill, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg; in spill() 750 struct ir3_register *src = ir3_src_create(spill, INVALID_REG, src_flags); in spill() 751 ir3_src_create(spill, INVALID_REG, IR3_REG_IMMED)->uim_val = elems; in spill() 752 spill->cat6.dst_offset = spill_slot; in spill() 753 spill->cat6.type = (reg->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32; in spill() 765 ir3_instr_move_before(spill, instr); in spill() 775 spill(ctx, &interval->dst, get_spill_slot(ctx, interval->interval.reg), in spill_interval() 1401 spill(ctx, pred_def, get_spill_slot(ctx, def), NULL, pred); in spill_live_in() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | xvididct.c | 160 int mm0, mm1, mm2, mm3, mm4, mm5, mm6, mm7, spill; in idct_col_8() local 191 LOAD_BUTTERFLY(mm0, mm1, 0 * 8, 4 * 8, spill, in); in idct_col_8() 193 BUTTERFLY(mm0, mm3, spill); in idct_col_8() 194 BUTTERFLY(mm0, mm7, spill); in idct_col_8() 212 int mm0, mm1, mm2, mm3, mm4, mm5, mm6, mm7, spill; in idct_col_4() local 237 BUTTERFLY(mm0, mm3, spill); in idct_col_4() 238 BUTTERFLY(mm0, mm7, spill); in idct_col_4() 256 int mm0, mm1, mm2, mm3, mm4, mm5, mm6, mm7, spill; in idct_col_3() local 274 BUTTERFLY(mm0, mm3, spill); in idct_col_3() 275 BUTTERFLY(mm0, mm7, spill); in idct_col_3()
|
/third_party/mesa3d/src/freedreno/ci/ |
D | freedreno-a618-skips.txt | 36 spill-dEQP-VK.graphicsfuzz.cov-function-two-loops-limit-using-arguments-array-element-copies 37 spill-dEQP-VK.graphicsfuzz.cov-nested-loop-undefined-smoothstep-never-executed 38 spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code 39 spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses
|
D | freedreno-a618-fails.txt | 19 spill-dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_bool,Fail 20 spill-dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast_bool_requiredsubgroupsize128,Fail
|
D | deqp-freedreno-a618-vk.toml | 25 prefix = "spill-"
|
D | deqp-freedreno-a630-vk-asan.toml | 18 prefix = "spill-"
|
D | deqp-freedreno-a630-vk.toml | 48 prefix = "spill-"
|
/third_party/libwebsockets/lib/misc/fts/ |
D | trie.c | 170 #define spill(margin, force) \ macro 431 spill((3 * MAX_VLI) + tif->count, 0); in finalize_per_input() 452 spill(i->count, 0); in finalize_per_input() 462 spill(0, 1); in finalize_per_input() 1168 spill(15 + n, 0); in lws_fts_serialize() 1181 spill(0, 1); in lws_fts_serialize() 1201 spill(5, 0); in lws_fts_serialize() 1206 spill(0, 1); in lws_fts_serialize() 1242 spill((3 * MAX_VLI), 0); in lws_fts_serialize() 1282 spill((5 * MAX_VLI) + e1->suffix_len + 1, 0); in lws_fts_serialize() [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_spill.cpp | 669 bool spill = !remat; in init_live_in_vars() local 674 spill = false; in init_live_in_vars() 679 spill = false; in init_live_in_vars() 686 spill = true; in init_live_in_vars() 689 if (spill) { in init_live_in_vars() 910 aco_ptr<Pseudo_instruction> spill{ in add_coupling_code() local 912 spill->operands[0] = spill_op; in add_coupling_code() 913 spill->operands[1] = Operand::c32(spill_id); in add_coupling_code() 922 pred.instructions.insert(it, std::move(spill)); in add_coupling_code() 968 aco_ptr<Pseudo_instruction> spill{ in add_coupling_code() local [all …]
|
/third_party/libunwind/libunwind/tests/ |
D | ia64-test-nat-asm.S | 108 stf.spill [sp] = f2, -16 188 st8.spill [sp] = r4, -16 225 st8.spill [sp] = r6, -16;; 263 st8.spill [sp] = r6, -16;; 305 st8.spill [sp] = r6, -16;; 348 st8.spill [sp] = r6, -16;; 392 st8.spill [sp] = r7 // save r7 in the scratch stack space
|
/third_party/libwebsockets/lib/roles/ws/ |
D | client-parser-ws.c | 207 goto spill; in lws_ws_client_rx_sm() 229 goto spill; in lws_ws_client_rx_sm() 295 goto spill; in lws_ws_client_rx_sm() 331 goto spill; in lws_ws_client_rx_sm() 356 goto spill; in lws_ws_client_rx_sm() 374 spill: in lws_ws_client_rx_sm()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_uniforms.c | 651 assert(pipeline->spill.bo); in v3dv_write_uniforms_wg_offsets() 652 cl_aligned_u32(&uniforms, pipeline->spill.bo->offset); in v3dv_write_uniforms_wg_offsets() 656 assert(pipeline->spill.size_per_thread > 0); in v3dv_write_uniforms_wg_offsets() 657 cl_aligned_u32(&uniforms, pipeline->spill.size_per_thread); in v3dv_write_uniforms_wg_offsets() 688 if (pipeline->spill.bo) in v3dv_write_uniforms_wg_offsets() 689 v3dv_job_add_bo(job, pipeline->spill.bo); in v3dv_write_uniforms_wg_offsets()
|
/third_party/node/deps/v8/src/compiler/ |
D | c-linkage.cc | 159 bool spill = (i >= kParamRegisterCount); in BuildParameterLocations() local 160 if (spill) { in BuildParameterLocations() 196 bool spill = IsFloatingPoint(type.representation()) in BuildParameterLocations() local 199 if (spill) { in BuildParameterLocations()
|
/third_party/mesa3d/src/panfrost/ci/ |
D | deqp-panfrost-g52.toml | 54 prefix = "spill-" 57 BIFROST_MESA_DEBUG = "spill"
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | OWNERS | 8 per-file spill-placer*=thibaudm@chromium.org
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Spiller.h | 30 virtual void spill(LiveRangeEdit &LRE) = 0;
|
D | RegAllocBasic.cpp | 239 spiller().spill(LRE); in spillInterferences() 298 spiller().spill(LRE); in selectOrSplit()
|
D | RegisterScavenging.cpp | 461 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger 571 ScavengedInfo &Scavenged = spill(SReg, *RC, SPAdj, I, UseMI); in scavengeRegister() 611 ScavengedInfo &Scavenged = spill(Reg, RC, SPAdj, SpillBefore, ReloadBefore); in scavengeRegisterBackwards()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.2.6.rst | 42 - aco/spill: only prevent rematerializable vars from being DCE'd if they haven't been renamed
|
D | 10.2.9.rst | 34 [NVC0/Codegen] Shader compilation falis in spill logic
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 228 ScavengedInfo &spill(Register Reg, const TargetRegisterClass &RC, int SPAdj,
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_deblock.asm | 715 %define spill(x) [esp+16*x] 718 %define t4 spill(0) 719 %define t5 spill(1) 720 %define mask0 spill(2) 721 %define mask1p spill(3) 722 %define mask1q spill(4)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 172 1. We shouldn't spill the XMM registers because we only call va_arg with "int". 179 1. Conversely to the above, we shouldn't spill general registers if we only
|