Home | History | Annotate | Download | only in Alpha

Lines Matching defs:MBB

47   MachineBasicBlock &MBB = MF.front();   // Prolog goes in entry BB
48 MachineBasicBlock::iterator MBBI = MBB.begin();
52 DebugLoc dl = (MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc());
56 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAHg), Alpha::R29)
58 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAg), Alpha::R29)
61 BuildMI(MBB, MBBI, dl, TII.get(Alpha::ALTENT))
82 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30).addImm(NumBytes)
85 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAH), Alpha::R30)
87 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30)
95 BuildMI(MBB, MBBI, dl, TII.get(Alpha::STQ))
98 BuildMI(MBB, MBBI, dl, TII.get(Alpha::BISr), Alpha::R15)
105 MachineBasicBlock &MBB) const {
107 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr();
123 BuildMI(MBB, MBBI, dl, TII.get(Alpha::BISr), Alpha::R30).addReg(Alpha::R15)
126 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDQ), Alpha::R15)
132 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30).addImm(NumBytes)
135 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAH), Alpha::R30)
137 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDA), Alpha::R30)