reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/MipsSEISelLowering.cpp
 3248   DebugLoc DL = MI.getDebugLoc();
 3249   Register Wd = MI.getOperand(0).getReg();
 3250   Register Wd_in = MI.getOperand(1).getReg();
 3251   unsigned Lane = MI.getOperand(2).getImm();
 3252   Register Fs = MI.getOperand(3).getReg();
 3257   BuildMI(*BB, MI, DL, TII->get(Mips::SUBREG_TO_REG), Wt)
 3261   BuildMI(*BB, MI, DL, TII->get(Mips::INSVE_W), Wd)
 3267   MI.eraseFromParent(); // The pseudo instruction is gone now.