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

Declarations

include/llvm/CodeGen/TargetLowering.h
 4225   virtual SDValue LowerToTLSEmulatedModel(const GlobalAddressSDNode *GA,

References

lib/Target/AArch64/AArch64ISelLowering.cpp
 4664     return LowerToTLSEmulatedModel(GA, DAG);
lib/Target/ARM/ARMISelLowering.cpp
 3273     return LowerToTLSEmulatedModel(GA, DAG);
lib/Target/Mips/MipsISelLowering.cpp
 2021     return LowerToTLSEmulatedModel(GA, DAG);
lib/Target/PowerPC/PPCISelLowering.cpp
 2846     return LowerToTLSEmulatedModel(GA, DAG);
lib/Target/Sparc/SparcISelLowering.cpp
 2020     return LowerToTLSEmulatedModel(GA, DAG);
lib/Target/SystemZ/SystemZISelLowering.cpp
 2928     return LowerToTLSEmulatedModel(Node, DAG);
lib/Target/X86/X86ISelLowering.cpp
18087     return LowerToTLSEmulatedModel(GA, DAG);