Home
last modified time | relevance | path

Searched refs:FunctionCalls (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs298 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 Dabi.rs493 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 Dvcode.rs671 ) -> (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 Dabi.rs641 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 Dabi.rs505 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 Dabi.rs1174 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 Dabi.rs949 function_calls: FunctionCalls, in compute_frame_layout() argument
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs918 function_calls: FunctionCalls, in compute_frame_layout() argument