Home
last modified time | relevance | path

Searched defs:VCode (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs55 pub struct VCode<I: VCodeInst> { struct
57 liveins: RegallocSet<RealReg>,
63 vreg_types: Vec<Type>,
66 have_ref_values: bool,
69 insts: Vec<I>,
73 srclocs: Vec<SourceLoc>,
76 entry: BlockIndex,
101 /// `StackmapRequestInfo` held separate from the `VCode`.) argument
117 constants: VCodeConstants, argument
124 /// A builder for a VCode function body. This builder is designed for the argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs55 pub struct VCode<I: VCodeInst> { struct
57 liveins: RegallocSet<RealReg>,
63 vreg_types: Vec<Type>,
66 have_ref_values: bool,
69 insts: Vec<I>,
73 srclocs: Vec<SourceLoc>,
76 entry: BlockIndex,
101 /// `StackmapRequestInfo` held separate from the `VCode`.) argument
117 constants: VCodeConstants, argument
124 /// A builder for a VCode function body. This builder is designed for the argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dvcode.rs53 pub struct VCode<I: VCodeInst> { struct
55 liveins: RegallocSet<RealReg>,
61 vreg_types: Vec<Type>,
64 have_ref_values: bool,
67 insts: Vec<I>,
71 srclocs: Vec<SourceLoc>,
74 entry: BlockIndex,
99 /// `StackmapRequestInfo` held separate from the `VCode`.) argument
115 constants: VCodeConstants, argument
122 /// A builder for a VCode function body. This builder is designed for the argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs55 pub struct VCode<I: VCodeInst> { struct
57 liveins: RegallocSet<RealReg>,
63 vreg_types: Vec<Type>,
66 have_ref_values: bool,
69 insts: Vec<I>,
73 srclocs: Vec<SourceLoc>,
76 entry: BlockIndex,
101 /// `StackmapRequestInfo` held separate from the `VCode`.) argument
117 constants: VCodeConstants, argument
124 /// A builder for a VCode function body. This builder is designed for the argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dvcode.rs53 pub struct VCode<I: VCodeInst> { struct
55 liveins: RegallocSet<RealReg>,
58 liveouts: RegallocSet<RealReg>,
61 vreg_types: Vec<Type>,
87 /// IR block for each VCode Block. The length of this Vec will likely be argument
106 /// A builder for a VCode function body. This builder is designed for the argument
299 impl<I: VCodeInst> VCode<I> { impl
600 impl<I: VCodeInst> RegallocFunction for VCode<I> { implementation
701 impl<I: VCodeInst> fmt::Debug for VCode<I> { implementation
725 impl<I: VCodeInst + ShowWithRRU> ShowWithRRU for VCode<I> { implementation
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/machinst/
H A Dvcode.rs49 pub struct VCode<I: VCodeInst> { struct
51 liveins: RegallocSet<RealReg>,
54 liveouts: RegallocSet<RealReg>,
57 vreg_types: Vec<Type>,
60 insts: Vec<I>,
87 /// A builder for a VCode function body. This builder is designed for the argument
222 impl<I: VCodeInst> VCode<I> { implementation
412 impl<I: VCodeInst> RegallocFunction for VCode<I> { implementation
509 impl<I: VCodeInst> fmt::Debug for VCode<I> { implementation
532 impl<I: VCodeInst + ShowWithRRU> ShowWithRRU for VCode<I> { implementation
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/multiformats/go-multiaddr/
H A Dprotocol.go23 VCode []byte member