Searched refs:vreg_pair (Results 1 – 4 of 4) sorted by relevance
138 bool PrintCodeIrVisitor::Visit(lir::VRegPair* vreg_pair) { in Visit() argument139 printf("v%d:v%d", vreg_pair->base_reg, vreg_pair->base_reg + 1); in Visit()
42 virtual bool Visit(lir::VRegPair* vreg_pair) override;
543 virtual bool Visit(lir::VRegPair* vreg_pair) override { in Visit() argument544 vreg_pair->base_reg += shift_; in Visit()
98 virtual bool Visit(VRegPair* vreg_pair) { return false; } in Visit() argument