reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64ISelLowering.cpp
12099 bool AArch64TargetLowering::useLoadStackGuardNode() const {
lib/Target/ARM/ARMISelLowering.cpp
16531 bool ARMTargetLowering::useLoadStackGuardNode() const {
lib/Target/PowerPC/PPCISelLowering.cpp
15069 bool PPCTargetLowering::useLoadStackGuardNode() const {
lib/Target/Sparc/SparcISelLowering.cpp
 3409 bool SparcTargetLowering::useLoadStackGuardNode() const {
lib/Target/SystemZ/SystemZISelLowering.h
  470   bool useLoadStackGuardNode() const override {
lib/Target/X86/X86ISelLowering.cpp
 1907 bool X86TargetLowering::useLoadStackGuardNode() const {

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2558   if (TLI.useLoadStackGuardNode()) {
 6371     if (TLI.useLoadStackGuardNode()) {
 6393     if (TLI.useLoadStackGuardNode())
lib/Target/AArch64/AArch64ISelLowering.cpp
12101     return TargetLowering::useLoadStackGuardNode();
lib/Target/PowerPC/PPCISelLowering.cpp
15071     return TargetLowering::useLoadStackGuardNode();
lib/Target/Sparc/SparcISelLowering.cpp
 3411     return TargetLowering::useLoadStackGuardNode();