/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
H A D | MipsISelLowering.cpp | 347 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in MipsTargetLowering() 378 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in MipsTargetLowering() 1246 case ISD::GlobalTLSAddress: return lowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 79 GlobalTLSAddress, enumerator
|
H A D | SelectionDAGNodes.h | 1865 N->getOpcode() == ISD::GlobalTLSAddress ||
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 87 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in CSKYTargetLowering() 174 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 129 case ISD::GlobalTLSAddress: return "GlobalTLSAddress"; in getOperationName()
|
H A D | SelectionDAG.cpp | 739 case ISD::GlobalTLSAddress: { in AddNodeIDCustom() 1842 Opc = isTargetGA ? ISD::TargetGlobalTLSAddress : ISD::GlobalTLSAddress; in getGlobalAddress()
|
H A D | LegalizeDAG.cpp | 4332 case ISD::GlobalTLSAddress: in ExpandNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 109 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering() 1455 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 129 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in initSPUActions() 1896 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 143 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in M68kTargetLowering() 1424 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1663 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering() 3249 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1526 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in HexagonTargetLowering() 3387 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 85 ISD::JumpTable, ISD::GlobalTLSAddress}, in LoongArchTargetLowering() 384 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 369 def globaltlsaddr : SDNode<"ISD::GlobalTLSAddress", SDTPtrLeaf, [],
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 371 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SystemZTargetLowering() 6136 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 597 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in PPCTargetLowering() 602 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in PPCTargetLowering() 11805 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 624 setOperationAction(ISD::GlobalTLSAddress, XLenVT, Custom); in RISCVTargetLowering() 6258 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1306 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in ARMTargetLowering() 10575 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 477 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering() 6758 case ISD::GlobalTLSAddress: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 519 setOperationAction(ISD::GlobalTLSAddress, VT, Custom); in X86TargetLowering() 32377 case ISD::GlobalTLSAddress: return LowerGlobalTLSAddress(Op, DAG); in LowerOperation()
|