Home
last modified time | relevance | path

Searched refs:ImplicitPtrArg (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs218 ImplicitPtrArg { enumerator
1618 &ABIArg::ImplicitPtrArg { pointer, ty, .. } => { in gen_copy_arg_to_regs()
1745 ABIArg::ImplicitPtrArg { .. } => {
1850 &ABIArg::Slots { .. } | &ABIArg::ImplicitPtrArg { .. } => {} in gen_call_args()
1909 ABIArg::ImplicitPtrArg { in gen_call_args()
2029 ABIArg::ImplicitPtrArg { .. } => { in gen_call_rets()
H A Disle.rs491 &ABIArg::ImplicitPtrArg {
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dabi.rs429 args.push(ABIArg::ImplicitPtrArg { in compute_arg_locs()
457 ABIArg::ImplicitPtrArg { offset, ty, .. } => { in compute_arg_locs()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs246 args.push(ABIArg::ImplicitPtrArg { in compute_arg_locs()
388 if let ABIArg::ImplicitPtrArg { offset, .. } = arg { in compute_arg_locs()