Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h316 const MachineBasicBlock::iterator BeforeMI, Register FP,
326 MachineBasicBlock::iterator BeforeMI,
H A DX86FrameLowering.cpp4316 MachineBasicBlock::iterator BeforeMI, in spillFPBPUsingSP() argument
4321 MachineBasicBlock *MBB = BeforeMI->getParent(); in spillFPBPUsingSP()
4322 DebugLoc DL = BeforeMI->getDebugLoc(); in spillFPBPUsingSP()
4326 BuildMI(*MBB, BeforeMI, DL, in spillFPBPUsingSP()
4333 BuildMI(*MBB, BeforeMI, DL, in spillFPBPUsingSP()
4340 emitSPUpdate(*MBB, BeforeMI, DL, -SPAdjust, false); in spillFPBPUsingSP()
4347 BuildMI(*MBB, BeforeMI, DL, TII.get(TargetOpcode::CFI_INSTRUCTION)) in spillFPBPUsingSP()
4359 if (TII.isFrameSetup(*BeforeMI)) { in spillFPBPUsingSP()
4360 Offset += alignTo(TII.getFrameSize(*BeforeMI), getStackAlign()); in spillFPBPUsingSP()
4361 BeforeMI = std::next(BeforeMI); in spillFPBPUsingSP()
[all …]