Searched refs:GlobalTLSAddress (Results 1 – 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 62 GlobalAddress, GlobalTLSAddress, FrameIndex, enumerator
|
D | SelectionDAGNodes.h | 1525 N->getOpcode() == ISD::GlobalTLSAddress ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 98 case ISD::GlobalTLSAddress: return "GlobalTLSAddress"; in getOperationName()
|
D | SelectionDAG.cpp | 426 case ISD::GlobalTLSAddress: { in AddNodeIDCustom() 1291 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
|
D | LegalizeDAG.cpp | 3939 case ISD::GlobalTLSAddress: in ExpandNode()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 274 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/ |
D | SparcISelLowering.cpp | 1499 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering() 2930 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 334 def globaltlsaddr : SDNode<"ISD::GlobalTLSAddress", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 285 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/ |
D | SystemZISelLowering.cpp | 249 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering() 4323 case ISD::GlobalTLSAddress: in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 113 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering() 2245 case ISD::GlobalTLSAddress: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 817 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in ARMTargetLowering() 6836 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 450 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()
|