HomeSort by: relevance | last modified time | path
    Searched refs:InProlog (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.h 56 bool InProlog) const;
204 bool InProlog) const;
209 const DebugLoc &DL, bool InProlog) const;
214 bool InProlog) const;
217 const DebugLoc &DL, bool InProlog) const;
X86FrameLowering.cpp 490 const DebugLoc &DL, bool InProlog) const {
493 if (InProlog) {
500 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog);
520 bool InProlog) const {
523 emitStackProbeInlineWindowsCoreCLR64(MF, MBB, MBBI, DL, InProlog);
525 emitStackProbeInlineGeneric(MF, MBB, MBBI, DL, InProlog);
530 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const {
740 MachineBasicBlock::iterator MBBI, const DebugLoc &DL, bool InProlog) const {
798 const Register SizeReg = InProlog ? X86::RAX
800 ZeroReg = InProlog ? X86::RC
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 1144 bool InProlog = (CurStageNum < (unsigned)Schedule.getNumStages() - 1);
1171 if (PrevReg && InProlog)
1181 if (!InProlog && StagePhi + 1 == StageSched && !isLoopCarried(*Phi))
1185 if (!InProlog && !Phi->isPHI() && StagePhi < StageSched)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 884 bool NeedsWinCFI, bool *HasWinCFI, bool InProlog = true) {
956 InProlog ? MachineInstr::FrameSetup
985 InProlog ? MachineInstr::FrameSetup : MachineInstr::FrameDestroy);

Completed in 21 milliseconds