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