Home
last modified time | relevance | path

Searched refs:CallRetList (Results 1 – 19 of 19) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/lower/
H A Disle.rs20 CallArgList, CallInfo, CallRetList, MachInst, Reg, VCodeConstant, VCodeConstantData,
80 defs: CallRetList, in gen_call_info() argument
128 defs: CallRetList, in gen_call_ind_info() argument
149 defs: CallRetList, in gen_call_host_info() argument
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower/
H A Disle.rs22 machinst::{ArgPair, CallArgList, CallRetList, InstOutput},
71 defs: CallRetList, in gen_call_info() argument
92 defs: CallRetList, in gen_call_ind_info() argument
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Disle.rs623 fn gen_call_rets(&mut self, sig: Sig, outputs: &ValueRegsVec) -> CallRetList {
627 fn gen_try_call_rets(&mut self, sig: Sig) -> CallRetList {
631 fn gen_patchable_call_rets(&mut self) -> CallRetList {
H A Dlower.rs18 CallRetList, Callee, InsnIndex, LoweredBlock, MachLabel, Reg, Sig, SigSet, TryCallInfo, VCode,
664 pub fn gen_call_rets(&mut self, sig: Sig, outputs: &[ValueRegs<Reg>]) -> CallRetList { in gen_call_rets() argument
671 pub fn gen_try_call_rets(&mut self, sig: Sig) -> CallRetList { in gen_try_call_rets() argument
690 defs: CallRetList, in gen_call_info() argument
H A Dabi.rs622 pub defs: CallRetList,
1969 ) -> CallRetList { in gen_call_rets() argument
1976 let mut defs: CallRetList = smallvec![]; in gen_call_rets()
2100 defs: CallRetList, in gen_call_info() argument
2467 pub type CallRetList = SmallVec<[CallRetPair; 8]>; typedef
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/lower/
H A Disle.rs30 CallArgList, CallRetList, InstOutput, MachInst, VCodeConstant, VCodeConstantData,
84 defs: CallRetList, in gen_call_info() argument
105 defs: CallRetList, in gen_call_ind_info() argument
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/lower/
H A Disle.rs22 ArgPair, CallArgList, CallInfo, CallRetList, InstOutput, MachInst, VCodeConstant,
85 defs: CallRetList, in gen_call_info() argument
106 defs: CallRetList, in gen_call_ind_info() argument
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/lower/
H A Disle.rs24 ArgPair, CallArgList, CallRetList, InstOutput, MachInst, VCodeConstant, VCodeConstantData,
165 defs: CallRetList, in gen_call_info() argument
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dprelude_lower.isle193 (type CallRetList (primitive CallRetList))
1160 (decl gen_call_rets (Sig ValueRegsVec) CallRetList)
1163 (decl gen_try_call_rets (Sig) CallRetList)
1166 (decl gen_patchable_call_rets () CallRetList)
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dinst.isle722 (decl gen_call_info (Sig ExternalName CallArgList CallRetList OptionTryCallInfo bool) BoxCallInfo)
725 (decl gen_call_ind_info (Sig Reg CallArgList CallRetList OptionTryCallInfo) BoxCallIndInfo)
728 (decl gen_call_host_info (Sig ExternalName CallArgList CallRetList OptionTryCallInfo) BoxCallIndire…
H A Dlower.isle151 (defs CallRetList (gen_call_rets abi output))
161 (defs CallRetList (gen_call_rets abi output))
172 (defs CallRetList (gen_call_rets abi output))
184 (defs CallRetList (gen_try_call_rets abi))
193 (defs CallRetList (gen_try_call_rets abi))
204 (defs CallRetList (gen_try_call_rets abi))
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dlower.isle2550 (defs CallRetList (gen_call_rets abi output))
2560 (defs CallRetList (gen_call_rets abi output))
2572 (defs CallRetList (gen_call_rets abi output))
2584 (defs CallRetList (gen_try_call_rets abi))
2593 (defs CallRetList (gen_try_call_rets abi))
2605 (defs CallRetList (gen_try_call_rets abi))
H A Dinst.isle4488 (decl gen_call_info (Sig ExternalName CallArgList CallRetList OptionTryCallInfo bool) BoxCallInfo)
4491 (decl gen_call_ind_info (Sig Reg CallArgList CallRetList OptionTryCallInfo) BoxCallIndInfo)
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dlower.isle2720 (defs CallRetList (gen_call_rets abi output))
2730 (defs CallRetList (gen_call_rets abi output))
2742 (defs CallRetList (gen_call_rets abi output))
2754 (defs CallRetList (gen_try_call_rets abi))
2763 (defs CallRetList (gen_try_call_rets abi))
2775 (defs CallRetList (gen_try_call_rets abi))
H A Dinst.isle3107 (decl gen_call_info (Sig ExternalName CallArgList CallRetList OptionTryCallInfo bool) BoxCallInfo)
3110 (decl gen_call_ind_info (Sig Reg CallArgList CallRetList OptionTryCallInfo) BoxCallIndInfo)
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dlower.isle4335 (defs CallRetList (gen_call_rets abi output))
4346 (defs CallRetList (gen_call_rets abi output))
4359 (defs CallRetList (gen_call_rets abi output))
4401 (defs CallRetList (gen_try_call_rets abi))
4411 (defs CallRetList (gen_try_call_rets abi))
4424 (defs CallRetList (gen_try_call_rets abi))
H A Dinst.isle3539 (decl gen_call_info (Sig CallInstDest CallArgList CallRetList OptionTryCallInfo bool) BoxCallInfo)
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dlower.isle3524 (defs CallRetList (gen_call_rets abi output))
3534 (defs CallRetList (gen_call_rets abi output))
3546 (defs CallRetList (gen_call_rets abi output))
3583 (defs CallRetList (gen_try_call_rets abi))
3592 (defs CallRetList (gen_try_call_rets abi))
3604 (defs CallRetList (gen_try_call_rets abi))
H A Dinst.isle1324 (decl gen_call_info (Sig ExternalName CallArgList CallRetList OptionTryCallInfo bool) BoxCallInfo)
1327 (decl gen_call_ind_info (Sig RegMem CallArgList CallRetList OptionTryCallInfo) BoxCallIndInfo)