Home
last modified time | relevance | path

Searched refs:inlineStackProbe (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h75 void inlineStackProbe(MachineFunction &MF,
130 void inlineStackProbe(MachineFunction &MF,
DSystemZFrameLowering.cpp747 void SystemZELFFrameLowering::inlineStackProbe( in inlineStackProbe() function in SystemZELFFrameLowering
1304 void SystemZXPLINKFrameLowering::inlineStackProbe( in inlineStackProbe() function in SystemZXPLINKFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h108 void inlineStackProbe(MachineFunction &MF,
DPPCFrameLowering.cpp1234 void PPCFrameLowering::inlineStackProbe(MachineFunction &MF, in inlineStackProbe() function in PPCFrameLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h240 virtual void inlineStackProbe(MachineFunction &MF, in inlineStackProbe() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FrameLowering.h71 void inlineStackProbe(MachineFunction &MF,
DX86FrameLowering.cpp604 void X86FrameLowering::inlineStackProbe(MachineFunction &MF, in inlineStackProbe() function in X86FrameLowering
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1204 TFI.inlineStackProbe(MF, *SaveBlock); in insertPrologEpilogCode()