Searched refs:InProlog (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 59 bool InProlog, 212 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog, 218 const DebugLoc &DL, bool InProlog) const; 223 bool InProlog) const; 226 const DebugLoc &DL, bool InProlog) const;
|
H A D | X86FrameLowering.cpp | 605 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog, in emitStackProbe() argument 609 if (InProlog) { in emitStackProbe() 616 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog, InstrNum); in emitStackProbe() 640 bool InProlog) const { in emitStackProbeInline() 643 emitStackProbeInlineWindowsCoreCLR64(MF, MBB, MBBI, DL, InProlog); in emitStackProbeInline() 645 emitStackProbeInlineGeneric(MF, MBB, MBBI, DL, InProlog); in emitStackProbeInline() 650 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const { in emitStackProbeInlineGeneric() 892 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const { in emitStackProbeInlineWindowsCoreCLR64() 955 SizeReg = InProlog ? X86::RAX : MRI.createVirtualRegister(RegClass), in emitStackProbeInlineWindowsCoreCLR64() 956 ZeroReg = InProlog ? X86::RCX : MRI.createVirtualRegister(RegClass), in emitStackProbeInlineWindowsCoreCLR64() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1148 bool InProlog = (CurStageNum < (unsigned)Schedule.getNumStages() - 1); in rewriteScheduledInstr() local 1172 if (PrevReg && InProlog) in rewriteScheduledInstr() 1182 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi)) in rewriteScheduledInstr() 1186 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched) in rewriteScheduledInstr()
|