Home
last modified time | relevance | path

Searched refs:getStaticTLSAddr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h170 SDValue getStaticTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG,
H A DCSKYISelLowering.cpp1277 Addr = getStaticTLSAddr(N, DAG, /*UseGOT=*/false); in LowerGlobalTLSAddress()
1280 Addr = getStaticTLSAddr(N, DAG, /*UseGOT=*/true); in LowerGlobalTLSAddress()
1298 SDValue CSKYTargetLowering::getStaticTLSAddr(GlobalAddressSDNode *N, in getStaticTLSAddr() function in CSKYTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h279 SDValue getStaticTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG,
H A DLoongArchISelLowering.cpp1789 SDValue LoongArchTargetLowering::getStaticTLSAddr(GlobalAddressSDNode *N, in getStaticTLSAddr() function in LoongArchTargetLowering
1914 return getStaticTLSAddr(N, DAG, in lowerGlobalTLSAddress()
1923 return getStaticTLSAddr(N, DAG, LoongArch::PseudoLA_TLS_LE, in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h917 SDValue getStaticTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG,
H A DRISCVISelLowering.cpp7403 SDValue RISCVTargetLowering::getStaticTLSAddr(GlobalAddressSDNode *N, in getStaticTLSAddr() function in RISCVTargetLowering
7516 Addr = getStaticTLSAddr(N, DAG, /*UseGOT=*/false); in lowerGlobalTLSAddress()
7519 Addr = getStaticTLSAddr(N, DAG, /*UseGOT=*/true); in lowerGlobalTLSAddress()