Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/compiler/nak/
Dspill_values.rs84 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr>; in spill() method
105 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
155 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
188 fn spill(&self, dst: SSAValue, src: Src) -> Box<Instr> { in spill() method
236 spill: S, field
260 fn spill(&mut self, ssa: SSAValue) -> Box<Instr> { in spill() method
410 let mut spill = SpillCache::new(&mut func.ssa_alloc, spill); in spill_values() localVariable
912 let spill = SpillGPR::new(); in spill_values() localVariable
916 let spill = SpillPred::new(); in spill_values() localVariable
920 let spill = SpillBar::new(); in spill_values() localVariable
Dapi.rs64 fn spill(&self) -> bool { in spill() method
/external/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c91 handle_oob_offset_spill(struct ir3_instruction *spill) in handle_oob_offset_spill()
117 split_spill(struct ir3_instruction *spill) in split_spill()
Dir3_spill.c725 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() function
744 struct ir3_instruction *spill = in spill() local
/external/mesa3d/src/amd/compiler/
Daco_spill.cpp676 bool spill = !remat; in init_live_in_vars() local
922 aco_ptr<Pseudo_instruction> spill{ in add_coupling_code() local
980 aco_ptr<Pseudo_instruction> spill{ in add_coupling_code() local
1280 aco_ptr<Pseudo_instruction> spill{ in process_block() local
1540 aco_ptr<Instruction>& spill, std::vector<uint32_t>& slots) in spill_vgpr()
1856 Pseudo_instruction* spill = in assign_spill_slots() local
1917 spill(Program* program, live& live_vars) in spill() function
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp739 SpillCodeInserter& spill; member in nv50_ir::__anon5d181ea40111::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::__anon5d181ea40111::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
DRegAllocFast.cpp430 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill() function in RegAllocFast
DInlineSpiller.cpp1215 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
/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.py888 def spill(msg, attrs, predicate): function
1371 def spill(msg, attrs, predicate): function
/external/python/cpython2/Lib/
Dpydoc.py776 def spill(msg, attrs, predicate): function
1209 def spill(msg, attrs, predicate): function
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1020 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc772 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
/external/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.h2254 } spill; member