Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h153 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DCSKYISelLowering.cpp1255 Addr = getDynamicTLSAddr(N, DAG); in LowerGlobalTLSAddress()
1307 SDValue CSKYTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in CSKYTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h348 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG,
H A DLoongArchISelLowering.cpp2985 SDValue LoongArchTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in LoongArchTargetLowering
3062 return getDynamicTLSAddr(N, DAG, in lowerGlobalTLSAddress()
3071 return getDynamicTLSAddr(N, DAG, in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h491 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp8823 SDValue RISCVTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in RISCVTargetLowering
8897 : getDynamicTLSAddr(N, DAG); in lowerGlobalTLSAddress()