Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHUnwindV2.cpp66 InProlog, enumerator
103 FunctionState State = FunctionState::InProlog; in runOnMachineFunction()
126 if (State != FunctionState::InProlog) in runOnMachineFunction()
134 if (State != FunctionState::InProlog) in runOnMachineFunction()
144 if (State != FunctionState::InProlog) in runOnMachineFunction()
151 if (State != FunctionState::InProlog) in runOnMachineFunction()
157 if (State != FunctionState::InProlog) in runOnMachineFunction()
276 assert(State == FunctionState::InProlog && in runOnMachineFunction()
H A DX86FrameLowering.h59 bool InProlog,
254 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog,
260 const DebugLoc &DL, bool InProlog) const;
265 bool InProlog) const;
268 const DebugLoc &DL, bool InProlog) const;
H A DX86FrameLowering.cpp640 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog, in emitStackProbe() argument
644 if (InProlog) { in emitStackProbe()
651 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog, InstrNum); in emitStackProbe()
675 bool InProlog) const { in emitStackProbeInline()
678 emitStackProbeInlineWindowsCoreCLR64(MF, MBB, MBBI, DL, InProlog); in emitStackProbeInline()
680 emitStackProbeInlineGeneric(MF, MBB, MBBI, DL, InProlog); in emitStackProbeInline()
685 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const { in emitStackProbeInlineGeneric()
946 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const { in emitStackProbeInlineWindowsCoreCLR64()
1009 SizeReg = InProlog ? X86::RAX : MRI.createVirtualRegister(RegClass), in emitStackProbeInlineWindowsCoreCLR64()
1010 ZeroReg = InProlog ? X86::RCX : MRI.createVirtualRegister(RegClass), in emitStackProbeInlineWindowsCoreCLR64()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1166 bool InProlog = (CurStageNum < (unsigned)Schedule.getNumStages() - 1); in rewriteScheduledInstr() local
1190 if (PrevReg && InProlog) in rewriteScheduledInstr()
1200 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi)) in rewriteScheduledInstr()
1204 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched) in rewriteScheduledInstr()