Searched refs:FunctionCalls (Results 1 – 8 of 8) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 298 pub enum FunctionCalls { enum 308 impl FunctionCalls { impl 320 (_, CallType::Regular) => FunctionCalls::Regular, in update() 322 (FunctionCalls::None, CallType::TailCall) => FunctionCalls::TailOnly, in update()
|
| H A D | abi.rs | 493 function_calls: FunctionCalls, in compute_frame_layout() argument 1091 pub function_calls: FunctionCalls, 2206 function_calls: FunctionCalls, in compute_frame_layout() argument 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 | 671 ) -> (Vec<Writable<RealReg>>, FunctionCalls) { in compute_clobbers_and_function_calls() argument 673 let mut function_calls = FunctionCalls::None; in compute_clobbers_and_function_calls()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | abi.rs | 641 function_calls: FunctionCalls, in compute_frame_layout() argument 662 || function_calls != FunctionCalls::None 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() argument 526 || function_calls != FunctionCalls::None 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() argument 1198 || function_calls != FunctionCalls::None 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() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | abi.rs | 918 function_calls: FunctionCalls, in compute_frame_layout() argument
|