/external/mesa3d/src/nouveau/compiler/nak/ |
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 …]
|
D | api.rs | 69 fn spill(&self) -> bool { in spill() method
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_lower_spill.c | 71 handle_oob_offset_spill(struct ir3_instruction *spill) in handle_oob_offset_spill() 97 split_spill(struct ir3_instruction *spill) in split_spill()
|
D | ir3_ra_predicates.c | 205 spill(struct ra_predicates_ctx *ctx, struct block_liveness *live, in spill() function
|
D | ir3_spill.c | 721 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/ |
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
|
/external/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 739 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/ |
D | X86FastPreTileConfig.cpp | 202 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill() function in X86FastPreTileConfig
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 461 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger
|
D | RegAllocFast.cpp | 315 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill() function in RegAllocFast
|
D | InlineSpiller.cpp | 1106 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 452 RegScavenger::spill(Register Reg, const TargetRegisterClass &RC, int SPAdj, in spill() function in RegScavenger
|
D | InlineSpiller.cpp | 1215 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
|
D | RegAllocFast.cpp | 430 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill() function in RegAllocFast
|
/external/libwebsockets/lib/misc/fts/ |
D | trie.c | 170 #define spill(margin, force) \ macro
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/ |
D | ByteQuadsCanonicalizer.java | 455 int spill = spilloverCount(); in toString() local
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 960 def spill(msg, attrs, predicate): function 1451 def spill(msg, attrs, predicate): function
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1020 void InlineSpiller::spill(LiveRangeEdit &edit) { in spill() function in InlineSpiller
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_tctable_lite.cc | 771 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | generated_message_tctable_lite.cc | 771 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | generated_message_tctable_lite.cc | 771 volatile Spill spill = {data.data, msg, table, hasbits}; in SingularVarBigint() local
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_private.h | 2247 } spill; member
|