Searched refs:GlobalTLSAddress (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
|
D | SelectionDAGNodes.h | 1427 N->getOpcode() == ISD::GlobalTLSAddress ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 91 case ISD::GlobalTLSAddress: return "GlobalTLSAddress"; in getOperationName()
|
D | SelectionDAG.cpp | 430 case ISD::GlobalTLSAddress: { in AddNodeIDCustom() 1275 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
|
D | LegalizeDAG.cpp | 4121 case ISD::GlobalTLSAddress: in ExpandNode()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 243 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/ |
D | HexagonISelLowering.cpp | 1554 case ISD::GlobalTLSAddress: in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1394 setOperationAction(ISD::GlobalTLSAddress, getPointerTy(), Custom); in SparcTargetLowering() 2788 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 229 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering() 2413 case ISD::GlobalTLSAddress: in LowerOperation()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 290 def globaltlsaddr : SDNode<"ISD::GlobalTLSAddress", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 279 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/ |
D | AArch64ISelLowering.cpp | 123 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering() 1524 case ISD::GlobalTLSAddress: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 693 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in ARMTargetLowering() 6203 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 574 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()
|