Lines Matching refs:VCodeInst
76 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
1519 impl<I: VCodeInst> core::ops::Index<InsnIndex> for VCode<I> {
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> {
1699 impl<I: VCodeInst> VRegAllocator<I> {