| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | test_unwind.rs | 367 gimli::Pointer::Direct(p) => { in dump_pointer()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | instructions.rs | 592 } => CallInfo::Direct(func_ref, args.as_slice(pool)), in analyze_call() 682 Direct(FuncRef, &'a [Value]), enumerator
|
| H A D | dfg.rs | 1098 CallInfo::Direct(f, _) => Some(self.ext_funcs[f].signature), in call_signature()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | mod.rs | 40 Direct { name: ExternalName }, enumerator 953 CallInstDest::Direct { .. } => {} in s390x_get_operands() 975 CallInstDest::Direct { .. } => {} in s390x_get_operands() 3319 CallInstDest::Direct { name } => ("brasl", name.display(None).to_string()), in print_with_state() 3371 CallInstDest::Direct { name } => ("jg", name.display(None).to_string()), in print_with_state()
|
| H A D | emit.rs | 3449 CallInstDest::Direct { name } => { in emit_with_alloc_consumer() 3508 CallInstDest::Direct { name } => { in emit_with_alloc_consumer()
|
| H A D | emit_tests.rs | 6874 CallInstDest::Direct { in test_s390x_binemit()
|
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | masm.rs | 1291 Direct(UserExternalNameRef), enumerator 1302 Self::Direct(name) in direct()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | lower.isle | 146 ;; Direct call to a pulley function. 156 ;; Direct call to a host function. 179 ;; Direct call to a pulley function. 188 ;; Direct call to a host function. 210 ;; Direct call to a pulley function. 217 ;; Direct call to a pulley function.
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower/ |
| H A D | isle.rs | 71 CallInstDest::Direct { name } in call_inst_dest_direct()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | lower.isle | 2545 ;; Direct call to an in-range function. 2555 ;; Direct call to an out-of-range function (implicitly via pointer). 2579 ;; Direct call to an in-range function. 2588 ;; Direct call to an out-of-range function (implicitly via pointer). 2617 ;; Direct call to an in-range function. 2624 ;; Direct call to an out-of-range function (implicitly via pointer).
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | lower.isle | 2715 ;; Direct call to an in-range function. 2725 ;; Direct call to an out-of-range function (implicitly via pointer). 2749 ;; Direct call to an in-range function. 2758 ;; Direct call to an out-of-range function (implicitly via pointer). 2781 ;; Direct call to an in-range function. 2788 ;; Direct call to an out-of-range function (implicitly via pointer).
|
| H A D | inst.isle | 3232 ;; Direct codegen for unordered comparisons is not that efficient, so invert
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | masm.rs | 423 CalleeKind::Direct(idx) => self.asm.call_with_name(idx, call_conv), in call()
|
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 1432 CallInfo::Direct(func_ref, args) => { in typecheck_variable_args()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | lower.isle | 4329 ;; Direct call to an in-range function. 4340 ;; Direct call to an out-of-range function (implicitly via pointer). 4366 ;; Direct tail call to an in-range function. 4374 ;; Direct tail call to an out-of-range function (implicitly via pointer). 4395 ;; Direct call to an in-range function. 4405 ;; Direct call to an out-of-range function (implicitly via pointer).
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | lower.isle | 3519 ;; Direct call to an in-range function. 3529 ;; Direct call to an out-of-range function (implicitly via pointer). 3553 ;; Direct call to an in-range function. 3560 ;; Direct call to an out-of-range function (implicitly via pointer). 3578 ;; Direct call to an in-range function. 3587 ;; Direct call to an out-of-range function (implicitly via pointer).
|
| H A D | inst.isle | 100 ;; Direct call: call simm32.
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | masm.rs | 340 CalleeKind::Direct(idx) => self.asm.call_with_name(cc, idx), in call()
|