Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h165 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DCSKYISelLowering.cpp1250 Addr = getDynamicTLSAddr(N, DAG); in LowerGlobalTLSAddress()
1302 SDValue CSKYTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in CSKYTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h627 SDValue getDynamicTLSAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3823 SDValue RISCVTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N, in getDynamicTLSAddr() function in RISCVTargetLowering
3876 Addr = getDynamicTLSAddr(N, DAG); in lowerGlobalTLSAddress()