Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
DSelectionDAGNodes.h1427 N->getOpcode() == ISD::GlobalTLSAddress ||
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp91 case ISD::GlobalTLSAddress: return "GlobalTLSAddress"; in getOperationName()
DSelectionDAG.cpp430 case ISD::GlobalTLSAddress: { in AddNodeIDCustom()
1275 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
DLegalizeDAG.cpp4121 case ISD::GlobalTLSAddress: in ExpandNode()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp243 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in MipsTargetLowering()
262 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in MipsTargetLowering()
788 case ISD::GlobalTLSAddress: return lowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1554 case ISD::GlobalTLSAddress: in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1394 setOperationAction(ISD::GlobalTLSAddress, getPointerTy(), Custom); in SparcTargetLowering()
2788 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp229 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering()
2413 case ISD::GlobalTLSAddress: in LowerOperation()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td290 def globaltlsaddr : SDNode<"ISD::GlobalTLSAddress", SDTPtrLeaf, [],
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp279 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in PPCTargetLowering()
284 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in PPCTargetLowering()
6129 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp123 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering()
1524 case ISD::GlobalTLSAddress: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp693 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in ARMTargetLowering()
6203 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp574 setOperationAction(ISD::GlobalTLSAddress, MVT::i32 , Custom); in resetOperationActions()
576 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in resetOperationActions()
16188 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()