Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/compiler/nak/
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 …]
Dapi.rs69 fn spill(&self) -> bool { in spill() method
/external/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c71 handle_oob_offset_spill(struct ir3_instruction *spill) in handle_oob_offset_spill()
97 split_spill(struct ir3_instruction *spill) in split_spill()
Dir3_ra_predicates.c205 spill(struct ra_predicates_ctx *ctx, struct block_liveness *live, in spill() function
Dir3_spill.c721 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() function
741 struct ir3_instruction *spill = in spill() local
/external/mesa3d/src/amd/compiler/
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
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp739 SpillCodeInserter& spill; member in nv50_ir::__anona9d66c460111::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::__anona9d66c460111::SpillCodeInserter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FastPreTileConfig.cpp202 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill() function in X86FastPreTileConfig
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterScavenging.cpp461 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger
DRegAllocFast.cpp315 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill() function in RegAllocFast
DInlineSpiller.cpp1106 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRegisterScavenging.cpp452 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger
DInlineSpiller.cpp1215 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
DRegAllocFast.cpp430 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill() function in RegAllocFast
/external/libwebsockets/lib/misc/fts/
Dtrie.c170 #define spill(margin, force) \ macro
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DByteQuadsCanonicalizer.java455 int spill = spilloverCount(); in toString() local
/external/python/cpython3/Lib/
Dpydoc.py960 def spill(msg, attrs, predicate): function
1451 def spill(msg, attrs, predicate): function
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1020 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
/external/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc771 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc771 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc771 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h2247 } spill; member