Home
last modified time | relevance | path

Searched refs:VCodeInst (Results 1 – 10 of 10) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/
H A Dconstant_pool.rs4 MachBuffer, VCodeConstant, VCodeConstantData, VCodeConstants, VCodeInst, ir,
21 pub fn register<I: VCodeInst>( in register()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs76 pub trait VCodeInst: MachInst + MachInstEmit {} interface
77 impl<I: MachInst + MachInstEmit> VCodeInst for I {}
91 pub struct VCode<I: VCodeInst> {
250 pub struct VCodeBuilder<I: VCodeInst> {
272 impl<I: VCodeInst> VCodeBuilder<I> {
615 impl<I: VCodeInst> VCode<I> {
744 I: VCodeInst, in emit() argument
1526 impl<I: VCodeInst> RegallocFunction for VCode<I> {
1617 impl<I: VCodeInst> Debug for VRegAllocator<I> {
1632 impl<I: VCodeInst> fmt::Debug for VCode<I> {
[all …]
H A Dbuffer.rs240 pub struct MachBuffer<I: VCodeInst> {
472 impl<I: VCodeInst> MachBuffer<I> {
1842 impl<I: VCodeInst> Extend<u8> for MachBuffer<I> {
2062 struct MachLabelFixup<I: VCodeInst> {
2074 impl<I: VCodeInst> MachLabelFixup<I> {
2080 impl<I: VCodeInst> PartialEq for MachLabelFixup<I> {
2086 impl<I: VCodeInst> Eq for MachLabelFixup<I> {}
2088 impl<I: VCodeInst> PartialOrd for MachLabelFixup<I> {
2094 impl<I: VCodeInst> Ord for MachLabelFixup<I> {
2429 pub struct MachTextSectionBuilder<I: VCodeInst> {
[all …]
H A Dlower.rs19 VCodeBuilder, VCodeConstant, VCodeConstantData, VCodeConstants, VCodeInst, ValueRegs, Writable,
121 type MInst: VCodeInst;
155 pub struct Lower<'func, I: VCodeInst> {
359 impl<'func, I: VCodeInst> Lower<'func, I> {
1374 impl<'func, I: VCodeInst> Lower<'func, I> {
1391 impl<'func, I: VCodeInst> Lower<'func, I> {
1655 impl<'func, I: VCodeInst> Lower<'func, I> {
H A Disle.rs12 RelocDistance, Sig, TryCallInfo, VCodeInst, Writable,
831 I: VCodeInst,
840 I: VCodeInst,
H A Dmod.rs362 pub trait MachInstEmitState<I: VCodeInst>: Default + Clone + Debug {
H A Dabi.rs355 type I: VCodeInst;
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dlib.rs80 VCodeConstantData, VCodeConstants, VCodeInst, Writable,
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/lower/
H A Disle.rs49 I: VCodeInst,
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/lower/
H A Disle.rs39 I: VCodeInst,