Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp102 return TLSModel::LocalExec; in getSelectedTLSModel()
225 Model = TLSModel::LocalExec; in getTLSModel()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCodeGen.h46 LocalExec enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp142 case TLSModel::LocalExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp4232 if (Model == TLSModel::LocalExec) { in LowerELFGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1217 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2109 assert(model == TLSModel::LocalExec); in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2071 assert(model == TLSModel::LocalExec); in lowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2993 assert(model == TLSModel::LocalExec); in LowerToTLSExecModels()
3029 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2781 case TLSModel::LocalExec: { in lowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2750 if (Model == TLSModel::LocalExec) { in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17011 if (model == TLSModel::LocalExec) { in LowerToTLSExecModel()
17071 case TLSModel::LocalExec: in LowerGlobalTLSAddress()