Home
last modified time | relevance | path

Searched refs:alloc_with_deferred_error (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs1623 let tmp = vregs.alloc_with_deferred_error(ty).only_reg().unwrap(); in gen_copy_arg_to_regs()
1631 let addr_reg = writable_value_regs(vregs.alloc_with_deferred_error(ty)) in gen_copy_arg_to_regs()
1676 writable_value_regs(vregs.alloc_with_deferred_error(ty))
1720 writable_value_regs(vregs.alloc_with_deferred_error(ty))
1852 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args()
1864 vregs.alloc_with_deferred_error(ty).only_reg().unwrap(), in gen_call_args()
1894 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args()
1916 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args()
1936 let tmp = vregs.alloc_with_deferred_error(word_ty).only_reg().unwrap(); in gen_call_args()
H A Dlower.rs621 rets.push(self.vregs.alloc_with_deferred_error(ty)); in gen_call_output()
1658 writable_value_regs(self.vregs.alloc_with_deferred_error(ty)) in alloc_tmp()
H A Dvcode.rs1756 pub fn alloc_with_deferred_error(&mut self, ty: Type) -> ValueRegs<Reg> { in alloc_with_deferred_error() method