Home
last modified time | relevance | path

Searched refs:UseGOT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp724 bool UseGOT = Func.isGlobal() && !Func.getGlobal()->isDSOLocal(); in expandFunctionCALL() local
725 unsigned MO = UseGOT ? LoongArchII::MO_GOT_PC_HI : LoongArchII::MO_PCREL_LO; in expandFunctionCALL()
726 unsigned LAOpcode = UseGOT ? LoongArch::LDX_D : LoongArch::ADD_D; in expandFunctionCALL()
H A DLoongArchISelLowering.h280 unsigned Opc, bool UseGOT, bool Large = false) const;
H A DLoongArchISelLowering.cpp1791 unsigned Opc, bool UseGOT, in getStaticTLSAddr() argument
1804 if (UseGOT) { in getStaticTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h171 bool UseGOT) const;
H A DCSKYISelLowering.cpp1300 bool UseGOT) const { in getStaticTLSAddr()
1309 CSKYCP::CSKYCPModifier Flag = UseGOT ? CSKYCP::TLSIE : CSKYCP::TLSLE; in getStaticTLSAddr()
1310 bool AddCurrentAddr = UseGOT ? true : false; in getStaticTLSAddr()
1311 unsigned char PCAjust = UseGOT ? 4 : 0; in getStaticTLSAddr()
1319 if (UseGOT) { in getStaticTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h918 bool UseGOT) const;
H A DRISCVISelLowering.cpp7405 bool UseGOT) const { in getStaticTLSAddr()
7411 if (UseGOT) { in getStaticTLSAddr()