Lines Matching full:mbb
70 MachineBasicBlock &MBB = MF.front();
71 MachineBasicBlock::iterator I = MBB.begin();
74 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
83 BuildMI(MBB, I, DL, TII.get(Mips::LiRxImmX16), V0)
85 BuildMI(MBB, I, DL, TII.get(Mips::AddiuRxPcImmX16), V1)
87 BuildMI(MBB, I, DL, TII.get(Mips::SllX16), V2).addReg(V0).addImm(16);
88 BuildMI(MBB, I, DL, TII.get(Mips::AdduRxRyRz16), GlobalBaseReg)
93 // first MBB of the function.
101 MachineBasicBlock &MBB = MF.front();
102 MachineBasicBlock::iterator I = MBB.begin();
104 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc();
107 BuildMI(MBB, I, DL, TII.get(Mips::MoveR3216), Mips16SPAliasReg)