Home
last modified time | relevance | path

Searched refs:GlobalTLSAddress (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
DSelectionDAGNodes.h1525 N->getOpcode() == ISD::GlobalTLSAddress ||
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp98 case ISD::GlobalTLSAddress: return "GlobalTLSAddress"; in getOperationName()
DSelectionDAG.cpp426 case ISD::GlobalTLSAddress: { in AddNodeIDCustom()
1291 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
DLegalizeDAG.cpp3939 case ISD::GlobalTLSAddress: in ExpandNode()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp274 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in MipsTargetLowering()
292 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in MipsTargetLowering()
872 case ISD::GlobalTLSAddress: return lowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1499 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering()
2930 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td334 def globaltlsaddr : SDNode<"ISD::GlobalTLSAddress", SDTPtrLeaf, [],
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp285 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in PPCTargetLowering()
290 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in PPCTargetLowering()
4090 if (Callee.getOpcode() == ISD::GlobalTLSAddress || in isFunctionGlobalAddress()
7955 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp249 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering()
4323 case ISD::GlobalTLSAddress: in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp113 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering()
2245 case ISD::GlobalTLSAddress: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp817 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in ARMTargetLowering()
6836 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp450 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom); in X86TargetLowering()
452 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in X86TargetLowering()
20073 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()