Lines Matching refs:allocMBB
1169 MachineBasicBlock *allocMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() local
1183 allocMBB->addLiveIn(*i); in adjustForSegmentedStacks()
1188 allocMBB->addLiveIn(X86::R10); in adjustForSegmentedStacks()
1190 MF.push_front(allocMBB); in adjustForSegmentedStacks()
1299 BuildMI(allocMBB, DL, TII.get(X86::MOV64rr), X86::RAX).addReg(X86::R10); in adjustForSegmentedStacks()
1301 BuildMI(allocMBB, DL, TII.get(X86::MOV64ri), X86::R10) in adjustForSegmentedStacks()
1303 BuildMI(allocMBB, DL, TII.get(X86::MOV64ri), X86::R11) in adjustForSegmentedStacks()
1308 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32)) in adjustForSegmentedStacks()
1310 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32)) in adjustForSegmentedStacks()
1316 BuildMI(allocMBB, DL, TII.get(X86::CALL64pcrel32)) in adjustForSegmentedStacks()
1319 BuildMI(allocMBB, DL, TII.get(X86::CALLpcrel32)) in adjustForSegmentedStacks()
1323 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET_RESTORE_R10)); in adjustForSegmentedStacks()
1325 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET)); in adjustForSegmentedStacks()
1327 allocMBB->addSuccessor(&prologueMBB); in adjustForSegmentedStacks()
1329 checkMBB->addSuccessor(allocMBB); in adjustForSegmentedStacks()