Searched refs:function_calls (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | abi.rs | 493 function_calls: FunctionCalls, in compute_frame_layout() 1091 pub function_calls: FunctionCalls, field 2206 function_calls: FunctionCalls, in compute_frame_layout() 2217 function_calls, in compute_frame_layout() 2254 + if frame_layout.function_calls == FunctionCalls::None { in gen_prologue() 2262 if total_stacksize > 0 || frame_layout.function_calls != FunctionCalls::None { in gen_prologue()
|
| H A D | vcode.rs | 673 let mut function_calls = FunctionCalls::None; in compute_clobbers_and_function_calls() localVariable 693 function_calls.update(self.insts[i].call_type()); in compute_clobbers_and_function_calls() 726 (clobbered_regs, function_calls) in compute_clobbers_and_function_calls() 780 let (clobbers, function_calls) = self.compute_clobbers_and_function_calls(regalloc); in emit() 785 function_calls, in emit()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | abi.rs | 641 function_calls: FunctionCalls, in compute_frame_layout() 662 || function_calls != FunctionCalls::None in compute_frame_layout() 685 function_calls, in compute_frame_layout()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | abi.rs | 505 function_calls: FunctionCalls, in compute_frame_layout() 526 || function_calls != FunctionCalls::None in compute_frame_layout() 548 function_calls, in compute_frame_layout()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | abi.rs | 1174 function_calls: FunctionCalls, in compute_frame_layout() 1198 || function_calls != FunctionCalls::None in compute_frame_layout() 1221 function_calls, in compute_frame_layout()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | abi.rs | 949 function_calls: FunctionCalls, in compute_frame_layout() 1039 function_calls, in compute_frame_layout()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | abi.rs | 918 function_calls: FunctionCalls, in compute_frame_layout() 967 function_calls, in compute_frame_layout()
|