Home
last modified time | relevance | path

Searched defs:spill (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dspill_values.rs84 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr>; in spill() method
102 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
134 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
184 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
217 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
265 spill: S, field
293 fn spill(&mut self, ssa: SSAValue) -> Box<Instr> { in spill() method
456 let mut spill = SpillCache::new(&mut func.ssa_alloc, spill); in spill_values() localVariable
1029 let spill = SpillGPR::new(); in spill_values() localVariable
1033 let spill = SpillUniform::new(); in spill_values() localVariable
[all …]
H A Dapi.rs69 fn spill(&self) -> bool { in spill() method
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_spill.cpp461 bool spill = true; in init_live_in_vars() local
644 aco_ptr<Instruction> spill{create_instruction(aco_opcode::p_spill, Format::PSEUDO, 2, 0)}; in add_coupling_code() local
684 auto spill = ctx.loop[loop_nest_depth - 1].spills.find(pair.first); in add_coupling_code() local
702 aco_ptr<Instruction> spill{create_instruction(aco_opcode::p_spill, Format::PSEUDO, 2, 0)}; in add_coupling_code() local
979 aco_ptr<Instruction> spill{ in process_block() local
1214 aco_ptr<Instruction>& spill, std::vector<uint32_t>& slots) in spill_vgpr()
1540 Instruction* spill = create_instruction(aco_opcode::p_spill, Format::PSEUDO, 3, 0); in assign_spill_slots() local
1605 spill(Program* program) in spill() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_lower_spill.c73 handle_oob_offset_spill(struct ir3_instruction *spill) in handle_oob_offset_spill()
99 split_spill(struct ir3_instruction *spill) in split_spill()
H A Dir3_ra_predicates.c205 spill(struct ra_predicates_ctx *ctx, struct block_liveness *live, in spill() function
H A Dir3_spill.c720 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() function
740 struct ir3_instruction *spill = in spill() local
/aosp_15_r20/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc60 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in BuildFrame() local
80 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in BuildFrame() local
107 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in RemoveFrame() local
123 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in RemoveFrame() local
/aosp_15_r20/bionic/linker/arch/riscv64/
H A Dtlsdesc_resolver.S40 .macro spill reg, idx, f= macro
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/
Dexpr.go337 func (e *escape) spill(k hole, n ir.Node) hole { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/
Dreader.go24 spill *spilledBatch member
/aosp_15_r20/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc62 Register spill = spill_regs[i].AsX86().AsCpuRegister(); in BuildFrame() local
96 Register spill = spill_regs[i].AsX86().AsCpuRegister(); in RemoveFrame() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp739 SpillCodeInserter& spill; member in nv50_ir::__anon93abb1c60111::GCRA
1099 GCRA::GCRA(Function *fn, SpillCodeInserter& spill, MergedDefs& mergedDefs) : in GCRA()
1556 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() function in nv50_ir::__anon93abb1c60111::SpillCodeInserter
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dstackalloc.go66 spill *Value member
/aosp_15_r20/frameworks/libs/binary_translation/backend/common/
Dreg_alloc.cc238 for (const auto& spill : spills_) { in SpillAndAssign() local
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dabi.go340 stackCallArgsSize, retOffset, spill uintptr member
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h45 MachineReg spill = MachineReg::CreateSpilledRegFromIndex(offset); in RewriteVReg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp202 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill() function in X86FastPreTileConfig
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpydoc.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpydoc.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/aosp_15_r20/external/python/cpython2/Lib/
Dpydoc.py776 def spill(msg, attrs, predicate): function
1209 def spill(msg, attrs, predicate): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpydoc.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpydoc.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/aosp_15_r20/external/python/cpython3/Lib/
Dpydoc.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpydoc.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp461 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger

12