Home
last modified time | relevance | path

Searched refs:ABIMachineSpec (Results 1 – 16 of 16) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs92 type ABIMachineSpec: ABIMachineSpec<I = Self>; typedef
364 fn new(abi: &Callee<I::ABIMachineSpec>, ctrl_plane: ControlPlane) -> Self; in new() argument
H A Dabi.rs353 pub trait ABIMachineSpec { interface
799 M: ABIMachineSpec, in new()
830 M: ABIMachineSpec, in make_abi_sig_from_ir_signature() argument
854 M: ABIMachineSpec, in make_abi_sig_from_ir_sig_ref() argument
1137 pub struct Callee<M: ABIMachineSpec> {
1206 impl<M: ABIMachineSpec> Callee<M> {
1411 fn gen_stack_limit<M: ABIMachineSpec>( in gen_stack_limit()
1422 fn generate_gv<M: ABIMachineSpec>( in generate_gv()
1481 impl<M: ABIMachineSpec> Callee<M> {
2197 impl<M: ABIMachineSpec> Callee<M> {
[all …]
H A Dcompile.rs19 abi: Callee<<<B as LowerBackend>::MInst as MachInst>::ABIMachineSpec>, in compile() argument
H A Dlower.rs17 ABIMachineSpec, BackwardsInsnIndex, BlockIndex, BlockLoweringOrder, CallArgList, CallInfo,
363 abi: Callee<I::ABIMachineSpec>, in new() argument
429 .exception_payload_types(I::ABIMachineSpec::word_type()) in new()
1380 pub fn abi(&self) -> &Callee<I::ABIMachineSpec> { in abi() argument
1385 pub fn abi_mut(&mut self) -> &mut Callee<I::ABIMachineSpec> { in abi_mut() argument
H A Dvcode.rs192 pub(crate) abi: Callee<I::ABIMachineSpec>,
276 abi: Callee<I::ABIMachineSpec>, in new() argument
304 pub fn abi(&self) -> &Callee<I::ABIMachineSpec> { in abi() argument
309 pub fn abi_mut(&mut self) -> &mut Callee<I::ABIMachineSpec> { in abi_mut() argument
619 abi: Callee<I::ABIMachineSpec>, in new() argument
H A Disle.rs11 ABIArg, ABIArgSlot, ABIMachineSpec, InputSourceInst, Lower, LowerBackend, RealReg, Reg,
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/
H A Dmod.rs417 type ABIMachineSpec = PulleyMachineDeps<P>; typedef
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dabi.rs68 impl ABIMachineSpec for Riscv64MachineDeps {
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dabi.rs31 impl<P> ABIMachineSpec for PulleyMachineDeps<P>
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dabi.rs283 impl ABIMachineSpec for S390xMachineDeps {
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dabi.rs91 impl ABIMachineSpec for AArch64MachineDeps {
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs74 impl ABIMachineSpec for X64ABIMachineSpec {
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Dmod.rs1226 type ABIMachineSpec = X64ABIMachineSpec; typedef
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/
H A Dmod.rs708 type ABIMachineSpec = Riscv64MachineDeps; typedef
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/
H A Dmod.rs934 type ABIMachineSpec = AArch64MachineDeps; typedef
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/
H A Dmod.rs1093 type ABIMachineSpec = S390xMachineDeps; typedef