Searched refs:hasStackProbeSymbol (Results 1 – 5 of 5) sorted by relevance
166 bool EmitStackProbeCall = STI->getTargetLowering()->hasStackProbeSymbol(MF); in isLegal()
1402 bool hasStackProbeSymbol(MachineFunction &MF) const override;
1362 STI.getTargetLowering()->hasStackProbeSymbol(MF); in emitPrologue()
24471 bool EmitStackProbeCall = hasStackProbeSymbol(MF); in LowerDYNAMIC_STACKALLOC()52170 bool X86TargetLowering::hasStackProbeSymbol(MachineFunction &MF) const { in hasStackProbeSymbol() function in X86TargetLowering
1795 virtual bool hasStackProbeSymbol(MachineFunction &MF) const { return false; } in hasStackProbeSymbol() function