/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | spill_values.rs | 84 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 D | api.rs | 69 fn spill(&self) -> bool { in spill() method
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 461 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 D | ir3_lower_spill.c | 73 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 D | ir3_ra_predicates.c | 205 spill(struct ra_predicates_ctx *ctx, struct block_liveness *live, in spill() function
|
H A D | ir3_spill.c | 720 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 D | jni_macro_assembler_x86_64.cc | 60 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 D | tlsdesc_resolver.S | 40 .macro spill reg, idx, f= macro
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/escape/ |
D | expr.go | 337 func (e *escape) spill(k hole, n ir.Node) hole { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | reader.go | 24 spill *spilledBatch member
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | jni_macro_assembler_x86.cc | 62 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 D | nv50_ir_ra.cpp | 739 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/ |
D | stackalloc.go | 66 spill *Value member
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/common/ |
D | reg_alloc.cc | 238 for (const auto& spill : spills_) { in SpillAndAssign() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | abi.go | 340 stackCallArgsSize, retOffset, spill uintptr member
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/ |
D | lifetime.h | 45 MachineReg spill = MachineReg::CreateSpilledRegFromIndex(offset); in RewriteVReg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FastPreTileConfig.cpp | 202 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/ |
D | pydoc.py | 888 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/ |
D | pydoc.py | 888 def spill(msg, attrs, predicate): function 1371 def spill(msg, attrs, predicate): function
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | pydoc.py | 776 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/ |
D | pydoc.py | 888 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/ |
D | pydoc.py | 888 def spill(msg, attrs, predicate): function 1371 def spill(msg, attrs, predicate): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pydoc.py | 888 def spill(msg, attrs, predicate): function 1371 def spill(msg, attrs, predicate): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pydoc.py | 888 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 D | RegisterScavenging.cpp | 461 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger
|