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

References

include/llvm/CodeGen/SelectionDAGNodes.h
 1743            N->getOpcode() == ISD::GlobalTLSAddress ||
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 3700   case ISD::GlobalTLSAddress:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  493   case ISD::GlobalTLSAddress: {
 1369     Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  120   case ISD::GlobalTLSAddress:           return "GlobalTLSAddress";
lib/Target/AArch64/AArch64ISelLowering.cpp
  193   setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
 2972   case ISD::GlobalTLSAddress:
lib/Target/ARM/ARMISelLowering.cpp
 1179   setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
 9156   case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG);
lib/Target/Hexagon/HexagonISelLowering.cpp
 1306   setOperationAction(ISD::GlobalTLSAddress,     MVT::i32,   Custom);
 2867     case ISD::GlobalTLSAddress:     return LowerGlobalTLSAddress(Op, DAG);
lib/Target/Mips/MipsISelLowering.cpp
  350   setOperationAction(ISD::GlobalTLSAddress,   MVT::i32,   Custom);
  371     setOperationAction(ISD::GlobalTLSAddress,   MVT::i64,   Custom);
 1225   case ISD::GlobalTLSAddress:   return lowerGlobalTLSAddress(Op, DAG);
lib/Target/PowerPC/PPCISelLowering.cpp
  414   setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom);
  419   setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom);
 4936     if (Callee.getOpcode() == ISD::GlobalTLSAddress ||
10118   case ISD::GlobalTLSAddress:   return LowerGlobalTLSAddress(Op, DAG);
lib/Target/RISCV/RISCVISelLowering.cpp
  189   setOperationAction(ISD::GlobalTLSAddress, XLenVT, Custom);
  379   case ISD::GlobalTLSAddress:
lib/Target/Sparc/SparcISelLowering.cpp
 1485   setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
 3015   case ISD::GlobalTLSAddress:   return LowerGlobalTLSAddress(Op, DAG);
lib/Target/SystemZ/SystemZISelLowering.cpp
  286   setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom);
 4940   case ISD::GlobalTLSAddress:
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  129   case ISD::GlobalTLSAddress: {
lib/Target/X86/X86ISelLowering.cpp
  446     setOperationAction(ISD::GlobalTLSAddress, VT, Custom);
27685   case ISD::GlobalTLSAddress:   return LowerGlobalTLSAddress(Op, DAG);