| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 92 type ABIMachineSpec: ABIMachineSpec<I = Self>; typedef 364 fn new(abi: &Callee<I::ABIMachineSpec>, ctrl_plane: ControlPlane) -> Self; in new() argument
|
| H A D | abi.rs | 353 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 D | compile.rs | 19 abi: Callee<<<B as LowerBackend>::MInst as MachInst>::ABIMachineSpec>, in compile() argument
|
| H A D | lower.rs | 17 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 D | vcode.rs | 192 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 D | isle.rs | 11 ABIArg, ABIArgSlot, ABIMachineSpec, InputSourceInst, Lower, LowerBackend, RealReg, Reg,
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | mod.rs | 417 type ABIMachineSpec = PulleyMachineDeps<P>; typedef
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | abi.rs | 68 impl ABIMachineSpec for Riscv64MachineDeps {
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | abi.rs | 31 impl<P> ABIMachineSpec for PulleyMachineDeps<P>
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | abi.rs | 283 impl ABIMachineSpec for S390xMachineDeps {
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | abi.rs | 91 impl ABIMachineSpec for AArch64MachineDeps {
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | abi.rs | 74 impl ABIMachineSpec for X64ABIMachineSpec {
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | mod.rs | 1226 type ABIMachineSpec = X64ABIMachineSpec; typedef
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | mod.rs | 708 type ABIMachineSpec = Riscv64MachineDeps; typedef
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | mod.rs | 934 type ABIMachineSpec = AArch64MachineDeps; typedef
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | mod.rs | 1093 type ABIMachineSpec = S390xMachineDeps; typedef
|