Lines Matching refs:allocMBB
2123 MachineBasicBlock *allocMBB = MF.CreateMachineBasicBlock();
2133 // allocMBB needs to be last (terminating) instruction.
2136 allocMBB->addLiveIn(LI);
2141 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D);
2143 MF.push_front(allocMBB);
2264 BuildMI(allocMBB, DL, TII.get(MOVrr), RegAX).addReg(Reg10);
2266 BuildMI(allocMBB, DL, TII.get(MOVri), Reg10)
2268 BuildMI(allocMBB, DL, TII.get(MOVri), Reg11)
2271 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32))
2273 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32))
2293 BuildMI(allocMBB, DL, TII.get(X86::CALL64m))
2302 BuildMI(allocMBB, DL, TII.get(X86::CALL64pcrel32))
2305 BuildMI(allocMBB, DL, TII.get(X86::CALLpcrel32))
2310 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET_RESTORE_R10));
2312 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET));
2314 allocMBB->addSuccessor(&PrologueMBB);
2316 checkMBB->addSuccessor(allocMBB);