/third_party/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 | 42 split_spill(struct ir3_instruction *spill) in split_spill() argument 44 unsigned orig_components = spill->srcs[2]->uim_val; in split_spill() 47 assert(spill->deps_count == 0); in split_spill() 50 if (spill->srcs[1]->flags & IR3_REG_ARRAY) { in split_spill() 51 spill->srcs[1]->wrmask = MASK(orig_components); in split_spill() 52 spill->srcs[1]->num = spill->srcs[1]->array.base; in split_spill() 53 spill->srcs[1]->flags &= ~IR3_REG_ARRAY; in split_spill() 60 struct ir3_instruction *clone = ir3_instr_clone(spill); in split_spill() 61 ir3_instr_move_before(clone, spill); in split_spill() 71 comp * ((spill->srcs[1]->flags & IR3_REG_HALF) ? 2 : 4); in split_spill() [all …]
|
D | ir3_spill.c | 656 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() function 674 struct ir3_instruction *spill = in spill() local 676 ir3_src_create(spill, INVALID_REG, ctx->base_reg->flags)->def = ctx->base_reg; in spill() 680 struct ir3_register *src = ir3_src_create(spill, INVALID_REG, src_flags); in spill() 681 ir3_src_create(spill, INVALID_REG, IR3_REG_IMMED)->uim_val = elems; in spill() 682 spill->cat6.dst_offset = spill_slot; in spill() 683 spill->cat6.type = (reg->flags & IR3_REG_HALF) ? TYPE_U16 : TYPE_U32; in spill() 695 ir3_instr_move_before(spill, instr); in spill() 702 spill(ctx, &interval->dst, get_spill_slot(ctx, interval->interval.reg), in spill_interval() 1310 spill(ctx, pred_def, get_spill_slot(ctx, def), NULL, pred); in spill_live_in() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_pool.cc | 36 Path spill = GetSpillPath(); in DoServiceStart() local 37 RETURN_IF_NOT_OK(spill.CreateDirectories()); in DoServiceStart() 39 sm_ = std::make_shared<StorageManager>(spill, cs.GetNumWorkers()); in DoServiceStart() 41 MS_LOG(INFO) << "CachePool will use disk folder: " << spill.ToString(); in DoServiceStart() 64 Path spill = GetSpillPath(); in DoServiceStop() local 65 auto it = Path::DirIterator::OpenDirectory(&spill); in DoServiceStop() 72 rc = spill.Remove(); in DoServiceStop() 187 auto spill = Path(root_) / subfolder_; in GetSpillPath() local 188 return spill; in GetSpillPath()
|
D | cache_client.h | 83 Builder &SetSpill(bool spill) { in SetSpill() argument 84 spill_ = spill; in SetSpill() 147 …CacheClient(session_id_type session_id, uint64_t cache_mem_sz, bool spill, std::string hostname, i…
|
D | cache_server.cc | 42 Path spill(top_); in DoServiceStart() local 43 RETURN_IF_NOT_OK(spill.CreateDirectories()); in DoServiceStart() 208 bool spill = in CreateService() local 212 if (spill && top_.empty()) { in CreateService() 236 cs = std::make_unique<CacheService>(cache_mem_sz, spill ? top_ : "", generate_id); in CreateService() 1269 Path spill(top_); in SanityCheck() local 1270 auto t = spill / Services::GetUniqueID(); in SanityCheck()
|
/third_party/libffi/src/ia64/ |
D | unix.S | 313 stf.spill [r16] = f8, 32 314 stf.spill [r17] = f9, 32 317 stf.spill [r16] = f10, 32 318 stf.spill [r17] = f11, 32 320 stf.spill [r16] = f12, 32 321 stf.spill [r17] = f13, 32 323 stf.spill [r16] = f14, 32 324 stf.spill [r17] = f15, 24 327 st8.spill [r16] = in0, 16 329 st8.spill [r17] = in1, 16 [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/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/cache/ |
D | bindings.cc | 26 .def(py::init([](session_id_type id, uint64_t mem_sz, bool spill, in __anonef3d343d0102() 31 builder.SetSessionId(id).SetCacheMemSz(mem_sz).SetSpill(spill); in __anonef3d343d0102()
|
/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/ |
D | dataset_cache.cc | 39 bool spill = json_cache["spill"]; in from_json() local 51 …*cache = std::make_shared<DatasetCacheImpl>(id, mem_sz, spill, hostname_c, port, num_connections, … in from_json()
|
D | dataset_cache_impl.h | 46 …DatasetCacheImpl(session_id_type id, uint64_t mem_sz, bool spill, std::optional<std::vector<char>>… in DatasetCacheImpl() argument 51 spill_(spill), in DatasetCacheImpl()
|
/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/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/mesa3d/src/broadcom/vulkan/ |
D | v3dv_uniforms.c | 565 assert(pipeline->spill.bo); in v3dv_write_uniforms_wg_offsets() 566 cl_aligned_u32(&uniforms, pipeline->spill.bo->offset); in v3dv_write_uniforms_wg_offsets() 570 assert(pipeline->spill.size_per_thread > 0); in v3dv_write_uniforms_wg_offsets() 571 cl_aligned_u32(&uniforms, pipeline->spill.size_per_thread); in v3dv_write_uniforms_wg_offsets() 602 if (pipeline->spill.bo) in v3dv_write_uniforms_wg_offsets() 603 v3dv_job_add_bo(job, pipeline->spill.bo); in v3dv_write_uniforms_wg_offsets()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_spill.cpp | 664 bool spill = !remat; in init_live_in_vars() local 669 spill = false; in init_live_in_vars() 674 spill = false; in init_live_in_vars() 681 spill = true; in init_live_in_vars() 684 if (spill) { in init_live_in_vars() 700 bool spill = true; in init_live_in_vars() local 710 spill = false; in init_live_in_vars() 714 if (spill) { in init_live_in_vars() 908 aco_ptr<Pseudo_instruction> spill{ in add_coupling_code() local 910 spill->operands[0] = spill_op; in add_coupling_code() [all …]
|
/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/src/freedreno/ci/ |
D | deqp-freedreno-a630-vk.toml | 30 prefix = "spill-"
|
/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/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
D | cache_perf_run.cc | 200 int spill = 0; in ProcessArgs() local 213 {"spill", no_argument, &spill, 1}, in ProcessArgs() 250 } else if (long_opts[option_indxex].flag == &spill) { in ProcessArgs()
|
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 64 folding spill code into the instructions.
|