Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h172 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DCSKYISelLowering.cpp1286 Addr = getDynamicTLSAddr(N, DAG); in LowerGlobalTLSAddress()
1338 SDValue CSKYTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in CSKYTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h263 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG,
H A DLoongArchISelLowering.cpp871 SDValue LoongArchTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in LoongArchTargetLowering
925 Addr = getDynamicTLSAddr(N, DAG, in lowerGlobalTLSAddress()
933 Addr = getDynamicTLSAddr(N, DAG, in lowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h857 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6951 SDValue RISCVTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in RISCVTargetLowering
7025 : getDynamicTLSAddr(N, DAG); in lowerGlobalTLSAddress()