Home
last modified time | relevance | path

Searched refs:allocMBB (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3179 MachineBasicBlock *allocMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() local
3192 allocMBB->addLiveIn(LI); in adjustForSegmentedStacks()
3197 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D); in adjustForSegmentedStacks()
3199 MF.push_front(allocMBB); in adjustForSegmentedStacks()
3346 BuildMI(allocMBB, DL, in adjustForSegmentedStacks()
3351 BuildMI(allocMBB, DL, TII.get(X86::PUSH32i)) in adjustForSegmentedStacks()
3376 BuildMI(allocMBB, DL, TII.get(X86::CALL64m)) in adjustForSegmentedStacks()
3384 BuildMI(allocMBB, DL, TII.get(X86::CALL64pcrel32)) in adjustForSegmentedStacks()
3387 BuildMI(allocMBB, DL, TII.get(X86::CALLpcrel32)) in adjustForSegmentedStacks()
3394 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET)); in adjustForSegmentedStacks()
[all …]