Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.h64 bool InProlog,
217 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog,
223 const DebugLoc &DL, bool InProlog) const;
228 bool InProlog) const;
231 const DebugLoc &DL, bool InProlog) const;
H A DX86FrameLowering.cpp585 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog, in emitStackProbe() argument
589 if (InProlog) { in emitStackProbe()
596 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog, InstrNum); in emitStackProbe()
620 bool InProlog) const { in emitStackProbeInline()
623 emitStackProbeInlineWindowsCoreCLR64(MF, MBB, MBBI, DL, InProlog); in emitStackProbeInline()
625 emitStackProbeInlineGeneric(MF, MBB, MBBI, DL, InProlog); in emitStackProbeInline()
630 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const { in emitStackProbeInlineGeneric()
873 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const { in emitStackProbeInlineWindowsCoreCLR64()
935 const Register SizeReg = InProlog ? X86::RAX in emitStackProbeInlineWindowsCoreCLR64()
937 ZeroReg = InProlog ? X86::RCX in emitStackProbeInlineWindowsCoreCLR64()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1146 bool InProlog = (CurStageNum < (unsigned)Schedule.getNumStages() - 1); in rewriteScheduledInstr() local
1170 if (PrevReg && InProlog) in rewriteScheduledInstr()
1180 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi)) in rewriteScheduledInstr()
1184 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched) in rewriteScheduledInstr()