Home
last modified time | relevance | path

Searched refs:MachLabel (Results 1 – 25 of 91) sorted by relevance

1234

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/machinst/
H A Dbuffer.rs234 static UNKNOWN_LABEL: MachLabel = MachLabel(0xffff_ffff);
241 pub struct MachLabel(u32); struct
243 impl MachLabel { impl
247 MachLabel(bindex) in from_block()
427 MachLabel(l) in get_label()
576 target: MachLabel, in add_cond_branch() argument
931 label: MachLabel, in defer_constant() argument
1215 label: MachLabel,
1228 label: MachLabel,
1294 target: MachLabel,
[all …]
H A Dmod.rs173 fn gen_jump(target: MachLabel) -> Self; in gen_jump()
249 Uncond(MachLabel),
251 Cond(MachLabel, MachLabel),
253 Indirect(&'a [MachLabel]),
H A Dlower.rs15 ABIBody, BlockIndex, BlockLoweringOrder, LoweredBlock, MachLabel, VCode, VCodeBuilder,
189 targets: &[MachLabel], in lower_branch_group() argument
190 fallthrough: Option<MachLabel>, in lower_branch_group() argument
615 targets: &SmallVec<[MachLabel; 2]>,
616 maybe_fallthrough: Option<MachLabel>, argument
633 targets: &mut SmallVec<[MachLabel; 2]>,
647 targets.push(MachLabel::from_block(succ));
671 let mut targets: SmallVec<[MachLabel; 2]> = SmallVec::new(); in lower()
695 Some(MachLabel::from_block(bindex + 1)) in lower()
706 self.emit(I::gen_jump(MachLabel::from_block(succ))); in lower()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dbuffer.rs251 static UNKNOWN_LABEL: MachLabel = MachLabel(0xffff_ffff);
258 pub struct MachLabel(u32); struct
259 entity_impl!(MachLabel);
261 impl MachLabel { implementation
265 MachLabel(bindex) in from_block()
471 MachLabel(l) in get_label()
644 target: MachLabel, in add_cond_branch() argument
1037 label: MachLabel, in defer_constant() argument
1366 label: MachLabel,
1379 label: MachLabel,
[all …]
H A Dmod.rs171 fn gen_jump(target: MachLabel) -> Self; in gen_jump()
262 Uncond(MachLabel),
264 Cond(MachLabel, MachLabel),
266 Indirect(&'a [MachLabel]),
271 pub fn get_succs(&self) -> SmallVec<[MachLabel; 2]> { in get_succs()
H A Dlower.rs19 writable_value_regs, ABICallee, BlockIndex, BlockLoweringOrder, LoweredBlock, MachLabel, VCode,
207 targets: &[MachLabel], in lower_branch_group() argument
871 targets: &SmallVec<[MachLabel; 2]>,
891 targets: &mut SmallVec<[MachLabel; 2]>,
905 targets.push(MachLabel::from_block(succ));
932 let mut targets: SmallVec<[MachLabel; 2]> = SmallVec::new(); in lower()
962 self.emit(I::gen_jump(MachLabel::from_block(succ))); in lower()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dbuffer.rs251 static UNKNOWN_LABEL: MachLabel = MachLabel(0xffff_ffff);
258 pub struct MachLabel(u32); struct
259 entity_impl!(MachLabel);
261 impl MachLabel { implementation
265 MachLabel(bindex) in from_block()
471 MachLabel(l) in get_label()
644 target: MachLabel, in add_cond_branch() argument
1037 label: MachLabel, in defer_constant() argument
1366 label: MachLabel,
1379 label: MachLabel,
[all …]
H A Dmod.rs171 fn gen_jump(target: MachLabel) -> Self; in gen_jump()
262 Uncond(MachLabel),
264 Cond(MachLabel, MachLabel),
266 Indirect(&'a [MachLabel]),
271 pub fn get_succs(&self) -> SmallVec<[MachLabel; 2]> { in get_succs()
H A Dlower.rs19 writable_value_regs, ABICallee, BlockIndex, BlockLoweringOrder, LoweredBlock, MachLabel, VCode,
207 targets: &[MachLabel], in lower_branch_group() argument
871 targets: &SmallVec<[MachLabel; 2]>,
891 targets: &mut SmallVec<[MachLabel; 2]>,
905 targets.push(MachLabel::from_block(succ));
932 let mut targets: SmallVec<[MachLabel; 2]> = SmallVec::new(); in lower()
962 self.emit(I::gen_jump(MachLabel::from_block(succ))); in lower()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dbuffer.rs251 static UNKNOWN_LABEL: MachLabel = MachLabel(0xffff_ffff);
258 pub struct MachLabel(u32); struct
259 entity_impl!(MachLabel);
261 impl MachLabel { impl
265 MachLabel(bindex) in from_block()
471 MachLabel(l) in get_label()
644 target: MachLabel, in add_cond_branch() argument
1041 label: MachLabel, in defer_constant() argument
1370 label: MachLabel,
1383 label: MachLabel,
[all …]
H A Dmod.rs171 fn gen_jump(target: MachLabel) -> Self; in gen_jump()
262 Uncond(MachLabel),
264 Cond(MachLabel, MachLabel),
266 Indirect(&'a [MachLabel]),
271 pub fn get_succs(&self) -> SmallVec<[MachLabel; 2]> { in get_succs()
H A Dlower.rs19 writable_value_regs, ABICallee, BlockIndex, BlockLoweringOrder, LoweredBlock, MachLabel, VCode,
206 targets: &[MachLabel], in lower_branch_group() argument
875 targets: &SmallVec<[MachLabel; 2]>,
897 targets: &mut SmallVec<[MachLabel; 2]>,
911 targets.push(MachLabel::from_block(succ));
938 let mut targets: SmallVec<[MachLabel; 2]> = SmallVec::new(); in lower()
968 self.emit(I::gen_jump(MachLabel::from_block(succ))); in lower()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dbuffer.rs251 static UNKNOWN_LABEL: MachLabel = MachLabel(0xffff_ffff);
258 pub struct MachLabel(u32); struct
259 entity_impl!(MachLabel);
261 impl MachLabel { impl
265 MachLabel(bindex) in from_block()
471 MachLabel(l) in get_label()
644 target: MachLabel, in add_cond_branch() argument
1037 label: MachLabel, in defer_constant() argument
1366 label: MachLabel,
1379 label: MachLabel,
[all …]
H A Dmod.rs171 fn gen_jump(target: MachLabel) -> Self; in gen_jump()
262 Uncond(MachLabel),
264 Cond(MachLabel, MachLabel),
266 Indirect(&'a [MachLabel]),
271 pub fn get_succs(&self) -> SmallVec<[MachLabel; 2]> { in get_succs()
H A Dlower.rs19 writable_value_regs, ABICallee, BlockIndex, BlockLoweringOrder, LoweredBlock, MachLabel, VCode,
207 targets: &[MachLabel], in lower_branch_group() argument
871 targets: &SmallVec<[MachLabel; 2]>,
891 targets: &mut SmallVec<[MachLabel; 2]>,
905 targets.push(MachLabel::from_block(succ));
932 let mut targets: SmallVec<[MachLabel; 2]> = SmallVec::new(); in lower()
962 self.emit(I::gen_jump(MachLabel::from_block(succ))); in lower()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs9 use crate::machinst::MachLabel;
191 Label(MachLabel),
198 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs9 use crate::machinst::MachLabel;
191 Label(MachLabel),
198 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs9 use crate::machinst::MachLabel;
191 Label(MachLabel),
198 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dargs.rs9 use crate::machinst::MachLabel;
191 Label(MachLabel),
198 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/inst/
H A Dargs.rs9 use crate::machinst::MachLabel;
303 Label(MachLabel),
310 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs221 Label(MachLabel),
228 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs221 Label(MachLabel),
228 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs221 Label(MachLabel),
228 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/inst/
H A Dargs.rs221 Label(MachLabel),
228 pub fn as_label(self) -> Option<MachLabel> { in as_label() argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x64/inst/
H A Dargs.rs378 Label(MachLabel),
395 pub fn as_label(&self) -> Option<MachLabel> { in as_label() argument

1234