Home
last modified time | relevance | path

Searched refs:ArgumentLoc (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dvalueloc.rs101 pub enum ArgumentLoc { enum
110 impl Default for ArgumentLoc { implementation
112 ArgumentLoc::Unassigned in default()
116 impl ArgumentLoc { implementation
120 ArgumentLoc::Unassigned => false, in is_assigned()
128 ArgumentLoc::Reg(_) => true, in is_reg()
136 ArgumentLoc::Stack(_) => true, in is_stack()
152 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
157 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
158 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dvalueloc.rs101 pub enum ArgumentLoc { enum
110 impl Default for ArgumentLoc { implementation
116 impl ArgumentLoc { implementation
152 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
157 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
158 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
162 ArgumentLoc::Stack(offset) => write!(f, "{}", offset), in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dvalueloc.rs102 pub enum ArgumentLoc { enum
111 impl Default for ArgumentLoc { implementation
117 impl ArgumentLoc { implementation
153 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
158 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
159 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
163 ArgumentLoc::Stack(offset) => write!(f, "{}", offset), in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dvalueloc.rs102 pub enum ArgumentLoc { enum
111 impl Default for ArgumentLoc { implementation
117 impl ArgumentLoc { implementation
153 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
158 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
159 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
163 ArgumentLoc::Stack(offset) => write!(f, "{}", offset), in fmt()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dvalueloc.rs102 pub enum ArgumentLoc { enum
111 impl Default for ArgumentLoc { implementation
117 impl ArgumentLoc { impl
153 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
158 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
159 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
163 ArgumentLoc::Stack(offset) => write!(f, "{}", offset), in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dvalueloc.rs102 pub enum ArgumentLoc { enum
111 impl Default for ArgumentLoc { implementation
117 impl ArgumentLoc { impl
153 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
158 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
159 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
163 ArgumentLoc::Stack(offset) => write!(f, "{}", offset), in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dvalueloc.rs101 pub enum ArgumentLoc { enum
110 impl Default for ArgumentLoc { implementation
116 impl ArgumentLoc { impl
152 pub struct DisplayArgumentLoc<'a>(ArgumentLoc, Option<&'a RegInfo>);
157 ArgumentLoc::Unassigned => write!(f, "-"), in fmt()
158 ArgumentLoc::Reg(ru) => match self.1 { in fmt()
162 ArgumentLoc::Stack(offset) => write!(f, "{}", offset), in fmt()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Self::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Self::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Self::Stack, in abi()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Self::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Self::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Self::Stack, in abi()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Self::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Self::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Self::Stack, in abi()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Self::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Self::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Self::Stack, in abi()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Self::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Self::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Self::Stack, in abi()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Self::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Self::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Self::Stack, in abi()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/regalloc/
H A Daffinity.rs11 use crate::ir::{AbiParam, ArgumentLoc};
53 ArgumentLoc::Unassigned => Affinity::Unassigned, in abi()
54 ArgumentLoc::Reg(_) => Affinity::Reg(isa.regclass_for_abi_type(arg.value_type).into()), in abi()
55 ArgumentLoc::Stack(_) => Affinity::Stack, in abi()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dabi.rs6 use crate::ir::{AbiParam, ArgumentExtension, ArgumentLoc, Type};
19 Assign(ArgumentLoc),
23 AssignAndChangeType(ArgumentLoc, Type),
32 impl From<ArgumentLoc> for ArgAction {
33 fn from(x: ArgumentLoc) -> Self { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dabi.rs6 use crate::ir::{AbiParam, ArgumentExtension, ArgumentLoc, Type};
19 Assign(ArgumentLoc),
23 AssignAndChangeType(ArgumentLoc, Type),
32 impl From<ArgumentLoc> for ArgAction {
33 fn from(x: ArgumentLoc) -> Self { in from()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dabi.rs6 use crate::ir::{AbiParam, ArgumentExtension, ArgumentLoc, Type};
19 Assign(ArgumentLoc),
23 AssignAndChangeType(ArgumentLoc, Type),
32 impl From<ArgumentLoc> for ArgAction {
33 fn from(x: ArgumentLoc) -> Self { in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dabi.rs6 use crate::ir::{AbiParam, ArgumentExtension, ArgumentLoc, Type};
19 Assign(ArgumentLoc),
23 AssignAndChangeType(ArgumentLoc, Type),
32 impl From<ArgumentLoc> for ArgAction {
33 fn from(x: ArgumentLoc) -> Self { in from()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Dabi.rs6 use crate::ir::{AbiParam, ArgumentExtension, ArgumentLoc, Type};
18 Assign(ArgumentLoc),
27 impl From<ArgumentLoc> for ArgAction {
28 fn from(x: ArgumentLoc) -> Self { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dabi.rs6 use crate::ir::{AbiParam, ArgumentExtension, ArgumentLoc, Type};
19 Assign(ArgumentLoc),
28 impl From<ArgumentLoc> for ArgAction {
29 fn from(x: ArgumentLoc) -> Self { in from()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs118 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
142 return ArgumentLoc::Reg(reg).into(); in assign()
190 return ArgumentLoc::Reg(reg).into(); in assign()
207 return ArgumentLoc::Reg(reg).into(); in assign()
211 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
299 location: ArgumentLoc::Unassigned, in legalize_signature()
303 ArgAction::Assign(ArgumentLoc::Reg(reg)) => { in legalize_signature()
316 location: ArgumentLoc::Unassigned, in legalize_signature()
900 location: ArgumentLoc::Reg(_), in interpret_gv()
907 location: ArgumentLoc::Stack(offset), in interpret_gv()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs118 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
142 return ArgumentLoc::Reg(reg).into(); in assign()
190 return ArgumentLoc::Reg(reg).into(); in assign()
207 return ArgumentLoc::Reg(reg).into(); in assign()
211 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
299 location: ArgumentLoc::Unassigned, in legalize_signature()
303 ArgAction::Assign(ArgumentLoc::Reg(reg)) => { in legalize_signature()
316 location: ArgumentLoc::Unassigned, in legalize_signature()
900 location: ArgumentLoc::Reg(_), in interpret_gv()
907 location: ArgumentLoc::Stack(offset), in interpret_gv()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/legacy/x86/
H A Dabi.rs118 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
142 return ArgumentLoc::Reg(reg).into(); in assign()
190 return ArgumentLoc::Reg(reg).into(); in assign()
207 return ArgumentLoc::Reg(reg).into(); in assign()
211 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
299 location: ArgumentLoc::Unassigned, in legalize_signature()
303 ArgAction::Assign(ArgumentLoc::Reg(reg)) => { in legalize_signature()
316 location: ArgumentLoc::Unassigned, in legalize_signature()
900 location: ArgumentLoc::Reg(_), in interpret_gv()
907 location: ArgumentLoc::Stack(offset), in interpret_gv()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Dabi.rs118 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
142 return ArgumentLoc::Reg(reg).into(); in assign()
190 return ArgumentLoc::Reg(reg).into(); in assign()
207 return ArgumentLoc::Reg(reg).into(); in assign()
211 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
299 location: ArgumentLoc::Unassigned, in legalize_signature()
303 ArgAction::Assign(ArgumentLoc::Reg(reg)) => { in legalize_signature()
316 location: ArgumentLoc::Unassigned, in legalize_signature()
900 location: ArgumentLoc::Reg(_), in interpret_gv()
907 location: ArgumentLoc::Stack(offset), in interpret_gv()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x86/
H A Dabi.rs129 return ArgumentLoc::Reg(reg).into(); in assign()
172 return ArgumentLoc::Reg(reg).into(); in assign()
189 return ArgumentLoc::Reg(reg).into(); in assign()
193 let loc = ArgumentLoc::Stack(self.offset as i32); in assign()
281 location: ArgumentLoc::Unassigned, in legalize_signature()
285 ArgAction::Assign(ArgumentLoc::Reg(reg)) => { in legalize_signature()
298 location: ArgumentLoc::Unassigned, in legalize_signature()
302 ArgAction::Assign(ArgumentLoc::Reg(reg)) => { in legalize_signature()
878 location: ArgumentLoc::Reg(_), in interpret_gv()
885 location: ArgumentLoc::Stack(offset), in interpret_gv()
[all …]

1234567