Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h152 bool UseGOT) const;
H A DCSKYISelLowering.cpp1271 bool UseGOT) const { in getStaticTLSAddr()
1280 CSKYCP::CSKYCPModifier Flag = UseGOT ? CSKYCP::TLSIE : CSKYCP::TLSLE; in getStaticTLSAddr()
1281 bool AddCurrentAddr = UseGOT ? true : false; in getStaticTLSAddr()
1282 unsigned char PCAjust = UseGOT ? 4 : 0; in getStaticTLSAddr()
1290 if (UseGOT) { in getStaticTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandPseudoInsts.cpp594 bool UseGOT = Func.getTargetFlags() == LoongArchII::MO_CALL_PLT; in expandFunctionCALL() local
595 unsigned MO = UseGOT ? LoongArchII::MO_GOT_PC_HI : LoongArchII::MO_PCREL_LO; in expandFunctionCALL()
596 unsigned LAOpcode = UseGOT ? LoongArch::LDX_D : LoongArch::ADD_D; in expandFunctionCALL()
H A DLoongArchISelLowering.h347 unsigned Opc, bool UseGOT, bool Large = false) const;
H A DLoongArchISelLowering.cpp2948 unsigned Opc, bool UseGOT, in getStaticTLSAddr() argument
2969 if (UseGOT) { in getStaticTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h490 bool UseGOT) const;
H A DRISCVISelLowering.cpp8778 bool UseGOT) const { in getStaticTLSAddr()
8784 if (UseGOT) { in getStaticTLSAddr()