Lines Matching defs:spill
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
1037 let spill = SpillPred::new(); in spill_values() localVariable
1041 let spill = SpillPred::new(); in spill_values() localVariable
1045 let spill = SpillBar::new(); in spill_values() localVariable