Home
last modified time | relevance | path

Searched refs:TLSGD (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h21 TLSGD, enumerator
H A DSystemZAsmPrinter.cpp861 case SystemZCP::TLSGD: return MCSymbolRefExpr::VK_TLSGD; in getModifierVariantKind()
H A DSystemZISelLowering.cpp3649 SystemZConstantPoolValue::Create(GV, SystemZCP::TLSGD); in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp49 case CSKYCP::TLSGD: in getModifierText()
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
H A DCSKYAsmPrinter.cpp182 case CSKYCP::TLSGD: in getModifierVariantKind()
H A DCSKYISelLowering.cpp1349 CSKYCP::TLSGD, true, CSKYPCLabelIndex); in getDynamicTLSAddr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h48 TLSGD, /// Thread Local Storage (General Dynamic Mode) enumerator
H A DARMConstantPoolValue.cpp59 case ARMCP::TLSGD: in getModifierText()
H A DARMAsmPrinter.cpp843 case ARMCP::TLSGD: in getModifierVariantKind()
H A DARMISelLowering.cpp3690 ARMCP::CPValue, PCAdj, ARMCP::TLSGD, true); in LowerToTLSGeneralDynamicModel()