Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h283 SDValue getTLSDescAddr(GlobalAddressSDNode *N, SelectionDAG &DAG,
H A DLoongArchISelLowering.cpp1855 SDValue LoongArchTargetLowering::getTLSDescAddr(GlobalAddressSDNode *N, in getTLSDescAddr() function in LoongArchTargetLowering
1927 return getTLSDescAddr(N, DAG, in lowerGlobalTLSAddress()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h920 SDValue getTLSDescAddr(GlobalAddressSDNode *N, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp7484 SDValue RISCVTargetLowering::getTLSDescAddr(GlobalAddressSDNode *N, in getTLSDescAddr() function in RISCVTargetLowering
7525 Addr = DAG.getTarget().useTLSDESC() ? getTLSDescAddr(N, DAG) in lowerGlobalTLSAddress()