Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3307 MachineBasicBlock *AllocMBB = MF.CreateMachineBasicBlock(); in adjustForSegmentedStacks() local
3328 MachineBasicBlock *AddedBlocks[] = {PrevStackMBB, McrMBB, GetMBB, AllocMBB, in adjustForSegmentedStacks()
3517 BuildMI(AllocMBB, DL, TII.get(ARM::tMOVi8), ScratchReg0) in adjustForSegmentedStacks()
3523 BuildMI(AllocMBB, DL, TII.get(MovOp), ScratchReg0) in adjustForSegmentedStacks()
3526 auto MBBI = AllocMBB->end(); in adjustForSegmentedStacks()
3528 RegInfo->emitLoadConstPool(*AllocMBB, MBBI, DL, ScratchReg0, 0, in adjustForSegmentedStacks()
3534 BuildMI(AllocMBB, DL, TII.get(ARM::MOVi), ScratchReg0) in adjustForSegmentedStacks()
3539 auto MBBI = AllocMBB->end(); in adjustForSegmentedStacks()
3541 RegInfo->emitLoadConstPool(*AllocMBB, MBBI, DL, ScratchReg0, 0, in adjustForSegmentedStacks()
3550 BuildMI(AllocMBB, DL, TII.get(ARM::tMOVi8), ScratchReg1) in adjustForSegmentedStacks()
[all …]