Searched refs:allocMBB (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86FrameLowering.cpp | 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() [all …]
|