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

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 432 bool hasInlineStackProbe(MachineFunction &MF) const override;
SystemZFrameLowering.cpp 497 MF.getSubtarget().getTargetLowering()->hasInlineStackProbe(MF)) {
SystemZISelLowering.cpp 837 bool SystemZTargetLowering::hasInlineStackProbe(MachineFunction &MF) const {
3463 if (hasInlineStackProbe(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 904 bool hasInlineStackProbe(MachineFunction &MF) const override;
PPCFrameLowering.cpp 545 TLI.hasInlineStackProbe(MF);
899 if (TLI.hasInlineStackProbe(MF) && FrameSize > TLI.getStackProbeSize(MF)) {
PPCISelLowering.cpp 7618 if (hasInlineStackProbe(MF))
11616 bool PPCTargetLowering::hasInlineStackProbe(MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1403 bool hasInlineStackProbe(MachineFunction &MF) const override;
X86FrameLowering.cpp 219 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF);
1072 const bool EmitInlineStackProbe = TLI.hasInlineStackProbe(MF);
X86ISelLowering.cpp 24499 if (hasInlineStackProbe(MF)) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 1797 virtual bool hasInlineStackProbe(MachineFunction &MF) const { return false; }

Completed in 84 milliseconds